update waybar config: separate separator

This commit is contained in:
2025-01-16 00:06:12 +01:00
parent 7953fe4daf
commit ab674a12e7
3 changed files with 17 additions and 6 deletions
+5 -3
View File
@@ -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 = {
+4
View File
@@ -260,6 +260,10 @@ tooltip label {
background-color: @red; background-color: @red;
} }
#custom.separator {
color: @text;
}
#battery { #battery {
color: @text; color: @text;
} }
+8 -3
View File
@@ -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 = [
"󰁺" "󰁺"
"󰁻" "󰁻"