mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
waybar: removed workspace IDs and replaced with circles
This commit is contained in:
parent
d2bffae9fd
commit
dee2c50bd7
|
@ -25,7 +25,10 @@
|
||||||
"clock"
|
"clock"
|
||||||
];
|
];
|
||||||
|
|
||||||
"hyprland/workspaces" = { "all-outputs" = true; };
|
"hyprland/workspaces" = { "
|
||||||
|
all-outputs" = true;
|
||||||
|
"format" = "";
|
||||||
|
};
|
||||||
"hyprland/window" = { "max-length" = 100; };
|
"hyprland/window" = { "max-length" = 100; };
|
||||||
"clock" = {
|
"clock" = {
|
||||||
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
|
"tooltip-format" = "{:%Y-%m-%d | %H:%M}";
|
||||||
|
|
|
@ -9,7 +9,8 @@ window#waybar {
|
||||||
color: #FAFAFA;
|
color: #FAFAFA;
|
||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
padding: 5px 10px;
|
padding: 0px 10px;
|
||||||
|
margin: 0 0px;
|
||||||
color: #FAFAFA;
|
color: #FAFAFA;
|
||||||
}
|
}
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
|
|
Loading…
Reference in a new issue