summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/kitty/kitty.conf9
-rw-r--r--README.md7
-rwxr-xr-xscripts/startup4
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 &