| moving to cmus, cpu usage is way lower than mpd - dotfiles - These are my dotfi… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 6d543c69b77702edce2cd2037cc9f4eb35676778 | |
| parent d94eade50aa3021fb93ee7da4ec4787cc8552a61 | |
| Author: Jay Scott <[email protected]> | |
| Date: Tue, 10 Jan 2023 22:39:32 +0000 | |
| moving to cmus, cpu usage is way lower than mpd | |
| Diffstat: | |
| M README | 2 +- | |
| M ashrc | 3 --- | |
| M bin/sway-run.sh | 2 +- | |
| M bootstrap.sh | 2 +- | |
| M foot/foot.ini | 3 +++ | |
| D moc/config | 7 ------- | |
| D moc/themes/black_orange | 42 -----------------------------… | |
| M sway/config | 4 ++-- | |
| 8 files changed, 8 insertions(+), 57 deletions(-) | |
| --- | |
| diff --git a/README b/README | |
| @@ -17,7 +17,7 @@ all, the closest I come is using IRC. | |
| email : mutt / fdm | |
| browser : qutebrowser | |
| video : mpv | |
| - music : moc | |
| + music : cmus | |
| gaming : scummvm | |
| password mgt : pass | |
| vpn : mullvad | |
| diff --git a/ashrc b/ashrc | |
| @@ -20,9 +20,6 @@ export PATH=$PATH:$HOME/bin | |
| export BROWSER="qutebrowser" | |
| export GOPATH="$XDG_DATA_HOME"/go | |
| export GOPROXY=direct | |
| -export CFLAGS="-O3 -march=native -pipe" | |
| -export CXXFLAGS="$CFLAGS" | |
| -export MAKEFLAGS=-j12 | |
| export PS1="[\[$(tput sgr0)\]\[\033[38;5;7m\]\W\[$(tput sgr0)\]] \\$ \[$(tput … | |
| export BEMENU_OPTS="-p '> ' --tb '#013220' --tf '#ffffff' --hf '#444444'" | |
| diff --git a/bin/sway-run.sh b/bin/sway-run.sh | |
| @@ -4,7 +4,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 | |
| export XKB_DEFAULT_OPTIONS=caps:escape | |
| export GDK_BACKEND=wayland | |
| export XDG_SESSION_TYPE=wayland | |
| -export XCURSOR_THEME=Adwaita | |
| +#export XCURSOR_THEME=Adwaita | |
| export XDG_DESKTOP_DIR="$HOME" | |
| export XDG_DOWNLOAD_DIR="$HOME/tmp" | |
| export XDG_DOCUMENTS_DIR="$HOME/tmp" | |
| diff --git a/bootstrap.sh b/bootstrap.sh | |
| @@ -4,7 +4,7 @@ DOTFILES=$(pwd) | |
| FILES='ashrc castgetrc profile vimrc' | |
| ROOT='bin' | |
| -CONFIG='fdm foot git moc mutt qutebrowser sfeed senpai sway' | |
| +CONFIG='fdm foot git mutt qutebrowser sfeed senpai sway' | |
| link() { | |
| for f in $FILES; do ln -sfn "$DOTFILES/$f" "$HOME/.$f"; done | |
| diff --git a/foot/foot.ini b/foot/foot.ini | |
| @@ -1,5 +1,8 @@ | |
| font=Hack:size=14 | |
| +[url] | |
| +launch=qutebrowser ${url} | |
| + | |
| [colors] | |
| background=282828 | |
| foreground=ebdbb2 | |
| diff --git a/moc/config b/moc/config | |
| @@ -1,7 +0,0 @@ | |
| -MusicDir = "/home/jay/media/music" | |
| -Sort = FileName | |
| -Shuffle = yes | |
| -AutoNext = yes | |
| -Theme = black_orange | |
| -ReadTags = yes | |
| -ShowTime = yes | |
| diff --git a/moc/themes/black_orange b/moc/themes/black_orange | |
| @@ -1,42 +0,0 @@ | |
| -############################################################################## | |
| -# | |
| -# here's my theme for the great moc. | |
| -# it's black/orange (on xterm it's black/yellow :-) | |
| -# | |
| -############################################################################## | |
| - | |
| -background = white black | |
| -frame = yellow black | |
| -window_title = white black | |
| -directory = white black bold | |
| -selected_directory = black yellow | |
| -playlist = white black | |
| -selected_playlist = black yellow | |
| -file = white black | |
| -selected_file = black yellow | |
| -marked_file = yellow black | |
| -marked_selected_file = yellow black bold,reverse | |
| -info = yellow black | |
| -selected_info = yellow black bold | |
| -marked_info = yellow black bold | |
| -marked_selected_info = yellow black bold,reverse | |
| -status = white black | |
| -title = yellow black | |
| -state = yellow black | |
| -current_time = white black bold | |
| -time_left = white black bold | |
| -total_time = white black bold | |
| -time_total_frames = white black | |
| -sound_parameters = white black bold | |
| -legend = white black | |
| -disabled = black black bold | |
| -enabled = white black bold | |
| -empty_mixer_bar = white black | |
| -filled_mixer_bar = black yellow | |
| -empty_time_bar = white black | |
| -filled_time_bar = white yellow | |
| -entry = white black | |
| -entry_title = yellow black bold | |
| -error = yellow black bold | |
| -message = yellow black bold | |
| -plist_time = white black | |
| diff --git a/sway/config b/sway/config | |
| @@ -9,13 +9,13 @@ set $up k | |
| set $right l | |
| # apps | |
| -set $term foot -d none -T "" | |
| +set $term footclient -d none | |
| set $browser qutebrowser | |
| set $menu bemenu-run -p '> ' --tb '$colour' --tf '#ffffff' --hf '#444444' | |
| set $vol pamixer | |
| # autostart | |
| -exec wlsunset -l 57.6495 -L 3.318 | |
| +exec foot --server | |
| exec wl-paste -t text --watch clipman store --no-persist | |
| exec /usr/libexec/pipewire-launcher | |