swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 8eca15e1734099fc31327158ab122b8ce51b6a80
parent 536719132ea85be0e45b9d1118db255d49af685f
Author: awy <awy@awy.one>
Date:   Fri, 11 Apr 2025 01:31:23 +0300

fix

Diffstat:
M.config/ncmpcpp/config | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config @@ -30,5 +30,5 @@ progressbar_color = black:b progressbar_elapsed_color = blue:b statusbar_color = red statusbar_time_color = cyan:b -execute_on_song_change="pkill -RTMIN+11 waybar" -execute_on_player_state_change="pkill -RTMIN+11 waybar" +execute_on_song_change="pkill -RTMIN+11 i3blocks" +execute_on_player_state_change="pkill -RTMIN+11 i3blocks"