From fe6b13f4e205e81dd8d28eb1f86c6e4341d2c073 Mon Sep 17 00:00:00 2001 From: roxwize Date: Mon, 30 Dec 2024 00:34:48 -0500 Subject: [PATCH] ~ --- TODO | 1 + configs/openbox/rc.xml | 6 +++++- nixos/home/polybar.nix | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) 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;