summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/cmus/rc15
-rw-r--r--.config/env2
-rw-r--r--.config/x11/xinitrc5
3 files changed, 16 insertions, 6 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc
new file mode 100644
index 0000000..bed3f5b
--- /dev/null
+++ b/.config/cmus/rc
@@ -0,0 +1,15 @@
+bind -f common 9 vol -5%
+bind -f common 0 vol +5%
+bind -f common - vol -5%
+bind -f common + vol +5%
+bind -f common = vol +5%
+
+set color_statusline_bg=black
+set color_statusline_fg=gray
+set color_statusline_progress_bg=black
+set color_statusline_progress_fg=gray
+set color_titleline_bg=black
+set color_titleline_fg=gray
+set color_win_sel_attr=bold
+set color_win_sel_bg=black
+set color_win_sel_fg=default
diff --git a/.config/env b/.config/env
index 51b3685..aafc3fc 100644
--- a/.config/env
+++ b/.config/env
@@ -99,7 +99,7 @@ export FZF_DEFAULT_COMMAND='fd -i -H -c never -j9 -E .git -E dotfiles-bsd -E .cc
export FZF_DEFAULT_OPTS='--height 60% --layout=reverse --border=left --tabstop=4'
export LESS='-R -c -S'
export MPD_HOST="$XDG_DATA_HOME"/mpd/socket
-export NNN_OPTS='aAdcrRQ'
+export NNN_OPTS='aAdcrRQx'
export NNN_COLORS='4132'
export NNN_FCOLORS='030304020005060801ac0507'
export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$"
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