From 690770c13c733fe417f2a3c1ef93f808b52d99c2 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Thu, 23 Apr 2020 17:31:05 -0400 Subject: using polybar instead of i3bar --- .config/i3/config | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index c125c64..483473c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,6 +11,10 @@ ################################# # AUTOSTART SECTION # ############################### +exec xcompmgr & +exec "sh ~/.fehbg &" +exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec "redshift -l 34:84 -t 5500:4000 &" exec "pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell" exec "pactl load-module module-x11-bell sample=x11-bell display=$DISPLAY" exec "xset b 100" @@ -58,8 +62,8 @@ bindsym XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-" bindsym XF86AudioRaiseVolume exec "amixer -D pulse sset Master 5%+" bindsym XF86AudioMicMute exec "amixer -D pulse sset Mic toggle" #bindsym XF86Sleep exec dmenu_run -bindsym XF86MonBrightnessDown exec "xbacklight -dec 10" -bindsym XF86MonBrightnessUp exec "xbacklight -inc 10" +bindsym XF86MonBrightnessDown exec "backlight -5" +bindsym XF86MonBrightnessUp exec "backlight 5" #bindsym $mod+c exec "xterm -e cataclysm" #bindsym $mod+t exec "xterm -e tf" @@ -200,21 +204,21 @@ bindsym $mod+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) -bar { - status_command i3status +#bar { +# status_command i3status # position top # mode hide - font pango:Fira Code 9 - colors { - separator #7d7d7d - background #141414 - statusline #00b0ef - focused_workspace #00b0ef #141414 #00b0ef - active_workspace #141414 #141414 #00b0ef - inactive_workspace #141414 #141414 #7d7d7d - urgent_workspace #ff7066 #141414 #ff7066 - } -} +# font pango:Fira Code 9 +# colors { +# separator #7d7d7d +# background #141414 +# statusline #00b0ef +# focused_workspace #00b0ef #141414 #00b0ef +# active_workspace #141414 #141414 #00b0ef +# inactive_workspace #141414 #141414 #7d7d7d +# urgent_workspace #ff7066 #141414 #ff7066 +# } +#} new_window pixel 1 new_float pixel 1 -- cgit 1.4.1