updated config files

This commit is contained in:
2021-11-16 23:41:03 +01:00
parent 0f0b08cb08
commit 103ca24eba
2 changed files with 1 additions and 24 deletions

View File

@@ -81,6 +81,7 @@
#backlight {
padding-left: 10px;
padding-right: 10px;
border-right: 1px solid #6c3483;
}
/* Each module that should blink */
@@ -161,10 +162,6 @@
margin-left: 40px;
}
#custom-alsa {
background: @sound;
}
#network {
background: @network;
}
@@ -177,21 +174,10 @@
background: @cpu;
}
#temperature {
background: @temp;
}
#custom-layout {
background: @layout;
}
#battery {
background: @battery;
}
#backlight {
background: @backlight;
}
#clock.date {
background: @date;
@@ -201,14 +187,6 @@
background: @time;
}
#pulseaudio { /* Unsused but kept for those who needs it */
background: @sound;
}
#pulseaudio.muted {
/* No styles */
}
#tray {
background: @tray;
}

View File

@@ -3,7 +3,6 @@
"height": 25, // Waybar height (to be removed for auto height)
"modules-left": ["sway/workspaces"],
"modules-center": ["sway/window"],
"separator_symbol": "|",
"modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "tray", "clock"],
"sway/workspaces": {
"disable-scroll": true,