Changed waybar config on desktop
This commit is contained in:
40
machines/desktop/config/waybar/style.css
Normal file
40
machines/desktop/config/waybar/style.css
Normal file
@@ -0,0 +1,40 @@
|
||||
* {
|
||||
font-family: "Hack Nerd Font";
|
||||
font-size: 11px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #141415; /* $b00 */
|
||||
color: #cdcdcd; /* $b05-ish default text */
|
||||
}
|
||||
|
||||
/* Workspaces: try to mimic your focused_workspace colors */
|
||||
#workspaces button {
|
||||
padding: 0 8px;
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: #c3c3d5; /* $b04 */
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background: #1c1c24; /* $b01 */
|
||||
color: #cdcdcd; /* $b05 */
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background: #d8647e; /* $red */
|
||||
color: #141415; /* $b00 */
|
||||
}
|
||||
|
||||
/* Right side modules */
|
||||
#tray {
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
#custom-ministatus {
|
||||
padding: 0 8px;
|
||||
color: #cdcdcd; /* $b05 */
|
||||
}
|
||||
Reference in New Issue
Block a user