Files
omarchy/config/waybar/style.css

43 lines
511 B
CSS
Raw Normal View History

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-09 14:02:15 +02:00
color: #cdd6f4;
2025-06-07 11:06:31 +02:00
background-color: #1a1b26;
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-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,
#bluetooth,
#pulseaudio,
2025-06-07 09:51:49 +02:00
#clock {
2025-06-07 11:53:36 +02:00
padding: 0 8px 0 8px;
}
#cpu {
margin-right: 5px;
2025-06-07 09:51:49 +02:00
}
tooltip {
border-radius: 8px;
2025-06-09 13:52:50 +02:00
padding: 5px;
2025-06-07 09:51:49 +02:00
}
tooltip label {
padding: 5px;
}