diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-08-19 20:52:30 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-08-19 20:52:30 -0700 |
| commit | 36dcc3c10ca97ddb5cf3c55f39253d7c0d22c539 (patch) | |
| tree | 07445b90b25d7c64bf593e6db2cae65da25126a2 | |
| parent | 0ebf40c5a15461eed01e7e64bb0c563a4e695513 (diff) | |
home: desktop: de-brand workspaces, update music icon
| -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 = { |