Reconfig waybar

This commit is contained in:
floppydiskette 2023-09-05 19:01:24 +01:00
parent 836cfa74e6
commit 65f87f22b5
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -39,17 +39,21 @@ window#waybar.hidden {
border-bottom: 3px solid #cad3f5; border-bottom: 3px solid #cad3f5;
} }
#custom-notification, #disk, #clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor { #custom-notification, #disk, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor {
padding: 0 10px; padding: 0 10px;
margin: 0 2px; margin: 0 2px;
} }
#workspaces { #workspaces {
background-color: #cad3f5; background-color: #cad3f5;
margin-right: 2px;
padding: 0 10px;
} }
#clock { #clock {
background-color: #64727D; background-color: #64727D;
padding: 0 10px;
margin-left: 2px;
} }
#battery { #battery {

View file

@ -5,12 +5,11 @@
height = 27; height = 27;
fixed-center = true; fixed-center = true;
modules-left = [ modules-left = [
"wlr/workspaces"
"custom/notification" "custom/notification"
"custom/sep"
"tray" "tray"
]; ];
modules-center = [ modules-center = [
"wlr/workspaces"
]; ];
modules-right = [ modules-right = [
"battery" "battery"