catppuccin / swaync

🔔 Soothing pastel theme for SwayNC
MIT License
62 stars 4 forks source link

Use swaync-client to reload styles #5

Closed ravener closed 1 year ago

ravener commented 1 year ago

The command to reload stuff is swaync-client where as swaync is just the daemon itself.

 ~/.c/swaync  swaync -rs
Usage:
    swaync <OPTION>
Help:
    -h, --help      Show help options
    -v, --version       Prints version
Options:
    -s, --style         Use a custom Stylesheet file
    -c, --config        Use a custom config file
 ~/.c/swaync  swaync-client -rs
CSS reload success: true
 ~/.c/swaync  
isabelroses commented 1 year ago

Thanks for the catch