Files
omarchy/config/waybar/style.css

40 lines
495 B
CSS
Raw Normal View History

2025-06-07 09:51:49 +02:00
* {
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font Propo;
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-07 09:51:49 +02:00
#battery,
#network,
#bluetooth,
#pulseaudio,
2025-07-05 17:12:03 +10:00
#clock,
#custom-power-menu {
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";