Gen 383: waybar tweaks

This commit is contained in:
pagedMov
2024-10-11 21:19:04 -04:00
parent e6c4446710
commit c969646804
4 changed files with 30 additions and 23 deletions

View File

@@ -11,6 +11,7 @@
margin-right= 0;
modules-left= [
"custom/launcher"
"custom/separator"
"hyprland/workspaces"
];
modules-center= [
@@ -18,12 +19,15 @@
];
modules-right= [
"tray"
"custom/separator"
"cpu"
"memory"
"disk"
"custom/separator"
"pulseaudio"
"battery"
"network"
"custom/separator"
"custom/notification"
];
clock= {
@@ -136,5 +140,10 @@
on-click-right = "swaync-client -d -sw";
escape = true;
};
"custom/separator" = {
exec = "echo ' | '";
interval = 600;
tooltip = false;
};
};
}