dotfiles/dot-config/waybar/waybar.css

92 lines
1.5 KiB
CSS
Raw Normal View History

2024-10-25 11:48:49 +00:00
@import "mocha.css";
* {
2024-11-29 13:18:48 +00:00
font-family: Cantarell, "Font Awesome 6 Free", SymbolsNerdFont;
2024-10-25 11:48:49 +00:00
font-weight: bold;
font-size: 14px;
min-height: 0px;
}
window#waybar {
2024-11-29 13:18:48 +00:00
background-color: @base;
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;
2024-11-29 13:18:48 +00:00
border-radius: 14px 14px 0px 0px;
2024-10-25 11:48:49 +00:00
}
#workspaces {
2024-11-09 14:30:08 +00:00
background-color: @mantle;
2024-11-29 13:18:48 +00:00
margin: 4px 5px 4px 5px;
2024-10-25 11:48:49 +00:00
padding: 3px;
2024-11-14 04:35:46 +00:00
border-radius: 14px;
2024-10-25 11:48:49 +00:00
}
#workspaces button,
#workspaces button:hover,
#workspaces button.active {
2024-11-29 13:18:48 +00:00
padding: 0px 4px;
2024-10-25 11:48:49 +00:00
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
}
2024-11-29 13:18:48 +00:00
#custom-power, #custom-runner, #battery,
#backlight, #wireplumber, #wireplumber.muted,
2024-10-25 11:48:49 +00:00
#tray, #language, #clock {
2024-11-09 14:30:08 +00:00
background: @mantle;
2024-11-14 04:35:46 +00:00
border-radius: 14px;
2024-10-25 11:48:49 +00:00
color: @text;
2024-11-29 13:18:48 +00:00
margin: 4px 2.5px 4px 2.5px;
2024-10-25 11:48:49 +00:00
}
#custom-power {
2024-11-29 13:18:48 +00:00
margin: 4px 2.5px 4px 2.5px;
2024-10-25 11:48:49 +00:00
padding: 0px 9px;
}
#custom-runner {
padding: 0px 10px;
}
2024-11-29 13:18:48 +00:00
#battery {
padding: 0px 10px;
}
2024-10-25 11:48:49 +00:00
#tray {
2024-11-29 13:18:48 +00:00
margin: 4px 2.5px 4px 5px;
2024-10-25 11:48:49 +00:00
padding: 0px 10px;
}
2024-11-29 13:18:48 +00:00
#backlight, #wireplumber, #wireplumber.muted {
2024-10-25 11:48:49 +00:00
padding: 0px 10px;
min-width: 55px;
}
#wireplumber.muted {
color: @error;
}
#language {
2024-11-29 13:18:48 +00:00
padding: 0px 9px 0px 8px;
2024-10-25 11:48:49 +00:00
}
#clock {
padding: 0px 10px;
2024-11-29 13:18:48 +00:00
margin: 4px 5px 4px 2.5px;
font-size: 15px;
2024-10-25 11:48:49 +00:00
}