diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-08-17 23:03:59 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-08-17 23:03:59 +0530 |
| commit | 46b0b8ac8bc612e4bf86478e08ada33d94dad01d (patch) | |
| tree | fe57e75f03b1706b91278eeb216b83041e75a4ba /common/modules/matugen/templates/matugen-waybar.nix | |
| parent | 96feb69113b20a5de02d0634589675eb208d9cdd (diff) | |
Remove mango and user templates for noctalia
Diffstat (limited to 'common/modules/matugen/templates/matugen-waybar.nix')
| -rw-r--r-- | common/modules/matugen/templates/matugen-waybar.nix | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/common/modules/matugen/templates/matugen-waybar.nix b/common/modules/matugen/templates/matugen-waybar.nix index 2958c0e..71b62e5 100644 --- a/common/modules/matugen/templates/matugen-waybar.nix +++ b/common/modules/matugen/templates/matugen-waybar.nix @@ -11,13 +11,13 @@ { "exclusive": true, "reload_style_on_change": true, - "position": "top", + "position": "bottom", "margin-top": 0, "spacing": 0, "height": 0, "margin-bottom": 0, "modules-left": [ - "dwl/tags", + "niri/workspaces", "custom/separator", "tray", "custom/separator7", @@ -47,6 +47,9 @@ "cpu", "custom/separator2" ], + "niri/workspaces": { + "format": "{icon}", + }, "dwl/tags" : { "num-tags" : 9, // "tag-labels" : ["一" "二" "三" "四" "五" "六" "七" "八" "九"]; |
