Switch to urxvt (close #45), setup pywal (fix #35)

Updated README to include desktop screenshot and urxvt/pywal sources.
This commit is contained in:
2018-03-05 22:45:32 -05:00
parent 7ca9c5f27d
commit 6031d8bf25
10 changed files with 85 additions and 40 deletions

View File

@@ -1,7 +1,11 @@
# applications {{{ #
# startup {{{ #
exec redshift -O 4000
exec_always feh --bg-center ~/Pictures/Backgrounds/samurai-astronaut.jpg
# random bg
# exec_always feh -z --bg-fill ~/Pictures/Backgrounds/*
# exec_always feh --bg-fill ~/Pictures/Backgrounds/
# exec_always ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/"
exec_always ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/retro-mountains-pink.jpg"
exec imwheel
exec --no-startup-id i3-msg 'workspace 1 ; exec terminator'
exec --no-startup-id i3-msg 'workspace 2 ; exec terminator'
@@ -12,7 +16,9 @@ set $sch_dir "$HOME/Documents/School"
# app shortcuts {{{ #
bindsym Mod4+a exec studio
bindsym $mod+control+Return exec i3-sensible-terminal
# bindsym $mod+control+Return exec i3-sensible-terminal
# bindsym $mod+control+Return exec rxvt-unicode
bindsym $mod+control+Return exec xrdb .Xresources; exec rxvt-unicode
bindsym Mod4+c exec google-chrome
bindsym Mod4+e exec nemo
bindsym Mod4+o exec okular
@@ -24,9 +30,9 @@ bindsym Print exec ksnapshot
# redshift {{{ #
bindsym $mod+Mod4+1 exec redshift -O 1500
bindsym $mod+Mod4+2 exec redshift -O 2000
bindsym $mod+Mod4+3 exec redshift -O 3000
bindsym $mod+Mod4+4 exec redshift -O 4000
bindsym $mod+Mod4+5 exec redshift -O 5000
bindsym $mod+Mod4+3 exec redshift -O 2500
bindsym $mod+Mod4+4 exec redshift -O 3000
bindsym $mod+Mod4+5 exec redshift -O 4000
bindsym $mod+Mod4+0 exec redshift -x
# }}} redshift #
@@ -81,6 +87,12 @@ bindsym control+Shift+x kill
# }}} changing/focusing/moving windows #
# container display {{{ #
# backgrounds
# bindsym $mod+g exec feh -z --bg-fill ~/Pictures/Backgrounds/*
bindsym $mod+g exec ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/"
# bindsym $mod+z exec feh --bg-max ~/Pictures/Backgrounds/deadpool.png
bindsym $mod+z exec ~/.local/bin/wal -i "$HOME/Pictures/Backgrounds/sunset-2.jpg"
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
@@ -207,13 +219,16 @@ bindsym $mod+control+l resize shrink width 10 px or 10 ppt
# }}} resizing windows #
# gaps {{{ #
# remove window titlebars
for_window [class="^.*"] border pixel 0
smart_gaps on
gaps inner 10
gaps outer 15
# default gaps
gaps inner 25
gaps outer 5
bindsym control+shift+plus gaps inner all plus 5;gaps outer all plus 5
bindsym control+shift+0 gaps inner all minus 5;gaps outer all minus 5
# increase/decrease gaps
bindsym control+shift+plus gaps inner all plus 2;gaps outer all plus 2
# bindsym control+shift+plus gaps inner all plus 2
bindsym control+shift+0 gaps inner all minus 2;gaps outer all minus 2
# }}} gaps #
# status bar {{{ #

View File

@@ -10,30 +10,30 @@ print_info() {
info "OS" distro
info "Terminal" term
info "Font" font
info "Terminal Font" term_font
info "WM" wm
info "WM Theme" wm_theme
info "Theme" theme
# info "Icons" icons
info "CPU" cpu
info "CPU Usage" cpu_usage
info "GPU" gpu
info "Memory" memory
info "Resolution" resolution
info "Uptime" uptime
info "Install Date" install_date
info "Song" song
# info "Users" users
# info "Terminal Font" term_font
# info "Host" model
# info "Kernel" kernel
# info "Packages" packages
# info "Shell" shell
# info "DE" de
# info "WM" wm
# info "WM Theme" wm_theme
# info "Theme" theme
# info "Icons" icons
# info "GPU Driver" gpu_driver # Linux only
# info "CPU Usage" cpu_usage
# info "Disk" disk
# info "Battery" battery
# info "Font" font
# info "Song" song
# info "Local IP" local_ip
# info "Public IP" public_ip
# info "Locale" locale # This only works on glibc systems.