Update
This commit is contained in:
@@ -6,10 +6,10 @@ set $swex "sudo ~/Downloads/swex.appimage"
|
||||
exec redshift -O 2000
|
||||
# random bg
|
||||
# exec wal -i "$HOME/Pictures/Backgrounds/dim"
|
||||
exec wal -i "~/Pictures/van.png"
|
||||
exec imwheel
|
||||
exec xmodmap ~/.Xmodmap
|
||||
exec xrdb ~/.Xresources
|
||||
exec wal -i "$HOME/Pictures/van.png"
|
||||
exec --no-startup-id start-pulseaudio-x11
|
||||
exec --no-startup-id i3-msg 'workspace $ws2; exec $def_term'
|
||||
exec --no-startup-id i3-msg 'workspace $ws3; exec $browser'
|
||||
@@ -44,17 +44,32 @@ bindsym Print exec ksnapshot
|
||||
# }}} app shortcuts #
|
||||
|
||||
# redshift {{{ #
|
||||
bindsym $mod+Mod4+1 exec redshift -O 1000
|
||||
bindsym $mod+Mod4+2 exec redshift -O 1250
|
||||
bindsym $mod+Mod4+3 exec redshift -O 1500
|
||||
bindsym $mod+Mod4+4 exec redshift -O 2000
|
||||
bindsym $mod+Mod4+5 exec redshift -O 2500
|
||||
bindsym $mod+Mod4+6 exec redshift -O 3000
|
||||
bindsym $mod+Mod4+7 exec redshift -O 4000
|
||||
bindsym $mod+Mod4+8 exec redshift -O 5000
|
||||
bindsym $mod+Mod4+1 exec redshift -x && redshift -O 1000
|
||||
bindsym $mod+Mod4+2 exec redshift -x && redshift -O 1250
|
||||
bindsym $mod+Mod4+3 exec redshift -x && redshift -O 1500
|
||||
bindsym $mod+Mod4+4 exec redshift -x && redshift -O 2000
|
||||
bindsym $mod+Mod4+5 exec redshift -x && redshift -O 2500
|
||||
bindsym $mod+Mod4+6 exec redshift -x && redshift -O 3000
|
||||
bindsym $mod+Mod4+7 exec redshift -x && redshift -O 4000
|
||||
bindsym $mod+Mod4+8 exec redshift -x && redshift -O 5000
|
||||
bindsym $mod+Mod4+grave exec redshift -x
|
||||
# }}} redshift #
|
||||
|
||||
# backlight {{{ #
|
||||
|
||||
bindsym Shift+F1 exec xbacklight -set 10
|
||||
bindsym Shift+F2 exec xbacklight -set 20
|
||||
bindsym Shift+F3 exec xbacklight -set 30
|
||||
bindsym Shift+F4 exec xbacklight -set 40
|
||||
bindsym Shift+F5 exec xbacklight -set 50
|
||||
bindsym Shift+F6 exec xbacklight -set 60
|
||||
bindsym Shift+F7 exec xbacklight -set 70
|
||||
bindsym Shift+F8 exec xbacklight -set 80
|
||||
bindsym Shift+F9 exec xbacklight -set 90
|
||||
bindsym Shift+F0 exec xbacklight -set 100
|
||||
|
||||
# }}} backlight #
|
||||
|
||||
# menu {{{ #
|
||||
# start dmenu (a program launcher)
|
||||
bindsym Mod4+Return exec dmenu_run
|
||||
|
||||
@@ -10,10 +10,10 @@ print_info() {
|
||||
|
||||
info "OS" distro
|
||||
info "Terminal" term
|
||||
info "Shell" shell
|
||||
info "Font" font
|
||||
info "Packages" packages
|
||||
info "Terminal Font" term_font
|
||||
info "Shell" shell
|
||||
# info "Font" font
|
||||
info "Packages" packages
|
||||
info "WM" wm
|
||||
info "WM Theme" wm_theme
|
||||
# info "Theme" theme
|
||||
@@ -22,6 +22,7 @@ print_info() {
|
||||
# info "CPU Usage" cpu_usage
|
||||
# info "GPU" gpu
|
||||
info "Memory" memory
|
||||
info "Disk" disk
|
||||
# info "Resolution" resolution
|
||||
# info "Uptime" uptime
|
||||
info "Install Date" install_date
|
||||
@@ -32,7 +33,6 @@ print_info() {
|
||||
# info "Kernel" kernel
|
||||
# info "DE" de
|
||||
# info "GPU Driver" gpu_driver # Linux only
|
||||
# info "Disk" disk
|
||||
# info "Battery" battery
|
||||
# info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
@@ -322,7 +322,7 @@ public_ip_host="http://ident.me"
|
||||
# disk_show=('/'):
|
||||
# 'Disk (/): 74G / 118G (66%)'
|
||||
#
|
||||
disk_show=('/')
|
||||
disk_show=('/' '/dev/sda3')
|
||||
|
||||
# Disk subtitle.
|
||||
# What to append to the Disk subtitle.
|
||||
|
||||
Reference in New Issue
Block a user