feat: battery info
This commit is contained in:
parent
26d59301f6
commit
ed0a9bb9a6
|
@ -5,6 +5,7 @@
|
|||
exa # ls replacement
|
||||
mkpasswd # hash passwords
|
||||
gnupg
|
||||
acpi # show remaining battery
|
||||
# typespeed # speed typing game
|
||||
# unixtools.xxd # to dump binary stuff into a text file (used it for a ctf)
|
||||
# youtube-dl # download from youtube
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
"v-mid" = "amixer set Master 50%";
|
||||
"v-max" = "amixer set Master 100%";
|
||||
|
||||
# Print available battery
|
||||
battery = "acpi";
|
||||
|
||||
# Rebuuild nixos
|
||||
rebuild = "sudo nixos-rebuild switch --flake ~/Projects/nixos-config/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue