2025-01-02 02:27 : id 67

This commit is contained in:
deadvey 2025-01-02 02:27:55 +00:00
parent eb339ceae0
commit e9ec3c243e

View File

@ -597,7 +597,20 @@ in
layer = "top";
name = "right";
position = "right";
modules-top = ["custom/lock" "custom/shutdown" "custom/reboot"];
modules-center = [ "hyprland/workspaces" ];
"custom/lock" = {
on-click = "hyprlock";
format = "";
};
"custom/shutdown" = {
on-click = "shutdown now";
format = "";
};
"custom/reboot" = {
on-click = "reboot";
format = "";
};
};
left = {
exclusive = false;
@ -809,7 +822,10 @@ in
#custom-cmus-artist,
#custom-cmus-song,
#custom-playerctl,
#custom-cava-waybar-local {
#custom-cava-waybar-local,
#custom-lock,
#custom-shutdown,
#custom-reboot {
color: #${FG};
background: #${BG};
border: ${BORDER_WIDTH}px solid #${ACCENT};