Waybar style tweaks
This commit is contained in:
parent
29b044a542
commit
48aa97ab63
1 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,7 @@ in {
|
|||
{
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 30;
|
||||
height = 32;
|
||||
|
||||
modules-left = [
|
||||
"sway/workspaces"
|
||||
|
@ -211,7 +211,8 @@ in {
|
|||
}
|
||||
|
||||
#waybar {
|
||||
background: #323232;
|
||||
background: #000000;
|
||||
opacity: 0.8;
|
||||
color: white;
|
||||
font-family: "MesloLGM Nerd Font", sans-serif;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in a new issue