remove util script, fix symbols
This commit is contained in:
parent
e7a0783c26
commit
e9ce921f52
2
.bashrc
2
.bashrc
@ -29,6 +29,8 @@ alias pf='pfetch'
|
||||
# env #
|
||||
# --- #
|
||||
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||
|
||||
export HISTFILE=~/.history
|
||||
export HISTSIZE=5000
|
||||
|
||||
|
@ -160,7 +160,7 @@ label = %title:0:60:...%
|
||||
|
||||
[module/music]
|
||||
type = custom/script
|
||||
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '%{F#A7C080}{icon}%{F-} {artist} - %{F#8ABEB7}{title}' --icon-playing --icon-paused --icon-none --icon-stopped
|
||||
exec = ~/.config/polybar/scripts/player-mpris-tail.py -f '%{F#A7C080}{icon}%{F-} {artist} - %{F#8ABEB7}{title}' --icon-playing --icon-paused --icon-none --icon-stopped
|
||||
tail = true
|
||||
click-middle = ~/.config/polybar/scripts/player-mpris-tail.py previous &
|
||||
click-right = ~/.config/polybar/scripts/player-mpris-tail.py next &
|
||||
|
@ -1,16 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Loop through each subdirectory
|
||||
for dir in */; do
|
||||
# Navigate into the subdirectory
|
||||
cd "$dir" || continue
|
||||
|
||||
# Find all .sh files and move them to the parent directory
|
||||
find . -type f -name "*.sh" -exec mv {} .. \;
|
||||
|
||||
# Delete all other files and directories
|
||||
rm -rf *
|
||||
|
||||
# Go back to the parent directory
|
||||
cd ..
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user