diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf index 0cfd246..c2b8da8 100644 --- a/.config/hypr/hyprlock.conf +++ b/.config/hypr/hyprlock.conf @@ -102,7 +102,7 @@ label { label { monitor = - text = cmd[update:500] playerctl status | grep -q 'Playing' && title=$(playerctl metadata title) && artist=$(playerctl metadata artist) && combined="${title} - ${artist}" && echo "󰝚 $(echo "$combined" | awk '{if(length > 30) print substr($0, 1, 27) "..." ; else print $0}') " || echo "󰝛 No music is playing." + text = cmd[update:500] playerctl status | grep -q 'Playing' && title=$(playerctl metadata title) && artist=$(playerctl metadata artist) && combined="${title} - ${artist}" && echo "󰝚 $(echo "$combined" | awk '{if(length > 30) print substr($0, 1, 27) "..." ; else print $0}') " || echo "󰝛 No media is playing." text_align = center color = rgb(CCCCFF) diff --git a/dotfiles/init b/dotfiles/init deleted file mode 100644 index e69de29..0000000