summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.config/cmus/rc71
-rw-r--r--.config/env2
-rw-r--r--.config/gtk-3.0/bookmarks1
-rw-r--r--.config/newsboat/config4
-rw-r--r--.config/x11/xinitrc5
5 files changed, 75 insertions, 8 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc
new file mode 100644
index 0000000..b7dcde5
--- /dev/null
+++ b/.config/cmus/rc
@@ -0,0 +1,71 @@
+bind -f common > player-next
+bind -f common B player-next-album
+bind -f common space player-pause
+bind -f common < player-prev
+bind -f common Z player-prev-album
+bind -f common backspace player-stop
+
+bind -f common b seek -5
+bind -f common f seek +5
+bind -f common h seek -5
+bind -f common l seek +5
+bind -f common J seek -1m
+bind -f common K seek +1m
+
+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%
+
+bind -f common x win-remove
+bind -f common D win-remove
+bind -f common d win-remove
+bind -f common delete win-remove
+
+bind -f common A win-add-Q
+bind -f common a win-add-q
+bind -f common e win-add-l
+
+bind -f common v win-toggle
+bind -f common enter win-toggle
+
+fset grunge=genre="Grunge"
+
+set set_term_title=false
+set stop_after_queue=true
+set status_display_program=/usr/local/bin/cmus-notify
+
+set color_error=red
+set color_info=default
+set color_separator=black
+set color_statusline_bg=black
+set color_statusline_fg=yellow
+set color_statusline_progress_bg=black
+set color_statusline_progress_fg=yellow
+set color_titleline_attr=bold
+set color_titleline_bg=black
+set color_titleline_fg=yellow
+set color_trackwin_album_attr=bold
+set color_trackwin_album_bg=default
+set color_trackwin_album_fg=default
+set color_win_bg=default
+set color_win_cur_attr=bold
+set color_win_cur=red
+set color_win_cur_sel_attr=bold
+set color_win_cur_sel_bg=black
+set color_win_cur_sel_fg=red
+set color_win_sel_attr=default
+set color_win_sel_bg=black
+set color_win_sel_fg=default
+set color_win_dir=lightblue
+set color_win_fg=gray
+set color_win_inactive_cur_sel_attr=default
+set color_win_inactive_cur_sel_bg=darkgray
+set color_win_inactive_cur_sel_fg=default
+set color_win_inactive_sel_attr=default
+set color_win_inactive_sel_bg=black
+set color_win_inactive_sel_fg=gray
+set color_win_title_attr=bold
+set color_win_title_bg=black
+set color_win_title_fg=yellow
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/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks
index 890783e..250526a 100644
--- a/.config/gtk-3.0/bookmarks
+++ b/.config/gtk-3.0/bookmarks
@@ -6,3 +6,4 @@ file:///mnt mnt
file:///home/jozan/docs/nextcloud
file:///home/jozan/hdd/zhinu
file:///home/jozan/hdd/files/zhinu
+file:///var/dev/fat/zhinu/
diff --git a/.config/newsboat/config b/.config/newsboat/config
index abb6d41..8b2d113 100644
--- a/.config/newsboat/config
+++ b/.config/newsboat/config
@@ -45,7 +45,7 @@ ignore-article "*" "title =~ \"#shorts$\""
ignore-article "*" "link =~ \"youtube.com/shorts/\""
color background default default
-color listnormal default default dim
+color listnormal white default
color listnormal_unread default default bold
color listfocus default black
color listfocus_unread default black bold
@@ -79,7 +79,7 @@ highlight article ":.*\\(image\\)$" blue default
highlight article ":.*\\(embedded flash\\)$" magenta default
highlight feedlist ".*(0/0))" black
-highlight feedlist ".* \\[(news|tech|normies|gaming|space|skate|music)\\]$" default default dim
+highlight feedlist ".* \\[(news|tech|normies|gaming|space|skate|music)\\]$" white default
highlight feedlist "^N.* \\[tech\\]$" cyan default bold
highlight feedlist "^N.* \\[normies\\]$" red default bold
highlight feedlist "^N.* \\[news\\]$" green default bold
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