Changes on Celestia

This commit is contained in:
Kevin Alberts 2020-10-14 18:59:03 +02:00
parent 705a2aaaa7
commit f4c6430eb4
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1
3 changed files with 15 additions and 3 deletions

View file

@ -16,7 +16,9 @@ class Config(BaseConfig):
# Default Applications
app_terminal = "terminator"
app_launcher = "/home/kevin/bin/dmenu_wal.sh"
#app_launcher = "/home/kevin/bin/dmenu_wal.sh"
app_launcher = "dmenu_run -i -p '»' -nb '" + background + "' -fn 'Noto Sans-11' -nf '" + inactive_light + \
"' -sb '" + highlight + "' -sf '" + foreground + "'"
web_browser = "firefox-developer-edition"
file_manager = "thunar"
app_chat = "/home/kevin/bin/ramboxpro"