Fixes icons for notifications
This commit is contained in:
parent
4024086cee
commit
cc918502b1
6 changed files with 25 additions and 21 deletions
|
|
@ -2,13 +2,11 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
|
||||
# Playerctl
|
||||
|
||||
iconPath="/usr/share/icons/Qogir/24/actions"
|
||||
|
||||
nextIcon="$iconPath/gtk-media-next-ltr.svg"
|
||||
previousIcon="$iconPath/gtk-media-previous-ltr.svg"
|
||||
stopIcon="$iconPath/gtk-media-stop.svg"
|
||||
playIcon="$iconPath/gtk-media-play-ltr.svg"
|
||||
pauseIcon="$iconPath/gtk-media-pause.svg"
|
||||
nextIcon="gtk-media-next-ltr"
|
||||
previousIcon="gtk-media-previous-ltr"
|
||||
stopIcon="gtk-media-stop"
|
||||
playIcon="gtk-media-play-ltr"
|
||||
pauseIcon="gtk-media-pause"
|
||||
|
||||
# Play the next track
|
||||
play_next() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue