Updated config
This commit is contained in:
@ -1,13 +1,17 @@
|
||||
* {
|
||||
border: none;
|
||||
font-family: "Ubuntu Nerd Font";
|
||||
font-size: 14px;
|
||||
font-size: 11px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background: transparent;
|
||||
color: #F8F8F2;
|
||||
background: #272822;
|
||||
/* border: 2px solid rgba(255, 255, 255, 0.1); */
|
||||
/* border-radius: 3px; */
|
||||
/* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
|
||||
}
|
||||
|
||||
window#waybar.hidden {
|
||||
@ -24,10 +28,7 @@ window#waybar.hidden {
|
||||
#workspaces,
|
||||
#custom-os,
|
||||
#custom-gpu {
|
||||
color: @fg;
|
||||
background: @bg;
|
||||
margin: 0 8px;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#workspaces {}
|
||||
@ -53,6 +54,5 @@ window#waybar.hidden {
|
||||
}
|
||||
|
||||
#custom-os {
|
||||
font-size: 24px;
|
||||
color: rgb(137, 220, 235);
|
||||
}
|
||||
|
Reference in New Issue
Block a user