about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/system/home/modules/i3.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix
index 821c1e5d25..cbb34d84c3 100644
--- a/users/glittershark/system/home/modules/i3.nix
+++ b/users/glittershark/system/home/modules/i3.nix
@@ -173,6 +173,7 @@ in {
               order += "external_script current_task"
               order += "external_script inbox"
               order += "spotify"
+              order += "volume_status"
               order += "wireless ${config.system.machine.wirelessInterface}"
               # order += "ethernet enp3s0f0"
               order += "cpu_usage"
@@ -240,12 +241,12 @@ in {
                   format = "    %H·%M    "
               }
 
-              # volume master {
-              #     format = "☊ %volume"
-              #     format_muted = "☊ X"
-              #     device = "default"
-              #     mixer_idx = 0
-              # }
+              volume_status {
+                  format = "☊ {percentage}"
+                  format_muted = "☊ X"
+                  # device = "default"
+                  # mixer_idx = 0
+              }
             '';
               in "py3status -c ${i3status-conf}";
             fonts = [ decorationFont ];