diff options
| author | awy <awy@awy.one> | 2025-11-19 20:06:15 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-19 20:06:15 +0300 |
| commit | 2e0c596259de318a86ce57f82c52cf268099a7de (patch) | |
| tree | 8073ab8445a9dc69367236e63b9e41130d734ec6 /.config/waybar/config.jsonc | |
| parent | 790eccde5e3bb6a187a47c34fa905bab064fad71 (diff) | |
| download | hyprdots-2e0c596259de318a86ce57f82c52cf268099a7de.tar.gz | |
yes
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 2fa2286..e73c267 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -35,12 +35,12 @@ "all-outputs": true, "on-click": "activate", "format": "{icon}", - "format-icons": { - "8": "", - "9": "" - }, + // "format-icons": { + // "8": "", + // "9": "" + // }, "persistent-workspaces": { - "*": [ 1, 2, 3, 4, 8, 9 ] + "*": [ 1, 2, 3, 4 ] } }, "custom/icon": { |