diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-06-18 17:27:34 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-06-18 17:27:34 -0400 |
| commit | f9ff2f77f0009dba2c8278f79399afb2f8157418 (patch) | |
| tree | 67f3e26a29db84892e3a6a35b649c700f7e0b8ec | |
| parent | 696e5ad97b5cf4d5bef5f4bdd4e5c5d058136696 (diff) | |
kitty style
| -rw-r--r-- | .config/kitty/kitty.conf | 9 | ||||
| -rw-r--r-- | README.md | 7 | ||||
| -rwxr-xr-x | 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 @@ -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 & |
