feat(regolith): changed icon theme
This commit is contained in:
@@ -28,12 +28,10 @@ while
|
||||
-theme ${dir}/${theme}.rasi)
|
||||
|
||||
status=$?
|
||||
# echo "Status: $status"
|
||||
# echo "Selected: $selected"
|
||||
if [[ "$status" == 10 && "$selected" != "" ]]; then
|
||||
dunstctl history-rm $(echo $selected | sed -r 's/^([0-9]+): .*/\1/')
|
||||
elif [[ "$status" == 11 ]]; then
|
||||
dunstctl history-clear
|
||||
dunstctl history-clear
|
||||
fi
|
||||
[[ "$status" == 10 ]]
|
||||
do :; done
|
||||
|
||||
Reference in New Issue
Block a user