2025-06-07 09:51:49 +02:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
min-height: 0;
|
2025-06-07 11:06:31 +02:00
|
|
|
font-family: CaskaydiaMono Nerd Font;
|
2025-06-07 11:59:50 +02:00
|
|
|
font-size: 12px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces {
|
2025-06-07 11:53:36 +02:00
|
|
|
margin-left: 7px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
|
|
|
all: initial;
|
2025-06-07 11:06:31 +02:00
|
|
|
padding: 2px 6px;
|
|
|
|
margin-right: 3px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
2025-06-23 12:30:06 -04:00
|
|
|
#custom-dropbox,
|
2025-06-07 11:06:31 +02:00
|
|
|
#cpu,
|
2025-06-16 12:28:26 +02:00
|
|
|
#power-profiles-daemon,
|
2025-06-07 09:51:49 +02:00
|
|
|
#battery,
|
|
|
|
#network,
|
2025-06-16 13:25:16 +02:00
|
|
|
#bluetooth,
|
2025-06-18 09:41:50 +02:00
|
|
|
#pulseaudio,
|
2025-06-07 09:51:49 +02:00
|
|
|
#clock {
|
2025-06-18 14:00:29 +02:00
|
|
|
min-width: 12px;
|
|
|
|
margin-right: 13px;
|
2025-06-07 11:53:36 +02:00
|
|
|
}
|
|
|
|
|
2025-06-07 09:51:49 +02:00
|
|
|
tooltip {
|
2025-06-18 14:00:29 +02:00
|
|
|
padding: 2px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tooltip label {
|
2025-06-18 14:00:29 +02:00
|
|
|
padding: 2px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
2025-06-18 21:17:59 +02:00
|
|
|
|
2025-06-19 08:10:36 -04:00
|
|
|
@import "../omarchy/current/theme/waybar.css";
|