2025-01-02 02:27 : id 67
This commit is contained in:
parent
eb339ceae0
commit
e9ec3c243e
@ -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};
|
||||
|
Loading…
x
Reference in New Issue
Block a user