diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-07-23 11:08:51 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-07-23 11:08:51 +0200 |
| commit | d71e27c268f96658a1cb94a8464bf16e1a947abc (patch) | |
| tree | fb95257ef57c1b3e40e3209c979ad241f00216a7 | |
| parent | 0558e58a3889dc4fc064816170ff1d51744eefac (diff) | |
add: config for sb, copy from the dwmblocks config
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | sb/config | 18 | ||||
| -rwxr-xr-x | scripts/dmenuhandler | 2 | ||||
| -rwxr-xr-x | scripts/music | 4 | ||||
| -rw-r--r-- | sxhkd/sxhkdrc | 2 | ||||
| -rw-r--r-- | wallpapers/SFW/5sx0oqudnibb1.png | bin | 0 -> 20176 bytes | |||
| -rw-r--r-- | wallpapers/SFW/819pqsudnibb1.png | bin | 0 -> 31170 bytes | |||
| -rw-r--r-- | wallpapers/SFW/jgsn6rudnibb1.png | bin | 0 -> 39742 bytes | |||
| -rw-r--r-- | wallpapers/SFW/t45.jpg | bin | 0 -> 51018 bytes |
9 files changed, 24 insertions, 3 deletions
@@ -14,6 +14,7 @@ vlc/ MuseScore/ libreoffice/ itch/ +Meltytech/ ## trashfiles .zcompdump diff --git a/sb/config b/sb/config new file mode 100644 index 0000000..91f8f1d --- /dev/null +++ b/sb/config @@ -0,0 +1,18 @@ +/*Name State Update Signal + 34*/ +music = true // 35 +cputemp = true // 36 +fanspeed = false // 37 +memory = true // 38 +battery = true // 39 +wifi = true // 40 +ethernet = false // 41 +localip = false // 42 +publicip = false // 43 +volume = true // 44 +mic = false // 45 +news = false // 46 +mail = false // 47 +weather = false // 48 +daypercent = false // 49 +date = true // 50 +time = true // 51 diff --git a/scripts/dmenuhandler b/scripts/dmenuhandler index b3eb9c8..bda8b47 100755 --- a/scripts/dmenuhandler +++ b/scripts/dmenuhandler @@ -37,4 +37,4 @@ case "$(printf '%s\nbrowser\nmusic\nmpv\nmpv loop\nnsxiv\nPDF\nvim\nyt-dlp\nmusi #setbg) # curl -sL "$FEED" > "$XDG_CACHE_HOME/pic" && # hsetroot -cover "$XDG_CACHE_HOME/pic" >/dev/null 2>&1 ;; -esac
\ No newline at end of file +esac diff --git a/scripts/music b/scripts/music index d5eeaa3..8cc1dea 100755 --- a/scripts/music +++ b/scripts/music @@ -3,7 +3,7 @@ # author: ratakor <ratakor@disroot.org> :*==*%%%#%+=---: # :#%%%*+%#=+%*:. # created: Sat, 06 May 2023 18:44:52 +0200 :%%%. . -*%- -# updated: Sat, 01 Jul 2023 18:12:52 +0200 =## . :#%*=:. +# updated: Sat, 22 Jul 2023 00:27:35 +0200 =## . :#%*=:. # -#*#%:=#%%%#- # description: *:*%%%%%%%#- # simple music selector with dmenu that uses and .-#%%%%%%+ @@ -36,5 +36,5 @@ if [ -z "$SHUFFLE" ] && [ -d "$MUSIC" ] || printf '%s' "$MUSIC" | grep -q playli fi printf 'stop\n' | socat - /tmp/mpvsocket 2> /dev/null -mpv --vid=no --input-ipc-server=/tmp/mpvsocket --loop-playlist\ +mpv --vid=auto --input-ipc-server=/tmp/mpvsocket --loop-playlist\ --ytdl-format=ba --script="$SCRIPT" --shuffle="$SHUFFLE" "$MUSIC" diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 7b7c6b5..f3b2ae8 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -1,5 +1,7 @@ super + Escape kill -10 $(pidof sxhkd) +super + shift + Escape + kill -10 $(pidof sb) {super + Return,button8} $TERMINAL super + d diff --git a/wallpapers/SFW/5sx0oqudnibb1.png b/wallpapers/SFW/5sx0oqudnibb1.png Binary files differnew file mode 100644 index 0000000..df86020 --- /dev/null +++ b/wallpapers/SFW/5sx0oqudnibb1.png diff --git a/wallpapers/SFW/819pqsudnibb1.png b/wallpapers/SFW/819pqsudnibb1.png Binary files differnew file mode 100644 index 0000000..998f117 --- /dev/null +++ b/wallpapers/SFW/819pqsudnibb1.png diff --git a/wallpapers/SFW/jgsn6rudnibb1.png b/wallpapers/SFW/jgsn6rudnibb1.png Binary files differnew file mode 100644 index 0000000..a07a253 --- /dev/null +++ b/wallpapers/SFW/jgsn6rudnibb1.png diff --git a/wallpapers/SFW/t45.jpg b/wallpapers/SFW/t45.jpg Binary files differnew file mode 100644 index 0000000..797681d --- /dev/null +++ b/wallpapers/SFW/t45.jpg |
