Skip to content

Commit

Permalink
Update mako config
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Sep 8, 2019
1 parent dfcb897 commit 0722d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/.local/bin/autostart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fi
if pgrep i3 && have dunst; then
dunst &
elif pgrep sway && have mako; then
mako --background-color "#2e3440" --border-color "#5e81ac" --font "DejaVu Sans Mono 10" --padding 20 --default-timeout 10000 &
mako --background-color "#2e3440" --border-color "#5e81ac" --font "Source Code Pro Medium 12" --padding 20 --default-timeout 10000 &
fi

if have emacs; then
Expand Down

0 comments on commit 0722d51

Please sign in to comment.