Update install.sh
This commit is contained in:
@@ -1105,14 +1105,14 @@ cat << "KITTYCONFIG" > ~/.config/kitty/kitty.conf
|
|||||||
# kitty +kitten themes Catppuccin-Mocha
|
# kitty +kitten themes Catppuccin-Mocha
|
||||||
# kitty +kitten themes --reload-in=all Catppuccin-Mocha
|
# kitty +kitten themes --reload-in=all Catppuccin-Mocha
|
||||||
|
|
||||||
|
background_opacity 0.98
|
||||||
|
|
||||||
font_family monospace
|
font_family monospace
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
|
||||||
font_size 12.0
|
font_size 13
|
||||||
|
|
||||||
force_ltr no
|
force_ltr no
|
||||||
|
|
||||||
adjust_line_height 0
|
adjust_line_height 0
|
||||||
@@ -1292,8 +1292,6 @@ inactive_tab_font_style normal
|
|||||||
|
|
||||||
tab_bar_background none
|
tab_bar_background none
|
||||||
|
|
||||||
background_opacity 0.95
|
|
||||||
|
|
||||||
background_image none
|
background_image none
|
||||||
|
|
||||||
background_image_layout tiled
|
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, "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], "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"], "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
|
# Default
|
||||||
Key([mod], "h", lazy.layout.left(), desc="Move focus to left"),
|
Key([mod], "h", lazy.layout.left(), desc="Move focus to left"),
|
||||||
|
|||||||
Reference in New Issue
Block a user