waybar: but battery in correct place, add separator before tray
Update waybar rewrite for seahorse
This commit is contained in:
parent
7894bf6254
commit
f18fbabfd1
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue