gentoo-dots/.config/waybar/style.css

88 lines
1.2 KiB
CSS
Raw Normal View History

2024-12-27 02:03:25 +01:00
@import url("/home/n/.cache/wal/colors-waybar.css");
* {
font-family: "UbuntuMono";
font-size: 16px;
2024-12-27 02:03:25 +01:00
margin: 0;
padding: 0;
color: @foreground;
2024-12-31 02:23:01 +01:00
font-weight: 900;
2024-12-27 02:03:25 +01:00
}
#waybar {
background-color: @background;
}
#window {
border-radius: 100px;
}
2024-12-31 02:23:01 +01:00
#battery, #tray, #custom-notification, #clock, #tags, tooltip {
2024-12-27 02:03:25 +01:00
margin: 0px 5px;
2024-12-31 02:23:01 +01:00
padding: 0 6px;
border-radius: 0px;
2024-12-27 02:03:25 +01:00
}
2024-12-31 02:23:01 +01:00
tooltip {
background-color: @background;
2024-12-27 02:03:25 +01:00
padding: 0 2px;
}
2024-12-31 02:23:01 +01:00
tooltip label {
color: @foreground;
font-size: 14px;
2024-12-27 02:03:25 +01:00
}
#battery {
color: @foreground;
2024-12-31 02:23:01 +01:00
margin-right: 10px;
2024-12-27 02:03:25 +01:00
}
#clock {
min-width: 50px;
color: @foreground;
}
#custom-notification {
font-family: "NotoMonoNerdFont-Regular";
color: @foreground;
margin-right: 10px;
}
#custom-notification.notification {
background: @color2;
}
#custom-notification.dnd-notification {
background: @color3;
}
#tags * {
margin: 0;
padding: 0;
}
#tags {
margin: 0 5px;
}
#tags button {
margin: 0;
border-radius: 0;
padding: 0 4px;
background: transparent;
min-width: 16px;
2024-12-27 02:03:25 +01:00
}
#tags button*:Hover {
border-style: none;
}
#tags button.occupied {
background: @color2;
}
#tags button.focused {
background: @color5;
}