diff --git a/files/.config/alacritty/alacritty.yml b/files/.config/alacritty/alacritty.yml index 64e3d5b..779d409 100644 --- a/files/.config/alacritty/alacritty.yml +++ b/files/.config/alacritty/alacritty.yml @@ -1,3 +1,14 @@ +# _ _ _ _ +# | | (_) | | | +# __ _| | __ _ ___ _ __ _| |_| |_ _ _ +# / _` | |/ _` |/ __| '__| | __| __| | | | +# | (_| | | (_| | (__| | | | |_| |_| |_| | +# \__,_|_|\__,_|\___|_| |_|\__|\__|\__, | +# __/ | +# |___/ +# +# ~ M. Thomas + env: TERM: alacritty diff --git a/files/.config/i3/config b/files/.config/i3/config index b86fd90..2e70023 100644 --- a/files/.config/i3/config +++ b/files/.config/i3/config @@ -138,16 +138,17 @@ for_window [class="xterm"] border pixel 1 set $red "#e06c75" set $termbg "#1C1B1D" set $border "#D8D8D8" +set $accent "#98C379" # Class Border Backgr. Text Indic. Child_border -client.focused $border $border #000000 $border $border -client.focused_inactive $border $termbg #ffffff $termbg $termbg +client.focused $accent $termbg #ffffff $border $border +client.focused_inactive $accent $termbg #ffffff $termbg $termbg client.unfocused $termbg $termbg #ffffff $termbg $termbg client.urgent $red $red $border $red $red client.background $border # i3-gaps -gaps inner 0 +gaps inner 4 # ============================== Start exec setxkbmap -layout za @@ -160,7 +161,7 @@ exec export XMODIFIERS=@im=fcitx exec fcitx exec nextcloud exec dunst -exec picom --experimental-backends +exec picom exec nm-applet exec feh --bg-scale $HOME/data/wallpaper/wallpaper.png diff --git a/files/.config/picom.conf b/files/.config/picom.conf index cbc05e6..469810c 100644 --- a/files/.config/picom.conf +++ b/files/.config/picom.conf @@ -1,8 +1,5 @@ # Opacity opacity-rule = [ - "96:class_g *?= 'XTerm'", - "96:class_g *?= 'jetbrains-idea'", - "96:class_g *?= 'code-oss'", ]; #inactive-opacity = 0.95; diff --git a/files/.config/polybar/config b/files/.config/polybar/config index aa98e41..b0208be 100644 --- a/files/.config/polybar/config +++ b/files/.config/polybar/config @@ -1,3 +1,14 @@ +# _ _ +# | | | | +# _ __ ___ | |_ _| |__ __ _ _ __ +# | '_ \ / _ \| | | | | '_ \ / _` | '__| +# | |_) | (_) | | |_| | |_) | (_| | | +# | .__/ \___/|_|\__, |_.__/ \__,_|_| +# | | __/ | +# |_| |___/ +# +# ~ M. Thomas + # vim:ft=dosini [colors] diff --git a/files/.config/zathura/zathurarc b/files/.config/zathura/zathurarc index 624d7a1..81e9a67 100644 --- a/files/.config/zathura/zathurarc +++ b/files/.config/zathura/zathurarc @@ -6,42 +6,40 @@ map w recolor false set recolor true -# Lighthaus Colors: -set notification-error-bg "#FC2929" -set notification-error-fg "#18191E" -set notification-warning-bg "#E25600" -set notification-warning-fg "#18191E" -set notification-bg "#D68EB2" -set notification-fg "#18191E" +#set notification-error-bg "#FC2929" +#set notification-error-fg "#18191E" +#set notification-warning-bg "#E25600" +#set notification-warning-fg "#18191E" +#set notification-bg "#D68EB2" +#set notification-fg "#18191E" -set completion-bg "#18191E" -set completion-fg "#44B273" -set completion-group-bg "#18191E" -set completion-group-fg "#44B273" -set completion-highlight-bg "#21252D" -set completion-highlight-fg "#FFFF00" +#set completion-bg "#18191E" +#set completion-fg "#44B273" +#set completion-group-bg "#18191E" +#set completion-group-fg "#44B273" +#set completion-highlight-bg "#21252D" +#set completion-highlight-fg "#FFFF00" -set index-bg "#18191E" -set index-fg "#44B273" -set index-active-bg "#21252D" -set index-active-fg "#FFFF00" +#set index-bg "#18191E" +#set index-fg "#44B273" +#set index-active-bg "#21252D" +#set index-active-fg "#FFFF00" -set inputbar-bg "#21252D" -set inputbar-fg "#FFFADE" -set statusbar-bg "#21252D" -set statusbar-fg "#D68EB2" +set inputbar-bg "#1C1B1D" +set inputbar-fg "#D8D8D8" +set statusbar-bg "#1C1B1D" +set statusbar-fg "#D8D8D8" -set highlight-color "#D68EB2" -set highlight-active-color "#ff79c6" +set highlight-color "#98C379" +set highlight-active-color "#98C379" -set default-bg "#18191E" -set default-fg "#FFEE79" +set default-bg "#1C1B1D" +set default-fg "#D8D8D8" set render-loading true -set render-loading-fg "#FFEE79" -set render-loading-bg "#18191E" +#set render-loading-fg "#FFEE79" +#set render-loading-bg "#18191E" # Recolor mode settings - -set recolor-lightcolor "#21252D" -set recolor-darkcolor "#FFFFFF" +set recolor-lightcolor "#1c1b1d" +set recolor-darkcolor "#d8d8d8" diff --git a/files/.vimrc b/files/.vimrc index d9d29bf..ec1486d 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -1,3 +1,12 @@ + " __ _ + " / / (_) + " / /_ ___ _ __ ___ _ __ ___ + " / /\ \ / / | '_ ` _ \| '__/ __| + " _ / / \ V /| | | | | | | | | (__ + " (_)_/ \_/ |_|_| |_| |_|_| \___| + " + " ~ M. Thomas + let mapleader = "\" " ============================== vim-plug diff --git a/files/.zshrc b/files/.zshrc index e735fd9..1477ff0 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -1,3 +1,12 @@ +# __ _ +# / / | | +# / /______| |__ _ __ ___ +# / /_ / __| '_ \| '__/ __| +# _ / / / /\__ \ | | | | | (__ +# (_)_/ /___|___/_| |_|_| \___| +# +# ~ M. Thomas + # ============================== Prompt autoload -Uz vcs_info autoload -U colors && colors diff --git a/screenshots/pc.png b/screenshots/pc.png index c2432d4..f618649 100644 Binary files a/screenshots/pc.png and b/screenshots/pc.png differ