alqueva/hosts/python/configs/waybar/style.css

37 lines
411 B
CSS
Raw Normal View History

2024-12-10 15:12:00 +00:00
* {
all: unset;
font-size: 18px;
2024-12-13 20:44:36 +00:00
color: #f2f4f8;
2024-12-10 15:12:00 +00:00
}
window#waybar {
2024-12-13 20:44:36 +00:00
background: #0c0c0c;
2024-12-10 15:12:00 +00:00
}
tooltip {
2024-12-13 20:44:36 +00:00
background: #161616;
2024-12-10 15:12:00 +00:00
}
.modules-left,
.modules-right {
2024-12-13 20:44:36 +00:00
background: #161616;
2024-12-10 15:12:00 +00:00
padding: 0px 12px;
}
.modules-center {
2024-12-13 20:44:36 +00:00
background: #161616;
2024-12-10 15:12:00 +00:00
}
#tags button {
padding: 8px 16px;
transition: 0.2s;
}
#tags button:hover {
padding: 8px 28px;
}
#tags button.focused {
2024-12-13 20:44:36 +00:00
background: #282828;
2024-12-10 15:12:00 +00:00
}