mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 12:23:56 -05:00
waybar: removed workspace IDs and replaced with circles
This commit is contained in:
parent
d2bffae9fd
commit
dee2c50bd7
|
@ -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}";
|
||||
|
|
|
@ -9,7 +9,8 @@ window#waybar {
|
|||
color: #FAFAFA;
|
||||
}
|
||||
#workspaces button {
|
||||
padding: 5px 10px;
|
||||
padding: 0px 10px;
|
||||
margin: 0 0px;
|
||||
color: #FAFAFA;
|
||||
}
|
||||
#workspaces button.active {
|
||||
|
|
Loading…
Reference in a new issue