diff --git a/TODO b/TODO index 19436ab..7e679ff 100644 --- a/TODO +++ b/TODO @@ -26,3 +26,4 @@ [ ] Get language servers to work with Neovim [ ] Theme your SDDM (you should make one yourself ;w;;;) [ ] Maybe convert some of your configuration files and themes into derivations +[ ] Add polybar root filesystem usage module?? diff --git a/configs/openbox/rc.xml b/configs/openbox/rc.xml index a256f33..f196039 100644 --- a/configs/openbox/rc.xml +++ b/configs/openbox/rc.xml @@ -29,7 +29,7 @@ - 4 + 8 1 0 @@ -37,6 +37,10 @@ 2 3 4 + 5 + 6 + 7 + 8 diff --git a/nixos/home/polybar.nix b/nixos/home/polybar.nix index 8aa027d..7407c3e 100644 --- a/nixos/home/polybar.nix +++ b/nixos/home/polybar.nix @@ -69,8 +69,8 @@ master-mixer = "Master"; format-volume = ""; format-muted = ""; - label-volume = "SND: %percentage%%"; - label-muted = "SND: 0%"; + label-volume = "VOL: %percentage%%"; + label-muted = "VOL: 0%"; label-volume-background = color0; label-volume-padding = 2; label-muted-background = color0;