More waybar

This commit is contained in:
francois
2025-11-12 08:57:53 +01:00
parent a70e27af0b
commit 3f869225a7

View File

@@ -44,7 +44,7 @@ button {
box-shadow: inset 0 -3px transparent; box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */ /* Avoid rounded borders under each button name */
border: none; border: none;
border-radius: 0; border-radius: 20px;
} }
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */ /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
@@ -59,7 +59,6 @@ button:hover {
} }
#workspaces button { #workspaces button {
padding: 0 5px;
background-color: transparent; background-color: transparent;
color: #ffffff; color: #ffffff;
} }
@@ -89,6 +88,7 @@ button:hover {
#disk, #disk,
#temperature, #temperature,
#backlight, #backlight,
#language,
#network, #network,
#pulseaudio, #pulseaudio,
#wireplumber, #wireplumber,
@@ -99,13 +99,13 @@ button:hover {
#scratchpad, #scratchpad,
#power-profiles-daemon, #power-profiles-daemon,
#mpd { #mpd {
padding: 0 10px; /*padding: 0 10px;*/
color: #ffffff; color: #ffffff;
border-radius: 20px;
} }
#window, #window,
#workspaces { #workspaces {
margin: 0 4px;
} }
/* If workspaces is the leftmost module, omit left margin */ /* If workspaces is the leftmost module, omit left margin */
@@ -315,7 +315,6 @@ label:focus {
} }
#privacy-item { #privacy-item {
padding: 0 5px;
color: white; color: white;
} }