Moved to polybar

This commit is contained in:
2018-08-28 21:19:28 -04:00
parent ffee17ecc1
commit b3671721a2
2 changed files with 115 additions and 19 deletions

View File

@ -167,24 +167,6 @@ mode "resize" {
bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
position top
status_command i3status
font pango: NimbusSans Bold 13
colors{
background #000000
statusline #0288D1
focused_workspace #0288D1 #0288D1 #B3E5FC
active_workspace #212121 #212121 #0288D1
inactive_workspace #212121 #212121 #0288D1
urgent_workspace #E91E63 #E91E63 #FFCDD2
binding_mode #E91E63 #E91E63 #FFCDD2
}
}
# Screen brightness controls
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
@ -198,6 +180,9 @@ bindsym XF86AudioMute exec amixer set Master toggle # mute sound
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh &
# Start bar
exec --no-startup-id polybar -r aqua
# lockscreen
bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh
@ -215,4 +200,4 @@ for_window [class="^.*"] border pixel 1
new_window 1pixel
#new_window normal 0 px
bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desktop/'
bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desktop/'