update waybar config: separate separator
This commit is contained in:
@@ -260,6 +260,10 @@ tooltip label {
|
||||
background-color: @red;
|
||||
}
|
||||
|
||||
#custom.separator {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#battery {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
|
||||
modules-right = [
|
||||
"tray"
|
||||
"custom/separator"
|
||||
"battery"
|
||||
"pulseaudio#audio"
|
||||
"clock"
|
||||
@@ -95,6 +96,10 @@
|
||||
spacing = 8;
|
||||
};
|
||||
|
||||
"custom/separator" = {
|
||||
format = " | ";
|
||||
};
|
||||
|
||||
"battery" = {
|
||||
interval = 1;
|
||||
states = {
|
||||
@@ -102,9 +107,9 @@
|
||||
warning = 30;
|
||||
critical = 15;
|
||||
};
|
||||
format = "| {icon} {capacity}%";
|
||||
format-charging = "| {capacity}%";
|
||||
format-plugged = "| {capacity}%";
|
||||
format = "{icon} {capacity}%";
|
||||
format-charging = " {capacity}%";
|
||||
format-plugged = " {capacity}%";
|
||||
format-icons = [
|
||||
""
|
||||
""
|
||||
|
||||
Reference in New Issue
Block a user