General updates and fixes, ghostty terminal emulator, wallust colors, different wallpaper set at night

This commit is contained in:
Kevin Alberts 2025-07-21 00:54:30 +02:00
parent 1e65025045
commit 12238c2b6c
5 changed files with 46 additions and 23 deletions

View file

@ -15,12 +15,13 @@ class Config(BaseConfig):
inactive_dark = "#333333"
# Default Applications
app_terminal = "terminator"
app_terminal = "ghostty"
app_terminal_init = "ghostty --gtk-single-instance=true --quit-after-last-window-close=false --initial-window=true"
app_launcher = "/home/kevin/bin/dmenu_wal.sh"
web_browser = "firefox"
file_manager = "thunar"
app_chat = "/usr/bin/rambox"
app_irc = "quasselclient"
app_irc = ""
app_mail = "thunderbird"
app_music = "spotify"
cmd_brightness_up = "sudo /usr/bin/xbacklight -inc 10"
@ -49,7 +50,8 @@ class Config(BaseConfig):
# Images
desktop_bg = "/home/kevin/Pictures/wallpapers/desktop.png"
desktop_bg_folder = "/home/kevin/Pictures/wallpapers/desktop_rotation"
desktop_bg_folder = "/home/kevin/Pictures/wallpapers/desktop_rotation/day"
desktop_bg_night_folder = "/home/kevin/Pictures/wallpapers/desktop_rotation/night"
# desktop_bg_override = "/home/kevin/Pictures/safe_wallpaper.jpg"
applauncher_image = "/home/kevin/.config/qtile/kuro/resources/arch.png"
custom_layout_icon_paths = ['/home/kevin/.config/qtile/kuro/resources/layout_icons/']