things
This commit is contained in:
140
shared/.config/waybar/style.css
Normal file
140
shared/.config/waybar/style.css
Normal file
@@ -0,0 +1,140 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "Hack Nerd Font Mono";
|
||||
font-size: 13px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: rgba(40, 40, 40, 0.0);
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
/* Left modules */
|
||||
#workspaces button {
|
||||
padding: 0 8px;
|
||||
background-color: transparent;
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background-color: transparent;
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: transparent;
|
||||
color: #fe8019;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: transparent;
|
||||
color: #fb4934;
|
||||
}
|
||||
|
||||
#mode {
|
||||
background-color: transparent;
|
||||
color: #fb4934;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#scratchpad {
|
||||
background-color: transparent;
|
||||
color: #ebdbb2;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
/* Center module */
|
||||
#window {
|
||||
background-color: transparent;
|
||||
color: #ebdbb2;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
/* Right modules */
|
||||
#idle_inhibitor,
|
||||
#pulseaudio,
|
||||
#network,
|
||||
#cpu,
|
||||
#memory,
|
||||
#temperature,
|
||||
#backlight,
|
||||
#battery,
|
||||
#tray,
|
||||
#clock {
|
||||
background-color: transparent;
|
||||
color: #ebdbb2;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#idle_inhibitor.activated {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
#idle_inhibitor.deactivated {
|
||||
color: #928374;
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
color: #928374;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
color: #fb4934;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
#memory {
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
#temperature {
|
||||
color: #8ec07c;
|
||||
}
|
||||
|
||||
#temperature.critical {
|
||||
color: #fb4934;
|
||||
}
|
||||
|
||||
#backlight {
|
||||
color: #d3869b;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: #b8bb26;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
color: #8ec07c;
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
color: #fabd2f;
|
||||
}
|
||||
|
||||
#battery.critical:not(.charging) {
|
||||
color: #fb4934;
|
||||
}
|
||||
|
||||
#clock {
|
||||
color: #83a598;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#tray {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#tray > .passive {
|
||||
-gtk-icon-effect: dim;
|
||||
}
|
||||
|
||||
#tray > .needs-attention {
|
||||
-gtk-icon-effect: highlight;
|
||||
color: #fb4934;
|
||||
}
|
||||
Reference in New Issue
Block a user