diff options
Diffstat (limited to 'env/.config/waybar')
| -rw-r--r-- | env/.config/waybar/config.jsonc | 7 | ||||
| -rw-r--r-- | env/.config/waybar/style.css | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/env/.config/waybar/config.jsonc b/env/.config/waybar/config.jsonc index bce5021..578860f 100644 --- a/env/.config/waybar/config.jsonc +++ b/env/.config/waybar/config.jsonc @@ -134,10 +134,15 @@ "custom/power": { "tooltip": false, - "on-click": "wlogout &", + "on-click": "~/.config/wlogout/wlogout.sh", "format": "⏻" }, + "custom/lock": { + "format": "", + "on-click": "hyprlock" + }, + "custom/docker": { "format": "{}", "return-type": "json", diff --git a/env/.config/waybar/style.css b/env/.config/waybar/style.css index 8c9e107..8dd6b69 100644 --- a/env/.config/waybar/style.css +++ b/env/.config/waybar/style.css @@ -160,4 +160,4 @@ button { #custom-weather.error { color: #263640; /* Red */ -}
\ No newline at end of file +} |
