i3 config change to Polybar
This commit is contained in:
parent
5b16bf4210
commit
b0246371e3
|
@ -57,8 +57,8 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
|
||||||
# Start Applications
|
# Start Applications
|
||||||
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
|
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
|
||||||
bindsym $mod+F2 exec firefox
|
bindsym $mod+F2 exec firefox
|
||||||
bindsym $mod+F3 exec bitwarden
|
bindsym $mod+F3 exec signal-desktop
|
||||||
bindsym $mod+F4 exec signal-desktop
|
bindsym $mod+F4 exec bitwarden
|
||||||
# bindsym $mod+F3 exec ranger
|
# bindsym $mod+F3 exec ranger
|
||||||
bindsym $mod+Shift+F3 exec pcmanfm_pkexec
|
bindsym $mod+Shift+F3 exec pcmanfm_pkexec
|
||||||
bindsym $mod+F5 exec terminal -e 'mocp'
|
bindsym $mod+F5 exec terminal -e 'mocp'
|
||||||
|
@ -319,36 +319,39 @@ set_from_resource $term_color13 color13
|
||||||
set_from_resource $term_color14 color14
|
set_from_resource $term_color14 color14
|
||||||
set_from_resource $term_color15 color15
|
set_from_resource $term_color15 color15
|
||||||
|
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status if available)
|
# Custom startup apps
|
||||||
bar {
|
exec_always --no-startup-id $HOME/.config/polybar/start-polybar.sh
|
||||||
i3bar_command i3bar
|
|
||||||
# status_command i3status
|
|
||||||
status_command ~/.i3/bumblebee-status/bumblebee-status -m kernel git indicator ping caffeine disk:root cpu sensors memory todo pacman weather time date -p weather.unit="imperial" timetz.format="%H:%M" weather.showcity=false ping.address=knoats.com date.left-click="gsimplecal" root.path=/ time.format="%H:%M" date.format="%D" -t greyish-powerline
|
|
||||||
position top
|
|
||||||
font pango:Inconsolata 10
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# Start i3bar to display a workspace bar (plus the system information i3status if available)
|
||||||
|
#bar {
|
||||||
|
# i3bar_command i3bar
|
||||||
|
# status_command i3status
|
||||||
|
# position bottom
|
||||||
|
#
|
||||||
## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
|
## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
|
||||||
# tray_output primary
|
# tray_output primary
|
||||||
# tray_output eDP1
|
# tray_output eDP1
|
||||||
|
#
|
||||||
bindsym button4 nop
|
# bindsym button4 nop
|
||||||
bindsym button5 nop
|
# bindsym button5 nop
|
||||||
# font xft:URWGothic-Book 11
|
# font xft:URWGothic-Book 11
|
||||||
strip_workspace_numbers yes
|
# strip_workspace_numbers yes
|
||||||
|
|
||||||
colors {
|
|
||||||
background #204324
|
|
||||||
statusline #FEFF51
|
|
||||||
separator #454947
|
|
||||||
|
|
||||||
|
# colors {
|
||||||
|
# background #222D31
|
||||||
|
# statusline #F9FAF9
|
||||||
|
# separator #454947
|
||||||
|
#
|
||||||
# border backgr. text
|
# border backgr. text
|
||||||
focused_workspace #F9FAF9 #16a085 #292F34
|
# focused_workspace #F9FAF9 #16a085 #292F34
|
||||||
active_workspace #595B5B #353836 #FDF6E3
|
# active_workspace #595B5B #353836 #FDF6E3
|
||||||
inactive_workspace #595B5B #222D31 #EEE8D5
|
# inactive_workspace #595B5B #222D31 #EEE8D5
|
||||||
binding_mode #16a085 #2C2C2C #F9FAF9
|
# binding_mode #16a085 #2C2C2C #F9FAF9
|
||||||
urgent_workspace #16a085 #FDF6E3 #E5201D
|
# urgent_workspace #16a085 #FDF6E3 #E5201D
|
||||||
}
|
# }
|
||||||
}
|
#}
|
||||||
|
|
||||||
# hide/unhide i3status bar
|
# hide/unhide i3status bar
|
||||||
bindsym $mod+m bar mode toggle
|
bindsym $mod+m bar mode toggle
|
||||||
|
@ -419,3 +422,4 @@ mode "$mode_gaps_outer" {
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue