2024-12-27 02:03:25 +01:00
|
|
|
@import url("/home/n/.cache/wal/colors-waybar.css");
|
|
|
|
|
|
|
|
* {
|
|
|
|
font-family: "ProFontWindowsNerdFontMono";
|
|
|
|
font-size: 10px;
|
|
|
|
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 {
|
|
|
|
font-size: 16px;
|
|
|
|
color: @foreground;
|
2024-12-31 02:23:01 +01:00
|
|
|
margin-right: 10px;
|
2024-12-27 02:03:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#clock {
|
|
|
|
font-size: 16px;
|
|
|
|
min-width: 50px;
|
|
|
|
color: @foreground;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-notification {
|
|
|
|
font-family: "NotoMonoNerdFont-Regular";
|
|
|
|
font-size: 16px;
|
|
|
|
color: @foreground;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-notification.notification {
|
|
|
|
background: @color2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-notification.dnd-notification {
|
|
|
|
background: @color3;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags * {
|
|
|
|
font-size: 16px;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tags button {
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0 4px;
|
|
|
|
background: transparent;
|
2024-12-27 23:03:21 +01:00
|
|
|
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;
|
|
|
|
}
|