Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
padding: 0;
|
||||
padding-right: 4px;
|
||||
margin: 0;
|
||||
font-size: 12px;
|
||||
font-family: 'JetBrainsMono Nerd Font', monospace;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: #000;
|
||||
color: #b0bec5;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding: 0 10px;
|
||||
color: #b0bec5;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
background-color: #0a0a0a;
|
||||
}
|
||||
|
||||
#battery {
|
||||
margin-left: 7px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user