diff --git a/dots/.config/waybar/config b/dots/.config/waybar/config index 43577e1d..bcd52011 100644 --- a/dots/.config/waybar/config +++ b/dots/.config/waybar/config @@ -18,7 +18,7 @@ "custom/weather", "network", "clock", - "custom/offswitch" + "custom/lock" ], "custom/weather": { "tooltip": false, @@ -56,11 +56,11 @@ "tooltip": false, "min-length": 18 }, - "custom/offswitch": { + "custom/lock": { "tooltip": false, - "format": "", + "format": "", "interval": "once", - "on-click": "systemctl poweroff" + "on-click": "swaylock" }, "network": { "interval": 10, @@ -156,14 +156,6 @@ "sway/workspaces": { "tooltip": false, "disable-scroll": true, - "persistent_workspaces": { - "1": [], - "2": [], - "3": [], - "4": [], - "5": [], - "6": [] - } } } ] diff --git a/dots/.config/waybar/style.css b/dots/.config/waybar/style.css index 8ad3d9f0..e48488a5 100644 --- a/dots/.config/waybar/style.css +++ b/dots/.config/waybar/style.css @@ -104,7 +104,7 @@ #network, #custom-weather, #clock, -#custom-offswitch { +#custom-lock { background: @sumiInk0; border-top: 2px solid @oniViolet; border-right: 2px solid @oniViolet;