added hover to clickable modules

This commit is contained in:
Alexey 2025-01-21 15:54:54 +03:00
commit 9185486a3c

View file

@ -62,12 +62,10 @@ button:hover {
#battery, #battery,
#cpu, #cpu,
#memory, #memory,
#disk,
#temperature, #temperature,
#backlight, #backlight,
#network, #network,
#pulseaudio, #pulseaudio,
#wireplumber,
#tray, #tray,
#power-profiles-daemon, #power-profiles-daemon,
#mpd { #mpd {
@ -77,17 +75,26 @@ button:hover {
border: 2px solid #81a1c1; border: 2px solid #81a1c1;
} }
#clock:hover,
#battery:hover,
#power-profiles-daemon:hover,
#network:hover,
#pulseaudio:hover,
#mpd:hover {
border: 2px solid #eceff4;
}
#window { #window {
margin: 0 4px; margin: 0 4px;
} }
/* If workspaces is the leftmost module, omit left margin */ /* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces { .modules-left > widget:first-child > #tags {
margin-left: 0; margin-left: 0;
} }
/* If workspaces is the rightmost module, omit right margin */ /* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces { .modules-right > widget:last-child > #tags {
margin-right: 0; margin-right: 0;
} }