Added wlogout insted of gtk menu. Hopefully? fixed hyprlock on pc
This commit is contained in:
parent
27790c1590
commit
b4f3add8ea
3 changed files with 10 additions and 17 deletions
|
|
@ -115,6 +115,7 @@
|
|||
kitty-themes
|
||||
btop
|
||||
hyprlock
|
||||
wlogout
|
||||
hypridle
|
||||
solaar
|
||||
pavucontrol
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@
|
|||
text = "$USER";
|
||||
font_family = "Fira Code";
|
||||
font_size = 56;
|
||||
font_color = "rgb(255, 255, 255)";
|
||||
shadow_color = "rgba(0, 0, 0, 0.5)";
|
||||
shadow_offset = "2, 2";
|
||||
position = "0, 100";
|
||||
halign = "center";
|
||||
valign = "center";
|
||||
|
|
@ -49,9 +46,6 @@
|
|||
text = "$TIME";
|
||||
font_family = "Roboto";
|
||||
font_size = 72;
|
||||
font_color = "rgb(255, 255, 255)";
|
||||
shadow_color = "rgba(0, 0, 0, 0.7)";
|
||||
shadow_offset = "3, 3";
|
||||
position = "-40, -40";
|
||||
halign = "right";
|
||||
valign = "top";
|
||||
|
|
@ -60,9 +54,6 @@
|
|||
text = "$LAYOUT";
|
||||
font_family = "JetBrains Mono";
|
||||
font_size = 28;
|
||||
font_color = "rgb(200, 200, 200)";
|
||||
shadow_color = "rgba(0, 0, 0, 0.5)";
|
||||
shadow_offset = "1, 1";
|
||||
position = "-20, 20";
|
||||
halign = "right";
|
||||
valign = "bottom";
|
||||
|
|
|
|||
|
|
@ -117,14 +117,15 @@
|
|||
"custom/power" = {
|
||||
format = "⏻ ";
|
||||
tooltip = false;
|
||||
menu = "on-click";
|
||||
menu-file = ./power_menu.xml;
|
||||
menu-actions = {
|
||||
shutdown = "shutdown -h now";
|
||||
reboot = "reboot";
|
||||
suspend = "systemctl suspend";
|
||||
hibernate = "systemctl hibernate";
|
||||
};
|
||||
#menu = "on-click";
|
||||
#menu-file = ./power_menu.xml;
|
||||
#menu-actions = {
|
||||
# shutdown = "shutdown -h now";
|
||||
# reboot = "reboot";
|
||||
# suspend = "systemctl suspend";
|
||||
# hibernate = "systemctl hibernate";
|
||||
#};
|
||||
on-click = "wlogout";
|
||||
};
|
||||
|
||||
"custom/notification" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue