waybar: but battery in correct place, add separator before tray

Update waybar rewrite for seahorse
This commit is contained in:
Evie Litherland-Smith 2023-12-18 09:57:27 +00:00
parent 7894bf6254
commit f18fbabfd1

View file

@ -23,8 +23,16 @@
"mpris"
];
"modules-center" = [ ];
"modules-right" =
[ "pulseaudio" "disk" "cpu" "memory" "battery" "clock" "tray" ];
"modules-right" = [
"battery"
"pulseaudio"
"disk"
"cpu"
"memory"
"clock"
"custom/separator"
"tray"
];
# Module config
"custom/separator" = { format = "|"; };
"hyprland/workspaces" = {
@ -71,7 +79,7 @@
"Signal" = "󰒢";
"whatsapp-for-linux" = "󰖣";
"(.*)WebCord - (.*)" = "$1󰙯 $2";
"seahorse" = "󰌾";
"seahorse" = "󰌾 Passwords and Keys";
};
separate-outputs = true;
};