diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-18 14:39:39 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-18 14:39:39 +0900 |
| commit | f6dfceead5f5997a84c02fb12bb8cfe3749a4684 (patch) | |
| tree | 9ab610ea7f2a7865a400c75301922c29fd2c1126 | |
| parent | f8d953062323cf2fdd328865ea372adb9f218a15 (diff) | |
swaync module space
| -rw-r--r-- | config/waybar/Modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules index 933f8a8d..e825e53b 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -539,7 +539,7 @@ "custom/swaync": { "tooltip": true, "tooltip-format": "Left Click: Launch Notification Center\nRight Click: Do not Disturb", - "format": "{}{icon}", + "format": "{} {icon}", "format-icons": { "notification": "<span foreground='red'><sup></sup></span>", "none": "", |
