diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-10-20 16:03:00 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-10-20 16:03:00 +0530 |
| commit | 9d543f98b182cfa04577dca7b31746eb5fdc5596 (patch) | |
| tree | 4fb8a79f768d70a287f0de01945647eafbe993dc /.config/swaync/style.css | |
| parent | 7625ce340a14fa8e6faf8f01619a01ba0a61ca2f (diff) | |
hyprland: open ncmpcpp with interactive zsh
Since we are loading the pywal colors through zsh,
doing `foot -e ncmpcpp` will bypass the interactive shell commands
so instead use `foot -e zsh -i -c ncmpcpp`
Diffstat (limited to '.config/swaync/style.css')
| -rw-r--r-- | .config/swaync/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/swaync/style.css b/.config/swaync/style.css index 29e2d30..6a19afc 100644 --- a/.config/swaync/style.css +++ b/.config/swaync/style.css @@ -59,7 +59,7 @@ } .notification-group .notification-group-headers .notification-group-header { - font-size: 20px; + font-size: 12px; margin-left: 3px; } |
