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