diff --git a/.Xresources b/.Xresources index 35dfdfe..3ac01f7 100644 --- a/.Xresources +++ b/.Xresources @@ -1,96 +1,22 @@ -! ██╗░░██╗██████╗░███████╗███████╗░██████╗░██╗░░░██╗██████╗░░██████╗███████╗███████╗ -! ╚██╗██╔╝██╔══██╗██╔════╝██╔════╝██╔═══██╗██║░░░██║██╔══██╗██╔════╝██╔════╝██╔════╝ -! ░╚███╔╝░██████╔╝█████╗░░███████╗██║░░░██║██║░░░██║██████╔╝██║░░░░░█████╗░░███████╗ -! ░██╔██╗░██╔══██╗██╔══╝░░╚════██║██║░░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░╚════██║ -! ██╔╝░██╗██║░░██║███████╗███████║╚██████╔╝╚██████╔╝██║░░██║╚██████╗███████╗███████║ -! ╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝╚══════╝░╚═════╝░░╚═════╝░╚═╝░░╚═╝░╚═════╝╚══════╝╚══════╝ -! -! ----------------------------------- -*.alpha: 230 -URxvt*foreground: #f6ffff -XTerm*foreground: #f6ffff -UXTerm*foreground: #f6ffff -URxvt*cursorColor: #ccd4da -XTerm*cursorColor: #ccd4da -UXTerm*cursorColor: #ccd4da -URxvt*borderColor: [100]#151321 -*background: 0 - -! Colors 0-15. -*.color0: #151321 -*color0: #151321 -*.color1: #1E6C92 -*color1: #1E6C92 -*.color2: #6B7887 -*color2: #6B7887 -*.color3: #738898 -*color3: #738898 -*.color4: #3CABCF -*color4: #3CABCF -*.color5: #9199A2 -*color5: #9199A2 -*.color6: #96A7B6 -*color6: #96A7B6 -*.color7: #ccd4da -*color7: #ccd4da -*.color8: #25213a -*color8: #25213a -*.color9: #1b90c9 -*color9: #1b90c9 -*.color10: #7b9abf -*color10: #7b9abf -*.color11: #84b3d6 -*color11: #84b3d6 -*.color12: #3ce7ff -*color12: #3ce7ff -*.color13: #a8c5e6 -*color13: #a8c5e6 -*.color14: #addaff -*color14: #addaff -*.color15: #f6ffff -*color15: #f6ffff - -! Black color that will not be affected by bold highlighting. -*.color66: #151321 -*color66: #151321 - -! Xclock colors. -XClock*foreground: #f6ffff -XClock*background: #151321 -XClock*majorColor: rgba:f6/ff/ff/ff -XClock*minorColor: rgba:f6/ff/ff/ff -XClock*hourColor: rgba:f6/ff/ff/ff -XClock*minuteColor: rgba:f6/ff/ff/ff -XClock*secondColor: rgba:f6/ff/ff/ff - -! Set depth to make transparency work. -URxvt*depth: 32 -!!URxvt*intensityStyles: false -*.font: TamzenForPowerline:pixelsize=12:antialias=true:autohint=true; +!! The default colors are "Gruvbox": +*.color0: #1d2021 +*.color1: #cc241d +*.color2: #98971a +*.color3: #d79921 +*.color4: #458588 +*.color5: #b16286 +*.color6: #689d6a +*.color7: #a89984 +*.color8: #928374 +*.color9: #fb4934 +*.color10: #b8bb26 +*.color11: #fabd2f +*.color12: #83a598 +*.color13: #d3869b +*.color14: #8ec07c +*.color15: #ebdbb2 +!! Transparency (0-255): +st.alpha: 230 +!! Set a default font and font size as below: +*.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true; *.boldFont: TamzenForPowerline:pixelsize=14:bold:antialias=true:autohint=true; -URxvt*scrollBar: false -URxvt*fading: 30 -! URxvt*perl-lib: $HOME/.config/Scripts -URxvt*url-launcher: /usr/bin/xdg-open -URxvt*matcher.button: 1 -URxvt*resize-font.smaller: C-Down -URxvt*resize-font.bigger: C-Up -!URxvt*transparent: true -URxvt.colorUL: #4682B4 -URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher,resize-font -URxvt.url-select.launcher: chromium -URxvt.url-select.underline: true -URxvt.keysym.M-u: perl:url-select:select_next -URxvt.keysym.M-Escape: perl:keyboard-select:activate -URxvt.keysym.M-s: perl:keyboard-select:search -URxvt.clipboard.autocopy: true -URxvt.keysym.M-k: perl:clipboard:copy -URxvt.keysym.M-v: perl:clipboard:paste -URxvt.keysym.M-C-v: perl:clipboard:paste_escaped -Xft.antialias: true -Xft.hinting: full -Xft.rgba: rgb -Xft.autohint: false -Xft.hintstyle: hintfull -Xft.lcdfilter: lcddefault -Xft.dpi: 96 diff --git a/.config/i3/config b/.config/i3/config index 1973f71..d0c6a5f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -83,7 +83,7 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh exec --no-startup-id udiskie & #Restore wpg exec --no-startup-id ~/.config/wpg/wp-init.sh -#exec --no-startup-id wal -R +exec --no-startup-id wal -R #Add wallpaper: exec --no-startup-id systemctl --user start wallpaper.service #Unclutter makes the mouse invisible after a brief period diff --git a/.config/polybar/config b/.config/polybar/config index c38c210..4a08249 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -10,16 +10,16 @@ background = #00FFFFFF ;background = #8a8061 background-alt = ${xrdb:color2:#7B8349} ;foreground = ${xrdb:color7} -foreground = #acada1 -foreground-alt = #d4c96e -highlight = #8fc029 +foreground = #98d1ce +foreground-alt = #edb54b +highlight = #26a98b ;error = ${xrdb:color9:#DD712E} -error = #8fc029 -red = #8fc029 -yellow = #55bcce -green = #9358fe -blue = #d4c96e -alert = #8fc029 +error = #26a98b +red = #26a98b +yellow = #195465 +green = #4e5165 +blue = #edb54b +alert = #26a98b [bar/top] monitor = ${env:MONITOR:eDP-1} diff --git a/.zshrc b/.zshrc index 4a93e0a..e59397b 100644 --- a/.zshrc +++ b/.zshrc @@ -106,7 +106,7 @@ source $ZSH/oh-my-zsh.sh # User configuration # My scripts -PATH=/home/hate/.local/bin:/home/hate/.config/Scripts:/home/hate/.gem/ruby/2.5.0/bin:$PATH +PATH=/usr/local/bin:/home/hate/.local/bin:/home/hate/.config/Scripts:/home/hate/.gem/ruby/2.5.0/bin:$PATH # zsh.functions #FPATH="$HOME/.zfunc:$FPATH"