waybar: removed workspace IDs and replaced with circles

This commit is contained in:
Aly Raffauf 2024-03-26 14:43:17 -04:00
parent d2bffae9fd
commit dee2c50bd7
2 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,10 @@
"clock"
];
"hyprland/workspaces" = { "all-outputs" = true; };
"hyprland/workspaces" = { "
all-outputs" = true;
"format" = "󰧞";
};
"hyprland/window" = { "max-length" = 100; };
"clock" = {
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";

View file

@ -9,7 +9,8 @@ window#waybar {
color: #FAFAFA;
}
#workspaces button {
padding: 5px 10px;
padding: 0px 10px;
margin: 0 0px;
color: #FAFAFA;
}
#workspaces button.active {