commit 05d660eefee351f303fb5e6e4bc67864761f5120 from: amb date: Sun May 31 23:38:49 2026 UTC Another update to colors commit - fcd20f064024d2099bd6ad4d1b2600c3138da5d1 commit + 05d660eefee351f303fb5e6e4bc67864761f5120 blob - eec07439a101ae5c340bcd4108effa422bf7e0c1 (mode 644) blob + /dev/null --- .config/beets/config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -directory: ~/m -library: ~/.local/share/musiclibrary.db - -import: - move: yes blob - e7664f220619066f75643f070a3a3f2a755a7c0a blob + 5f83d6cfa56d9e6b018b08ff73ba7176a15d581b --- .config/gtk-3.0/settings.ini +++ .config/gtk-3.0/settings.ini @@ -1,3 +1,3 @@ [Settings] -gtk-cursor-theme-name=retrosmart-xcursor -gtk-cursor-theme-size=38 +gtk-cursor-theme-name=retrosmart-xcursor-black +gtk-cursor-theme-size=48 blob - 9f421f0c372ae364127d99edcf6bf335e52de349 (mode 644) blob + /dev/null --- .config/mpd/mpd.conf +++ /dev/null @@ -1,13 +0,0 @@ -music_directory "~/m" - -playlist_directory "~/.config/mpd/playlists" - -auto_update "yes" -bind_to_address "127.0.0.1" -restore_paused "yes" -max_output_buffer_size "16384" - -audio_output { - type "pipewire" - name "PipeWire Sound Server" -} blob - cf7a3aedf0218ac51e46cd99fb72eeff984a36d0 (mode 644) blob + /dev/null --- .config/mpdscribble/mpdscribble.conf +++ /dev/null @@ -1,10 +0,0 @@ -host = localhost -port = 6600 -log = /home/andre/.config/mpdscribble/mpdscribble.log -verbose = 2 -journal = ~/.config/mpdscribble/lastfm.journal - -[last.fm] -url = https://post.audioscrobbler.com/ -username = mztbcc -password = 7514336e594b0b61e4e80bb7b29033db blob - 6f9db0f23b000856c8b2943fcbabb7a08dfcb7ea blob + 2a694b36bf68535854dcc3ad63285fa0e0b64b2b --- .config/shell/alias +++ .config/shell/alias @@ -21,9 +21,6 @@ alias \ emerge="doas emerge --color n" \ equery="doas equery -C" \ -# FFmpeg utils -alias sr="ffmpeg -vaapi_device /dev/dri/renderD128 -video_size 3840x2160 -framerate 60 -f x11grab -i :0.0 -f pulse -i bluez_output.98_47_44_63_59_C4.1.monitor -vf 'format=nv12,hwupload' -c:v h264_vaapi -qp 24 -c:a aac -b:a 128k /tmp/v.mp4" - # Dotfiles on git alias dotfiles='/usr/bin/git --git-dir=$XDG_DATA_HOME/dotfiles.git/ --work-tree=$HOME' blob - a4ff6f9b40b08d591fdbef5fb119fad8740c7e46 blob + 3f9ac923833d106f3295abb2748dfdec7094e8a0 --- .config/tmux/tmux.conf +++ .config/tmux/tmux.conf @@ -1,48 +1,33 @@ -# Prefix +# Prefix to C-a unbind C-b set -g prefix C-a bind C-a send-prefix -# Vim motions -set-window-option -g mode-keys vi +# Use 1 as the index for windows +set -g base-index 1 +setw -g pane-base-index 1 -# Binds +# Vim motions for window control and copying +set-window-option -g mode-keys vi # Enable vim mode bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U bind-key l select-pane -R - bind v split-window -h bind s split-window -v - -bind r source-file ~/.config/tmux/tmux.conf \; display "config refresh" bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i" +# Reload config on prefix + r +bind r source-file ~/.config/tmux/tmux.conf \; display "config refresh" + # Theme -set -g default-terminal "${TERM}" +set -g default-terminal "${TERM}" set-option -g terminal-overrides ",256col:RGB:XT" +set-option -g status-style fg="#454545",bg=default # Static status bar colors +set -g message-style "fg=#454545,bg=#f4f3ec,noreverse" # Command bar +set -g pane-active-border-style fg="#6b7d9c" # Make the border of the active window the same color as the others +set -g status-right "" # Remove time and hostname from bar +set-window-option -g mode-style "bg=#e0ddd0,fg=#454545" # Copy mode -set -g pane-active-border-style fg="#c6c6c6" -set -g message-style "fg=#c6c6c6,bg=#090909,noreverse" -set-option -g status-style fg="#c6c6c6",bg=default -set -g status-right "" -set-window-option -g mode-style "bg=#c6c6c6,fg=#090909" - -# Fix esc delay -set -sg escape-time 0 - -# Increase scrollback buffer -set -g history-limit 50000 - -# Fix Vim ESC delay -set -sg escape-time 0 - -# Increase scrollback buffer -set -g history-limit 50000 - -# Start from 1 -set -g base-index 1 -setw -g pane-base-index 1 - blob - 3040dda9f0710f87e475ea0532b7ec6fd8f0b992 blob + 97e5ef2f4e5b93c6d5e1edd0b2afa70c71c9ec0c --- .config/x11/Xresources +++ .config/x11/Xresources @@ -1,9 +1,31 @@ -Xft.dpi: 144 +Xft.dpi: 192 Xft.antialias: 1 Xft.hinting: 1 Xft.hintstyle: hintslight Xft.rgba: rgb Xft.lcdfilter: lcddefault -Xcursor.theme: retrosmart-xcursor -Xcursor.size: 38 +Xcursor.theme: retrosmart-xcursor-black +Xcursor.size: 48 + +st.background: #f4f3ec +st.foreground: #454545 +st.cursorColor: #454545 +st.reverse-cursor: #f4f3ec + +st.color0: #454545 +st.color8: #757575 +st.color7: #d1d1d1 +st.color15: #f4f3ec +st.color1: #b36666 +st.color9: #cc7a7a +st.color2: #708c6b +st.color10: #84a67e +st.color3: #ab925e +st.color11: #c2a872 +st.color4: #6b7d9c +st.color12: #7d92b5 +st.color5: #8c6b8c +st.color13: #a67ea6 +st.color6: #6b8c8c +st.color14: #7ea6a6 blob - 4f2157baafd9152a198444db90accb63d45dedcf blob + 8e7517625b1544e0c9762438cb2be428b2c6fb0c --- .config/x11/xinitrc +++ .config/x11/xinitrc @@ -1,8 +1,5 @@ eval $(ssh-agent) -slstatus & xbanish & -mpd & -mpdscribble & gentoo-pipewire-launcher & setxkbmap -layout us -variant intl