tweaks for st

This commit is contained in:
Harri Lahtinen 2019-01-21 11:54:39 +02:00
parent e42c039c67
commit 7d5d00b136
4 changed files with 32 additions and 106 deletions

View File

@ -1,96 +1,22 @@
! ██╗░░██╗██████╗░███████╗███████╗░██████╗░██╗░░░██╗██████╗░░██████╗███████╗███████╗ !! The default colors are "Gruvbox":
! ╚██╗██╔╝██╔══██╗██╔════╝██╔════╝██╔═══██╗██║░░░██║██╔══██╗██╔════╝██╔════╝██╔════╝ *.color0: #1d2021
! ░╚███╔╝░██████╔╝█████╗░░███████╗██║░░░██║██║░░░██║██████╔╝██║░░░░░█████╗░░███████╗ *.color1: #cc241d
! ░██╔██╗░██╔══██╗██╔══╝░░╚════██║██║░░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░╚════██║ *.color2: #98971a
! ██╔╝░██╗██║░░██║███████╗███████║╚██████╔╝╚██████╔╝██║░░██║╚██████╗███████╗███████║ *.color3: #d79921
! ╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝╚══════╝░╚═════╝░░╚═════╝░╚═╝░░╚═╝░╚═════╝╚══════╝╚══════╝ *.color4: #458588
! *.color5: #b16286
! ----------------------------------- *.color6: #689d6a
*.alpha: 230 *.color7: #a89984
URxvt*foreground: #f6ffff *.color8: #928374
XTerm*foreground: #f6ffff *.color9: #fb4934
UXTerm*foreground: #f6ffff *.color10: #b8bb26
URxvt*cursorColor: #ccd4da *.color11: #fabd2f
XTerm*cursorColor: #ccd4da *.color12: #83a598
UXTerm*cursorColor: #ccd4da *.color13: #d3869b
URxvt*borderColor: [100]#151321 *.color14: #8ec07c
*background: 0 *.color15: #ebdbb2
!! Transparency (0-255):
! Colors 0-15. st.alpha: 230
*.color0: #151321 !! Set a default font and font size as below:
*color0: #151321 *.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true;
*.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;
*.boldFont: TamzenForPowerline:pixelsize=14:bold: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

View File

@ -83,7 +83,7 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh
exec --no-startup-id udiskie & exec --no-startup-id udiskie &
#Restore wpg #Restore wpg
exec --no-startup-id ~/.config/wpg/wp-init.sh exec --no-startup-id ~/.config/wpg/wp-init.sh
#exec --no-startup-id wal -R exec --no-startup-id wal -R
#Add wallpaper: #Add wallpaper:
exec --no-startup-id systemctl --user start wallpaper.service exec --no-startup-id systemctl --user start wallpaper.service
#Unclutter makes the mouse invisible after a brief period #Unclutter makes the mouse invisible after a brief period

View File

@ -10,16 +10,16 @@ background = #00FFFFFF
;background = #8a8061 ;background = #8a8061
background-alt = ${xrdb:color2:#7B8349} background-alt = ${xrdb:color2:#7B8349}
;foreground = ${xrdb:color7} ;foreground = ${xrdb:color7}
foreground = #acada1 foreground = #98d1ce
foreground-alt = #d4c96e foreground-alt = #edb54b
highlight = #8fc029 highlight = #26a98b
;error = ${xrdb:color9:#DD712E} ;error = ${xrdb:color9:#DD712E}
error = #8fc029 error = #26a98b
red = #8fc029 red = #26a98b
yellow = #55bcce yellow = #195465
green = #9358fe green = #4e5165
blue = #d4c96e blue = #edb54b
alert = #8fc029 alert = #26a98b
[bar/top] [bar/top]
monitor = ${env:MONITOR:eDP-1} monitor = ${env:MONITOR:eDP-1}

2
.zshrc
View File

@ -106,7 +106,7 @@ source $ZSH/oh-my-zsh.sh
# User configuration # User configuration
# My scripts # 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 # zsh.functions
#FPATH="$HOME/.zfunc:$FPATH" #FPATH="$HOME/.zfunc:$FPATH"