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

View File

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