summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-09-12 17:14:04 +0200
committerjoe <rbo@gmx.us>2025-09-12 17:14:04 +0200
commitb876acfe46f71d2b78cd4a7c6d6f7087054ec8f0 (patch)
tree3a4aef54ef423c5c5c4aeac37138465cd1d10bc8 /.config
parentup (diff)
downloaddotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.gz
dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.bz2
dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.xz
dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.tar.zst
dotfiles-bsd-b876acfe46f71d2b78cd4a7c6d6f7087054ec8f0.zip
up
Diffstat (limited to '')
-rw-r--r--.config/cmus/rc2
-rw-r--r--.config/x11/xinitrc5
2 files changed, 2 insertions, 5 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc
new file mode 100644
index 0000000..dc01b1e
--- /dev/null
+++ b/.config/cmus/rc
@@ -0,0 +1,2 @@
+set color_titleline_bg=black
+set color_titleline_fg=default
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc
index c682a23..4e3067a 100644
--- a/.config/x11/xinitrc
+++ b/.config/x11/xinitrc
@@ -3,7 +3,6 @@
case $(hostname -s) in
mother)
icon=" "
- mpd="mpd"
sleep="sleep 1"
ping="ping -c1 -w1 9.9.9.9 >/dev/null 2>&1"
host="mother"
@@ -11,7 +10,6 @@ case $(hostname -s) in
;;
po-rbo)
icon=" "
- mpd="mpd"
sleep="sleep 0.1"
ping="ping -c1 -w1 9.9.9.9 >/dev/null 2>&1"
host="po-rbo"
@@ -19,7 +17,6 @@ case $(hostname -s) in
;;
mars)
icon=" "
- mpd="musicpd"
sleep="gsleep 1"
ping="ping -c1 -t1 9.9.9.9 >/dev/null 2>&1"
host="mars"
@@ -39,7 +36,6 @@ dunst_shit() {
sleep 1
startif dunst
sleep 2
- startif mpd-notification
startif lowbat
for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do
kill -9 $pid
@@ -66,7 +62,6 @@ export LANG='en_US.UTF-8'
dunst_shit
[ $host = "po-rbo" ] && startif picom
-pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1
xset s off
xset -dpms
pkill wireplumber