@@ -24,7 +24,7 @@ border_color = #CCCCCC 40 | |||||
# Panel | # Panel | ||||
panel_monitor = all | panel_monitor = all | ||||
panel_position = top center horizontal | panel_position = top center horizontal | ||||
panel_size = 100% 30 | |||||
panel_size = 95% 30 | |||||
panel_margin = 0 0 | panel_margin = 0 0 | ||||
panel_padding = 3 3 7 | panel_padding = 3 3 7 | ||||
panel_dock = 0 | panel_dock = 0 | ||||
@@ -115,4 +115,4 @@ battery_font_color = #FFFFFF 100 | |||||
battery_padding = 1 0 | battery_padding = 1 0 | ||||
battery_background_id = 0 | battery_background_id = 0 | ||||
# End of config | |||||
# End of config |
@@ -13,6 +13,10 @@ _tint2(){ | |||||
(sleep 1s && tint2) & | (sleep 1s && tint2) & | ||||
} | } | ||||
_synapse(){ | |||||
(sleep 1s && synapse --startup) & | |||||
} | |||||
_dropbox(){ | _dropbox(){ | ||||
dropboxd & # done by ~/.config/autostart/dropbox.desktop | dropboxd & # done by ~/.config/autostart/dropbox.desktop | ||||
} | } | ||||
@@ -47,6 +51,10 @@ _xcompmgr(){ | |||||
xcompmgr -c & | xcompmgr -c & | ||||
} | } | ||||
_compton(){ | |||||
compton -b | |||||
} | |||||
_saku(){ | _saku(){ | ||||
(cd ~/src/saku-3.11.1/ && python2 saku.py) & | (cd ~/src/saku-3.11.1/ && python2 saku.py) & | ||||
} | } | ||||