2024-12-13 16:46 : id 454

This commit is contained in:
deadvey 2024-12-13 16:46:56 +00:00
parent 2c0d9b35e5
commit 9cc191344c

View File

@ -369,7 +369,7 @@ in
width = SCREEN_WIDTH - 10; width = SCREEN_WIDTH - 10;
modules-left = [ "network" ]; modules-left = [ "network" ];
modules-right = [ "pulseaudio" ]; modules-right = [ "pulseaudio" ];
modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized"]; modules-center = ["custom/gruvbox" "custom/nord" "custom/solarized" "custom/dracula"];
"network" = { "network" = {
interface = "enp42s0"; interface = "enp42s0";
interval = 10; interval = 10;
@ -467,7 +467,11 @@ in
#memory, #memory,
#cpu, #cpu,
#custom-website, #custom-website,
#pulseaudio { #pulseaudio,
#custom-gruvbox,
#custom-nord.
#custom-solarized,
#custom-dracula{
color: #${FG}; color: #${FG};
background: #${BG}; background: #${BG};
border: ${BORDER_WIDTH}px solid #${ACCENT}; border: ${BORDER_WIDTH}px solid #${ACCENT};