2025-01-02 02:27 : id 67
This commit is contained in:
parent
eb339ceae0
commit
e9ec3c243e
@ -597,7 +597,20 @@ in
|
|||||||
layer = "top";
|
layer = "top";
|
||||||
name = "right";
|
name = "right";
|
||||||
position = "right";
|
position = "right";
|
||||||
|
modules-top = ["custom/lock" "custom/shutdown" "custom/reboot"];
|
||||||
modules-center = [ "hyprland/workspaces" ];
|
modules-center = [ "hyprland/workspaces" ];
|
||||||
|
"custom/lock" = {
|
||||||
|
on-click = "hyprlock";
|
||||||
|
format = "";
|
||||||
|
};
|
||||||
|
"custom/shutdown" = {
|
||||||
|
on-click = "shutdown now";
|
||||||
|
format = "";
|
||||||
|
};
|
||||||
|
"custom/reboot" = {
|
||||||
|
on-click = "reboot";
|
||||||
|
format = "";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
left = {
|
left = {
|
||||||
exclusive = false;
|
exclusive = false;
|
||||||
@ -809,7 +822,10 @@ in
|
|||||||
#custom-cmus-artist,
|
#custom-cmus-artist,
|
||||||
#custom-cmus-song,
|
#custom-cmus-song,
|
||||||
#custom-playerctl,
|
#custom-playerctl,
|
||||||
#custom-cava-waybar-local {
|
#custom-cava-waybar-local,
|
||||||
|
#custom-lock,
|
||||||
|
#custom-shutdown,
|
||||||
|
#custom-reboot {
|
||||||
color: #${FG};
|
color: #${FG};
|
||||||
background: #${BG};
|
background: #${BG};
|
||||||
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
border: ${BORDER_WIDTH}px solid #${ACCENT};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user