diff --git a/i3/.i3/config b/i3/config similarity index 94% rename from i3/.i3/config rename to i3/config index 89b414c..5c38b6b 100644 --- a/i3/.i3/config +++ b/i3/config @@ -57,8 +57,8 @@ bindsym $mod+Ctrl+m exec terminal -e 'alsamixer' # Start Applications bindsym $mod+Ctrl+b exec terminal -e 'bmenu' bindsym $mod+F2 exec firefox -bindsym $mod+F3 exec bitwarden -bindsym $mod+F4 exec signal-desktop +bindsym $mod+F3 exec signal-desktop +bindsym $mod+F4 exec bitwarden # bindsym $mod+F3 exec ranger bindsym $mod+Shift+F3 exec pcmanfm_pkexec 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_color15 color15 -# Start i3bar to display a workspace bar (plus the system information i3status if available) -bar { - 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 +# Custom startup apps +exec_always --no-startup-id $HOME/.config/polybar/start-polybar.sh + + +# 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' # tray_output primary # tray_output eDP1 - - bindsym button4 nop - bindsym button5 nop +# +# bindsym button4 nop +# bindsym button5 nop # font xft:URWGothic-Book 11 - strip_workspace_numbers yes - - colors { - background #204324 - statusline #FEFF51 - separator #454947 +# strip_workspace_numbers yes +# colors { +# background #222D31 +# statusline #F9FAF9 +# separator #454947 +# # border backgr. text - focused_workspace #F9FAF9 #16a085 #292F34 - active_workspace #595B5B #353836 #FDF6E3 - inactive_workspace #595B5B #222D31 #EEE8D5 - binding_mode #16a085 #2C2C2C #F9FAF9 - urgent_workspace #16a085 #FDF6E3 #E5201D - } -} +# focused_workspace #F9FAF9 #16a085 #292F34 +# active_workspace #595B5B #353836 #FDF6E3 +# inactive_workspace #595B5B #222D31 #EEE8D5 +# binding_mode #16a085 #2C2C2C #F9FAF9 +# urgent_workspace #16a085 #FDF6E3 #E5201D +# } +#} # hide/unhide i3status bar bindsym $mod+m bar mode toggle @@ -419,3 +422,4 @@ mode "$mode_gaps_outer" { bindsym Return mode "default" bindsym Escape mode "default" } +