Reconfig waybar
This commit is contained in:
parent
836cfa74e6
commit
65f87f22b5
2 changed files with 6 additions and 3 deletions
|
@ -39,17 +39,21 @@ window#waybar.hidden {
|
|||
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;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
background-color: #cad3f5;
|
||||
margin-right: 2px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
background-color: #64727D;
|
||||
padding: 0 10px;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#battery {
|
||||
|
|
|
@ -5,12 +5,11 @@
|
|||
height = 27;
|
||||
fixed-center = true;
|
||||
modules-left = [
|
||||
"wlr/workspaces"
|
||||
"custom/notification"
|
||||
"custom/sep"
|
||||
"tray"
|
||||
];
|
||||
modules-center = [
|
||||
"wlr/workspaces"
|
||||
];
|
||||
modules-right = [
|
||||
"battery"
|
||||
|
|
Loading…
Reference in a new issue