dotfiles/waybar/style.css

195 lines
3 KiB
CSS
Raw Normal View History

/* blue yellow green orange purple aqua ..
*/
2024-01-31 20:36:15 +00:00
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: FontAwesome, "PragmataPro Mono Liga", Roboto, Helvetica, Arial,
sans-serif;
font-size: 16px;
}
tooltip {
font-weight: 400;
2024-02-10 16:47:19 +00:00
border-radius: 0;
}
2024-01-31 20:36:15 +00:00
window#waybar.termite {
background-color: #3f3f3f;
}
window#waybar.chromium {
background-color: #000000;
border: none;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
}
#workspaces button.active {
2024-02-10 16:47:19 +00:00
background-color: #e78a4a;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#workspaces button {
2024-02-15 18:54:42 +00:00
font-weight: 600;
padding: 0 3px;
color: #282828;
background-color: #a89984;
2024-02-15 18:54:42 +00:00
border-radius: 5px;
margin-right: 3px;
2024-01-31 20:36:15 +00:00
}
#workspaces button.urgent {
2024-02-10 16:47:19 +00:00
background-color: #ea6962;
2024-01-31 20:36:15 +00:00
}
#clock,
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#pulseaudio,
#wireplumber,
#custom-media,
#tray,
#custom-spotify,
#mode,
#idle_inhibitor,
#scratchpad,
#mpd,
#user,
#bluetooth,
#custom-wakatime,
2024-01-31 20:36:15 +00:00
#custom-os {
font-weight: 600;
2024-01-31 20:36:15 +00:00
padding: 3px 12px;
margin: 0;
2024-02-15 18:54:42 +00:00
border-radius: 5px;
2024-01-31 20:36:15 +00:00
}
#window,
#workspaces {
margin: 0 3px 0;
font-weight: 600;
2024-01-31 20:36:15 +00:00
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
2024-02-13 14:26:49 +00:00
/* margin-left: 0; */
2024-01-31 20:36:15 +00:00
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
2024-02-13 14:26:49 +00:00
/* margin-right: 4; */
2024-01-31 20:36:15 +00:00
}
#clock {
2024-02-10 16:47:19 +00:00
background-color: #a9b665;
color: #282828;
2024-02-13 14:26:49 +00:00
margin-right: 6px;
2024-01-31 20:36:15 +00:00
}
#bluetooth {
2024-02-10 16:47:19 +00:00
background-color: #d8a657;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#battery {
2024-02-10 16:47:19 +00:00
background-color: #d8a657;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#battery.charging,
#battery.plugged {
color: #282c34;
2024-02-15 18:54:42 +00:00
background-color: #d8a657;
2024-01-31 20:36:15 +00:00
}
#battery.critical:not(.charging) {
2024-02-10 16:47:19 +00:00
background-color: #ea6962;
color: #ddc7a1;
2024-01-31 20:36:15 +00:00
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
#cpu {
2024-02-10 16:47:19 +00:00
background-color: #a9b665;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#memory {
2024-02-10 16:47:19 +00:00
background-color: #e78a4a;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#disk {
color: #282828;
2024-02-10 16:47:19 +00:00
background-color: #d3869b;
2024-01-31 20:36:15 +00:00
}
#backlight {
background-color: #a89984;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#network {
2024-02-10 16:47:19 +00:00
background-color: #7daea3;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#network.disconnected {
2024-02-10 16:47:19 +00:00
background-color: #ea6962;
2024-01-31 20:36:15 +00:00
}
#user {
2024-02-10 16:47:19 +00:00
background-color: #ea6962;
2024-01-31 20:36:15 +00:00
color: #282c34;
}
#custom-spotify {
2024-02-10 16:47:19 +00:00
background-color: #89b482;
color: #282828;
2024-01-31 20:36:15 +00:00
}
#temperature {
color: #282828;
2024-02-10 16:47:19 +00:00
background-color: #89b482;
2024-01-31 20:36:15 +00:00
}
#temperature.critical {
color: #282c34;
background-color: #e06c75;
}
#idle_inhibitor {
background-color: #2d3436;
}
#idle_inhibitor.activated {
background-color: #abb2bf;
color: #2d3436;
}
#custom-os {
2024-02-10 16:47:19 +00:00
background-color: #473c29;
color: #d4be98;
2024-01-31 20:36:15 +00:00
font-size: 16px;
2024-02-13 14:26:49 +00:00
margin-left: 6px;
2024-01-31 20:36:15 +00:00
}
#custom-wakatime {
2024-02-10 16:47:19 +00:00
background-color: #7daea3;
color: #282828;
}