diff options
author | Joe <rbo@gmx.us> | 2025-09-12 22:46:10 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-09-12 22:46:10 +0200 |
commit | ec7ecab2112c6ec8b0a83c7168ddfec72818cb12 (patch) | |
tree | 931cfa92103842c9b1e3fca881dce0f813ab0ea8 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.gz dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.bz2 dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.xz dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.tar.zst dotfiles-bsd-ec7ecab2112c6ec8b0a83c7168ddfec72818cb12.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/cmus/rc | 24 | ||||
-rw-r--r-- | .config/gtk-3.0/bookmarks | 1 | ||||
-rw-r--r-- | .config/newsboat/config | 4 |
3 files changed, 23 insertions, 6 deletions
diff --git a/.config/cmus/rc b/.config/cmus/rc index bed3f5b..d0872ec 100644 --- a/.config/cmus/rc +++ b/.config/cmus/rc @@ -4,12 +4,28 @@ bind -f common - vol -5% bind -f common + vol +5% bind -f common = vol +5% +fset grunge=genre="Grunge" + +set color_error=red +set color_info=default +set color_separator=black set color_statusline_bg=black -set color_statusline_fg=gray +set color_statusline_fg=yellow set color_statusline_progress_bg=black -set color_statusline_progress_fg=gray +set color_statusline_progress_fg=yellow set color_titleline_bg=black -set color_titleline_fg=gray +set color_titleline_fg=yellow +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=bold set color_win_sel_bg=black -set color_win_sel_fg=default +set color_win_sel_fg=gray +set color_win_dir=lightblue +set color_win_fg=gray +set color_win_title_attr=bold +set color_win_title_bg=black +set color_win_title_fg=yellow 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 |