Files
omarchy/config/waybar/style.css

46 lines
557 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 09:51:49 +02:00
font-size: 11px;
2025-06-07 11:53:36 +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-07 09:51:49 +02:00
#battery,
#network,
#clock {
2025-06-07 11:53:36 +02:00
padding: 0 8px 0 8px;
}
#cpu {
padding-left: 10px;
2025-06-07 09:51:49 +02:00
}
2025-06-07 11:06:31 +02:00
#battery {
2025-06-07 11:53:36 +02:00
margin-right: 5px;
2025-06-07 09:51:49 +02:00
}
tooltip {
border-radius: 8px;
padding: 15px;
background-color: #131822;
}
tooltip label {
padding: 5px;
background-color: #131822;
}