diff options
author | Benjamin Morrison <ben@gbmor.org> | 2022-01-26 00:38:36 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2022-01-26 00:38:36 -0500 |
commit | 753a777382fa24fd313f1024ffc9380c6b9749b5 (patch) | |
tree | 0db236aba4bf103d36a5ce37a95a348cf45a0ab2 /.config/i3/config | |
parent | a5f75a4b5d9649d2db6105cf7c2c627d3190f371 (diff) | |
download | dogfiles-753a777382fa24fd313f1024ffc9380c6b9749b5.tar.gz |
new theme for polybar. moved old theme to polybar.old
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 6966a85..cf07dd1 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -12,7 +12,8 @@ # AUTOSTART SECTION # ############################### exec_always "sh $HOME/.fehbg" -exec_always --no-startup-id $HOME/.config/polybar/launch.sh +#exec_always --no-startup-id $HOME/.config/polybar/launch.sh +exec_always --no-startup-id "$HOME/.config/polybar/launch.sh --material" exec "xcompmgr &" exec "xscreensaver &" exec "blueman-applet" |