From 9185486a3cbfae80200038b2c0fb4f289affed3a Mon Sep 17 00:00:00 2001 From: 2ndbeam <2ndbeam@disroot.org> Date: Tue, 21 Jan 2025 15:54:54 +0300 Subject: [PATCH] added hover to clickable modules --- waybar/style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/waybar/style.css b/waybar/style.css index 3461a8f..70b64f8 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -62,12 +62,10 @@ button:hover { #battery, #cpu, #memory, -#disk, #temperature, #backlight, #network, #pulseaudio, -#wireplumber, #tray, #power-profiles-daemon, #mpd { @@ -77,17 +75,26 @@ button:hover { border: 2px solid #81a1c1; } +#clock:hover, +#battery:hover, +#power-profiles-daemon:hover, +#network:hover, +#pulseaudio:hover, +#mpd:hover { + border: 2px solid #eceff4; +} + #window { margin: 0 4px; } /* If workspaces is the leftmost module, omit left margin */ -.modules-left > widget:first-child > #workspaces { +.modules-left > widget:first-child > #tags { margin-left: 0; } /* If workspaces is the rightmost module, omit right margin */ -.modules-right > widget:last-child > #workspaces { +.modules-right > widget:last-child > #tags { margin-right: 0; }