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";
|
layer = "top";
|
||||||
position = "top";
|
position = "top";
|
||||||
height = 30;
|
height = 32;
|
||||||
|
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"sway/workspaces"
|
"sway/workspaces"
|
||||||
|
@ -211,7 +211,8 @@ in {
|
||||||
}
|
}
|
||||||
|
|
||||||
#waybar {
|
#waybar {
|
||||||
background: #323232;
|
background: #000000;
|
||||||
|
opacity: 0.8;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: "MesloLGM Nerd Font", sans-serif;
|
font-family: "MesloLGM Nerd Font", sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
Loading…
Reference in a new issue