mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-30 01:02:02 +00:00
Moved to polybar
This commit is contained in:
23
i3/config
23
i3/config
@ -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/'
|
||||
|
Reference in New Issue
Block a user