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;
|
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 {
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue