feat: battery info
This commit is contained in:
parent
26d59301f6
commit
ed0a9bb9a6
|
@ -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
|
||||||
|
|
|
@ -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/";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue