dotfiles/dot-config/waybar/waybar.css

86 lines
1.4 KiB
CSS
Raw Normal View History

2024-10-25 11:48:49 +00:00
@import "mocha.css";
* {
font-family: JetBrainsMono, "Font Awesome 6 Free", SymbolsNerdFont;
font-weight: bold;
font-size: 14px;
min-height: 0px;
}
window#waybar {
background-color: transparent;
2024-11-09 14:30:08 +00:00
/* background: @base; */
2024-10-25 11:48:49 +00:00
transition-property: background-color;
transition-duration: .5s;
border-radius: 15px;
}
#workspaces {
2024-11-09 14:30:08 +00:00
background-color: @mantle;
2024-10-25 11:48:49 +00:00
margin: 3px 5px 3px 5px;
padding: 3px;
border-radius: 12px;
}
#workspaces button,
#workspaces button:hover,
#workspaces button.active {
padding: 0px 3px;
margin: 2px;
border-radius: 10px;
}
#workspaces button {
2024-11-09 14:30:08 +00:00
background-color: @mantle;
2024-10-25 11:48:49 +00:00
color: @text;
}
#workspaces button:hover {
background-color: @lavender;
2024-11-09 14:30:08 +00:00
color: @base;
2024-10-25 11:48:49 +00:00
}
#workspaces button.active {
background-color: @blue;
2024-11-09 14:30:08 +00:00
color: @base
2024-10-25 11:48:49 +00:00
}
#workspaces button.active:hover {
background-color: @blue;
2024-11-09 14:30:08 +00:00
color: @base;
2024-10-25 11:48:49 +00:00
}
#custom-power, #custom-runner,
#wireplumber, #wireplumber.muted,
#tray, #language, #clock {
2024-11-09 14:30:08 +00:00
background: @mantle;
2024-10-25 11:48:49 +00:00
border-radius: 12px;
color: @text;
margin: 3px 2.5px 3px 2.5px;
}
#custom-power {
margin: 3px 2.5px 3px 2.5px;
padding: 0px 9px;
}
#custom-runner {
padding: 0px 10px;
}
#tray {
padding: 0px 10px;
}
#wireplumber, #wireplumber.muted {
padding: 0px 10px;
min-width: 55px;
}
#wireplumber.muted {
color: @error;
}
#language {
padding: 0px 7px 0px 7px;
}
#clock {
padding: 0px 10px;
margin: 3px 5px 3px 2.5px;
}