Remove waybar separator module
This commit is contained in:
parent
b2f0f3e08d
commit
e491e06927
|
@ -113,6 +113,3 @@ tooltip {
|
||||||
#clock {
|
#clock {
|
||||||
color: @base0D;
|
color: @base0D;
|
||||||
}
|
}
|
||||||
#custom-separator {
|
|
||||||
color: @base0E;
|
|
||||||
}
|
|
||||||
|
|
|
@ -30,13 +30,11 @@
|
||||||
"bluetooth"
|
"bluetooth"
|
||||||
"clock#calendar"
|
"clock#calendar"
|
||||||
"clock"
|
"clock"
|
||||||
"custom/separator"
|
|
||||||
"backlight"
|
"backlight"
|
||||||
"battery"
|
"battery"
|
||||||
"tray"
|
"tray"
|
||||||
];
|
];
|
||||||
# Module config
|
# Module config
|
||||||
"custom/separator" = {format = "|";};
|
|
||||||
"hyprland/window" = {
|
"hyprland/window" = {
|
||||||
"format" = "{title}";
|
"format" = "{title}";
|
||||||
# TODO workspace rewrites
|
# TODO workspace rewrites
|
||||||
|
|
Loading…
Reference in a new issue