2024-12-27 00:56 : id 17

This commit is contained in:
deadvey 2024-12-27 00:56:52 +00:00
parent 852e01ee20
commit 701b00bc44

View File

@ -328,7 +328,7 @@ in
name = "top"; name = "top";
position = "top"; position = "top";
height = 20; height = 20;
width = SCREEN_WIDTH - 10; width = SCREEN_WIDTH;
modules-left = [ "cpu" "memory" "disk" ]; modules-left = [ "cpu" "memory" "disk" ];
modules-center = ["custom/clock"]; modules-center = ["custom/clock"];
modules-right = ["custom/metar"]; modules-right = ["custom/metar"];
@ -413,7 +413,7 @@ in
name = "bottom"; name = "bottom";
position = "bottom"; position = "bottom";
height = 20; height = 20;
width = SCREEN_WIDTH - 10; width = SCREEN_WIDTH;
modules-left = [ "custom/uptime" ]; modules-left = [ "custom/uptime" ];
modules-right = [ "pulseaudio" ]; modules-right = [ "pulseaudio" ];
#modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"]; #modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula" "custom/mocha" "custom/macchiato"];