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://www.nerdfonts.com/cheat-sheet
|
||||
"hyprland/workspaces" = {
|
||||
show-special = true;
|
||||
format = "{icon}";
|
||||
|
@ -165,8 +166,9 @@ in {
|
|||
dropdown = "";
|
||||
game = "";
|
||||
music = "";
|
||||
office = "";
|
||||
pip = "";
|
||||
scratchpad = "";
|
||||
scratchpad = "";
|
||||
steam = "";
|
||||
terminal = "";
|
||||
vm = "";
|
||||
|
|
Loading…
Reference in a new issue