nixos/config/waybar/style.css

67 lines
814 B
CSS
Raw Normal View History

2023-07-22 20:08:50 +04:00
* {
2023-07-23 02:17:21 +04:00
font-size: 14px;
font-family: "JetBrainsMono NF";
2023-07-22 20:08:50 +04:00
}
window#waybar {
2023-08-30 17:49:56 +04:00
background: #000000;
2023-07-23 02:17:21 +04:00
color: #fdf6e3;
2023-07-22 20:08:50 +04:00
}
#workspaces,
2023-08-31 08:33:54 +04:00
#clock,
#backlight,
2023-07-22 20:08:50 +04:00
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#tray {
2023-07-24 15:24:06 +04:00
background: #222222;
2023-07-22 20:08:50 +04:00
}
#workspaces button {
2023-07-23 02:17:21 +04:00
padding: 0 2px;
color: #fdf6e3;
2024-08-07 02:55:22 +04:00
border-bottom: 2px solid transparent;
2023-07-22 20:08:50 +04:00
}
2024-08-07 02:55:22 +04:00
2023-07-22 20:08:50 +04:00
#workspaces button.focused {
2024-08-07 02:55:22 +04:00
color: #268bd2;
border-bottom: 2px splid #194198;
2023-07-22 20:08:50 +04:00
}
#workspaces button:hover {
2023-07-23 02:17:21 +04:00
box-shadow: inherit;
text-shadow: inherit;
2023-07-22 20:08:50 +04:00
}
#workspaces button:hover {
2023-07-23 02:17:21 +04:00
background: #1a1a1a;
border: #1a1a1a;
2024-08-07 02:55:22 +04:00
padding: 0 2px;
2023-07-22 20:08:50 +04:00
}
#pulseaudio {
2023-07-23 02:17:21 +04:00
color: #268bd2;
2023-07-22 20:08:50 +04:00
}
#memory {
2023-07-23 02:17:21 +04:00
color: #2aa198;
2023-07-22 20:08:50 +04:00
}
#cpu {
2023-07-23 02:17:21 +04:00
color: #6c71c4;
2023-07-22 20:08:50 +04:00
}
#battery {
2023-07-23 02:17:21 +04:00
color: #859900;
2023-07-22 20:08:50 +04:00
}
#disk {
2023-07-23 02:17:21 +04:00
color: #b58900;
2023-07-22 20:08:50 +04:00
}
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk {
2023-07-23 02:17:21 +04:00
padding: 0 10px;
2023-07-22 20:08:50 +04:00
}