waybar: add office workspace
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
9f92539135
commit
23bf7c6b8d
1 changed files with 3 additions and 1 deletions
|
@ -157,6 +157,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/Alexays/Waybar/wiki/Module:-Hyprland
|
# https://github.com/Alexays/Waybar/wiki/Module:-Hyprland
|
||||||
|
# https://www.nerdfonts.com/cheat-sheet
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
show-special = true;
|
show-special = true;
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
|
@ -165,8 +166,9 @@ in {
|
||||||
dropdown = "";
|
dropdown = "";
|
||||||
game = "";
|
game = "";
|
||||||
music = "";
|
music = "";
|
||||||
|
office = "";
|
||||||
pip = "";
|
pip = "";
|
||||||
scratchpad = "";
|
scratchpad = "";
|
||||||
steam = "";
|
steam = "";
|
||||||
terminal = "";
|
terminal = "";
|
||||||
vm = "";
|
vm = "";
|
||||||
|
|
Loading…
Reference in a new issue