From f9ff2f77f0009dba2c8278f79399afb2f8157418 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Wed, 18 Jun 2025 17:27:34 -0400 Subject: kitty style --- .config/kitty/kitty.conf | 9 +++++++++ README.md | 7 +++++-- scripts/startup | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 7d27b3d..87c0d39 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -1 +1,10 @@ cursor_blink_interval 0.5 +background_opacity 0.85 + +shell_integration enabled +shell /bin/zsh + +# BEGIN_KITTY_THEME +# Bliss +include current-theme.conf +# END_KITTY_THEME diff --git a/README.md b/README.md index d4319ae..b9b8e22 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Dependencies Important - Hyprland + utils (hyprpaper, hypridle) -- Bash +- Zsh - Kitty - Neovim - Fuzzel @@ -20,4 +20,7 @@ Fonts and style: Everything can be installed by running `stow .` Since there are probably conflicts with your existing files, you can use the `--adopt` flag and then `git restore .`. ## TODO -- [ ] +- [ ] Git branch in PS1 +- [ ] Hyprpaper and idle +- [ ] Wmenu for commands +- [ ] Status bar diff --git a/scripts/startup b/scripts/startup index 3137c71..b6a8728 100755 --- a/scripts/startup +++ b/scripts/startup @@ -1,6 +1,6 @@ #!/bin/sh +hyprpaper & +hypridle & restartemacs >/dev/null & pipewire & waybar & -hyprpaper & -hypridle & -- cgit v1.2.3