From d71e27c268f96658a1cb94a8464bf16e1a947abc Mon Sep 17 00:00:00 2001 From: marcellus Date: Sun, 23 Jul 2023 11:08:51 +0200 Subject: add: config for sb, copy from the dwmblocks config --- .gitignore | 1 + sb/config | 18 ++++++++++++++++++ scripts/dmenuhandler | 2 +- scripts/music | 4 ++-- sxhkd/sxhkdrc | 2 ++ wallpapers/SFW/5sx0oqudnibb1.png | Bin 0 -> 20176 bytes wallpapers/SFW/819pqsudnibb1.png | Bin 0 -> 31170 bytes wallpapers/SFW/jgsn6rudnibb1.png | Bin 0 -> 39742 bytes wallpapers/SFW/t45.jpg | Bin 0 -> 51018 bytes 9 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 sb/config create mode 100644 wallpapers/SFW/5sx0oqudnibb1.png create mode 100644 wallpapers/SFW/819pqsudnibb1.png create mode 100644 wallpapers/SFW/jgsn6rudnibb1.png create mode 100644 wallpapers/SFW/t45.jpg diff --git a/.gitignore b/.gitignore index 7817106..f9c5df5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 :*==*%%%#%+=---: # :#%%%*+%#=+%*:. # 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 new file mode 100644 index 0000000..df86020 Binary files /dev/null and b/wallpapers/SFW/5sx0oqudnibb1.png differ diff --git a/wallpapers/SFW/819pqsudnibb1.png b/wallpapers/SFW/819pqsudnibb1.png new file mode 100644 index 0000000..998f117 Binary files /dev/null and b/wallpapers/SFW/819pqsudnibb1.png differ diff --git a/wallpapers/SFW/jgsn6rudnibb1.png b/wallpapers/SFW/jgsn6rudnibb1.png new file mode 100644 index 0000000..a07a253 Binary files /dev/null and b/wallpapers/SFW/jgsn6rudnibb1.png differ diff --git a/wallpapers/SFW/t45.jpg b/wallpapers/SFW/t45.jpg new file mode 100644 index 0000000..797681d Binary files /dev/null and b/wallpapers/SFW/t45.jpg differ -- cgit v1.2.3