diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | d9aa82f607b955fde7b8f83744097d8dfec90760 (patch) | |
| tree | 33f05d6436d83f80001d40c5f80a2f9c98ad0c63 /.config/i3/music.lua | |
| parent | 6bddf25a82605b43e7470457184e3016a043d128 (diff) | |
removed cringe
Diffstat (limited to '.config/i3/music.lua')
| -rw-r--r-- | .config/i3/music.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/i3/music.lua b/.config/i3/music.lua index 1960f9b..5f60a4b 100644 --- a/.config/i3/music.lua +++ b/.config/i3/music.lua @@ -10,9 +10,9 @@ if #album ~= 0 then end if status == "Playing" then - print((" Playing | %s by %s %s"):format(song, artist, album)) + print((" Playing | %s by %s %s"):format(song, artist, album)) elseif status == "Paused" then - print((" Paused | %s by %s %s"):format(song, artist, album)) + print((" Paused | %s by %s %s"):format(song, artist, album)) else - print((" Stopped "):format(status)) -end
\ No newline at end of file + print((" Stopped "):format(status)) +end |
