2025-01-02 02:02 : id 58
This commit is contained in:
parent
1c98d7d15d
commit
2e6fe47aa1
@ -624,9 +624,9 @@ in
|
|||||||
height = 20;
|
height = 20;
|
||||||
width = SCREEN_WIDTH;
|
width = SCREEN_WIDTH;
|
||||||
modules-left = [ "custom/uptime" ];
|
modules-left = [ "custom/uptime" ];
|
||||||
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"];
|
||||||
modules-center = ["custom/fuzzy-time" "custom/clock"];
|
modules-center = ["custom/fuzzy-time" "custom/clock"];
|
||||||
|
modules-right = [ "custom/playerctl" "pulseaudio" ];
|
||||||
"network" = {
|
"network" = {
|
||||||
interface = "enp42s0";
|
interface = "enp42s0";
|
||||||
interval = 10;
|
interval = 10;
|
||||||
@ -685,6 +685,11 @@ in
|
|||||||
on-click-right = "pactl set-sink-volume @DEFAULT_SINK@ 0% && ssh max@media pactl set-sink-volume @DEFAULT_SINK@ 0%";
|
on-click-right = "pactl set-sink-volume @DEFAULT_SINK@ 0% && ssh max@media pactl set-sink-volume @DEFAULT_SINK@ 0%";
|
||||||
scroll-step = 1;
|
scroll-step = 1;
|
||||||
};
|
};
|
||||||
|
"custom/playerctl" = {
|
||||||
|
exec = "playerctl metadata title";
|
||||||
|
format = "{}";
|
||||||
|
interval = 5;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
style = ''
|
style = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user