1
Fork 0

feat: battery info

This commit is contained in:
Matei Adriel 2022-03-09 20:51:54 +02:00
parent 26d59301f6
commit ed0a9bb9a6
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@
exa # ls replacement exa # ls replacement
mkpasswd # hash passwords mkpasswd # hash passwords
gnupg gnupg
acpi # show remaining battery
# typespeed # speed typing game # typespeed # speed typing game
# unixtools.xxd # to dump binary stuff into a text file (used it for a ctf) # unixtools.xxd # to dump binary stuff into a text file (used it for a ctf)
# youtube-dl # download from youtube # youtube-dl # download from youtube

View file

@ -15,6 +15,9 @@
"v-mid" = "amixer set Master 50%"; "v-mid" = "amixer set Master 50%";
"v-max" = "amixer set Master 100%"; "v-max" = "amixer set Master 100%";
# Print available battery
battery = "acpi";
# Rebuuild nixos # Rebuuild nixos
rebuild = "sudo nixos-rebuild switch --flake ~/Projects/nixos-config/"; rebuild = "sudo nixos-rebuild switch --flake ~/Projects/nixos-config/";