diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2024-09-14 22:47:00 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2024-09-14 22:47:00 +0900 |
| commit | 4f3d9f65bff6127dac11fcd997dd495863f3f905 (patch) | |
| tree | f555a759a5a1fbe6c8fe807a1ee4ac4bdf595131 | |
| parent | ae9c85b7e5150d66c4c34f56017f5837a7dc3913 (diff) | |
small fix on swaync icon
| -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 10274170..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": "", |
