From a67c7f6bab5bb732129b7b399eabcec9237ab946 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Tue, 10 Jun 2025 18:49:54 -0500 Subject: added hyprlock, wlogout, and wlogout script. --- env/.config/waybar/config.jsonc | 7 ++++++- env/.config/waybar/style.css | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'env/.config/waybar') 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 +} -- cgit v1.3