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