dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit f76e31254ade3cad634f9f899658e384d4d64f5b
parent 65eb1296cc5ab03c70b4a6f1798fb20b06e3c58e
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Jan 2024 22:11:02 +0000

cmus XDG updates

Diffstat:
M.gitignore | 7-------
Dcmus/.cmus/mutiny.theme | 56--------------------------------------------------------
Dcmus/.cmus/venganza.theme | 55-------------------------------------------------------
Rcmus/.cmus/cmus-status-display -> cmus/.config/cmus/cmus-status-display | 0
Rcmus/.cmus/oldriceputin.theme -> cmus/.config/cmus/oldriceputin.theme | 0
5 files changed, 0 insertions(+), 118 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,10 +1,3 @@ -cmus/.cmus/cache -cmus/.cmus/command-history -cmus/.cmus/lib.pl -cmus/.cmus/search-history -cmus/.cmus/playlists -cmus/.cmus/autosave -cmus/.cmus/wmt.txt irssi/.irssi/away.log irssi/.irssi/config.autosave mpd/.config/mpd/mpd.log diff --git a/cmus/.cmus/mutiny.theme b/cmus/.cmus/mutiny.theme @@ -1,56 +0,0 @@ -# Directory colors -set color_win_dir=7 - -# Normal text -set color_win_fg=15 - -# Window background color. -set color_win_bg=default - -# Command line color. -set color_cmdline_bg=236 -set color_cmdline_fg=7 - -# Color of error messages displayed on the command line. -set color_error=1 - -# Color of informational messages displayed on the command line. -set color_info=3 - -# Color of the separator line between windows in view (1). -set color_separator=4 - -# Color of window titles (topmost line of the screen). -set color_win_title_bg=236 -set color_win_title_fg=11 - -# Color of the album row shown in the track window -set color_trackwin_album_bg=236 -set color_trackwin_album_fg=15 - -# Status line color. -set color_statusline_bg=default -set color_statusline_fg=7 - -# Color of currently playing track. -set color_win_cur=10 - -# Color of the line displaying currently playing track. -set color_titleline_bg=236 -set color_titleline_fg=3 - -# Color of the selected row which is also the currently playing track in active window. -set color_win_cur_sel_bg=5 -set color_win_cur_sel_fg=3 - -# Color of the selected row which is also the currently playing track in inactive window. -set color_win_inactive_cur_sel_bg=0 -set color_win_inactive_cur_sel_fg=10 - -# Color of selected row in active window. -set color_win_sel_bg=8 -set color_win_sel_fg=7 - -# Color of selected row in inactive window. -set color_win_inactive_sel_bg=0 -set color_win_inactive_sel_fg=7 diff --git a/cmus/.cmus/venganza.theme b/cmus/.cmus/venganza.theme @@ -1,55 +0,0 @@ -# Directory colors -set color_win_dir=4 - -# Normal text -set color_win_fg=15 - -# Window background color. -set color_win_bg=default - -# Command line color. -set color_cmdline_bg=0 -set color_cmdline_fg=7 - -# Color of error messages displayed on the command line. -set color_error=1 - -# Color of informational messages displayed on the command line. -set color_info=3 - -# Color of the separator line between windows in view (1). -set color_separator=14 - -# Color of window titles (topmost line of the screen). -set color_win_title_bg=0 -set color_win_title_fg=7 - -# Color of the album row shown in the track window -set color_trackwin_album_bg=8 - -# Status line color. -set color_statusline_bg=default -set color_statusline_fg=7 - -# Color of currently playing track. -set color_win_cur=6 - -# Color of the line displaying currently playing track. -set color_titleline_bg=0 -set color_titleline_fg=5 - -# Color of the selected row which is also the currently playing track in active window. -set color_win_cur_sel_bg=0 -set color_win_cur_sel_fg=6 - -# Color of the selected row which is also the currently playing track in inactive window. -set color_win_inactive_cur_sel_bg=default -set color_win_inactive_cur_sel_fg=14 - -# Color of selected row in active window. -set color_win_sel_bg=0 -set color_win_sel_fg=2 - -# Color of selected row in inactive window. -set color_win_inactive_sel_bg=default -set color_win_inactive_sel_fg=10 diff --git a/cmus/.cmus/cmus-status-display b/cmus/.config/cmus/cmus-status-display diff --git a/cmus/.cmus/oldriceputin.theme b/cmus/.config/cmus/oldriceputin.theme