This commit is contained in:
Patrick Alvin Alcala 2025-06-30 10:30:44 +08:00
parent 209ba130c0
commit f0d81507e7
10 changed files with 133 additions and 23 deletions

View file

@ -6,7 +6,8 @@
font-size: 16px;
font-weight: 700;
min-height: 0;
margin: 4px 0 0 0;
padding: 0;
margin: 0;
}
window#waybar {
@ -23,21 +24,29 @@ window#waybar {
window#waybar.hidden {
opacity: 0;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
#workspaces {
/* border: 1px solid red; */
/* padding: 0.5rem 1.25rem 0.5rem 1rem; */
}
#workspaces button {
padding: 0 8px;
/* background: transparent; */
color: #ffffff;
/* border-bottom: 3px solid transparent; */
color: rgba(255, 255, 255, 0.3);
background: transparent;
}
#workspaces button.focused {
background: #64727d;
border-bottom: 3px solid #ffffff;
}
/* #workspaces button.focused { */
/* background: #64727d; */
/* border-bottom: 3px solid #ffffff; */
/* } */
#workspaces button.urgent {
background-color: #eb4d4b;
background-color: rgba(128,157,170, 0.8);
}
#workspaces button.active {
color: rgba(255, 255, 255, 0.8);
}
#mode {
@ -158,6 +167,12 @@ tooltip label {
color: #ffffff;
}
#custom-notification {
background: transparent;
border: 2px solid rgba(154, 177, 187, 0.2);
padding: 0.5rem 1.25rem 0.5rem 1rem;
}
/* #idle_inhibitor {
background-color: #2d3436;
}