From de66fd339b1f0a14407eab30731121c8e425e6f2 Mon Sep 17 00:00:00 2001 From: Martin Andersen Date: Sun, 26 May 2024 13:23:45 +0200 Subject: [PATCH] Update install.sh --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 35e9634..420f3fc 100644 --- a/install.sh +++ b/install.sh @@ -1105,14 +1105,14 @@ cat << "KITTYCONFIG" > ~/.config/kitty/kitty.conf # kitty +kitten themes Catppuccin-Mocha # kitty +kitten themes --reload-in=all Catppuccin-Mocha +background_opacity 0.98 font_family monospace bold_font auto italic_font auto bold_italic_font auto -font_size 12.0 - +font_size 13 force_ltr no adjust_line_height 0 @@ -1292,8 +1292,6 @@ inactive_tab_font_style normal tab_bar_background none -background_opacity 0.95 - background_image none background_image_layout tiled @@ -1559,6 +1557,7 @@ keys = [ Key([mod, "shift"], "r", lazy.spawncmd(), desc="Spawn a command using a prompt widget"), Key([mod], "l", lazy.spawn(os.path.expanduser("xsecurelock")), desc="Computer Lockdown"), Key([mod, "control", "mod1"], "t", lazy.spawn(os.path.expanduser("auto-new-wallpaper-and-colors")), desc="Random Theme"), + Key([mod, "control", "mod1"], "w", lazy.spawn(os.path.expanduser("~/.config/rofi/rofi-wifi-menu.sh")), desc="WiFi Menu"), # Default Key([mod], "h", lazy.layout.left(), desc="Move focus to left"),