diff options
Diffstat (limited to 'roles/home/desktop')
| -rw-r--r-- | roles/home/desktop/i3.nix | 6 | ||||
| -rw-r--r-- | roles/home/desktop/polybar.nix | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/roles/home/desktop/i3.nix b/roles/home/desktop/i3.nix index 8302a0c..2653c4d 100644 --- a/roles/home/desktop/i3.nix +++ b/roles/home/desktop/i3.nix @@ -10,12 +10,12 @@ ws1 = "1:Terminal"; ws2 = "2:Browser"; ws3 = "3:Chat"; - ws4 = "4:Steam"; + ws4 = "4:Gaming"; ws5 = "5"; ws6 = "6"; ws7 = "7"; - ws8 = "8:qBittorrent"; - ws9 = "9:Youtube"; + ws8 = "8:Meow"; + ws9 = "9:Music"; ws10 = "10:Misc"; ws11 = "11:Empty"; diff --git a/roles/home/desktop/polybar.nix b/roles/home/desktop/polybar.nix index 396218c..3c254eb 100644 --- a/roles/home/desktop/polybar.nix +++ b/roles/home/desktop/polybar.nix @@ -112,9 +112,9 @@ index-sort = true; ws.icon = [ - "0:Main;" "1:Terminal;" "2:Browser;" "3:Chat;" "4:Steam;" + "0:Main;" "1:Terminal;" "2:Browser;" "3:Chat;" "4:Gaming;" "5;" "6;" "7;" - "8:qBittorrent;" "9:Youtube;" "10:Misc;" + "8:Meow;" "9:Music;" "10:Misc;" ]; label = { |