From c16d765cf338aa7b291088c7b5f3cd5e261d130c Mon Sep 17 00:00:00 2001 From: kirreen Date: Thu, 10 Oct 2024 09:20:39 +0200 Subject: [PATCH] orange colors! transparent kitty --- home/.config/hypr/hyprland.conf | 13 +++++++------ home/.config/kitty/kitty.conf | 2 +- home/.zshrc | 2 +- todo.md | 2 ++ 4 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 todo.md diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index d8f94c8..0fadefd 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -104,13 +104,14 @@ cursor { # https://wiki.hyprland.org/Configuring/Variables/#general general { - gaps_in = 5 + gaps_in = 4 gaps_out = 10 border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.active_border = rgba(d65d0eee) rgba(eb994944) 45deg col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps @@ -300,10 +301,10 @@ bind = ALT, TAB, exec, hyprctl dispatch focuscurrentorlast # Media keys - https://www.reddit.com/r/hyprland/comments/1707yb8/probably_a_stupid_question_how_do_i_get_my_media/ # l -> do stuff even when locked # e -> repeats when key is held -bindle=, XF86AudioRaiseVolume, exec, vol --up -bindle=, XF86AudioLowerVolume, exec, vol --down -bindle=, XF86MonBrightnessUp, exec, bri --up -bindle=, XF86MonBrightnessDown, exec, bri --down +bindle=, XF86AudioRaiseVolume, exec, ~/.bin/vol --up +bindle=, XF86AudioLowerVolume, exec, ~/.bin/vol --down +bindle=, XF86MonBrightnessUp, exec, ~/.bin/bri --up +bindle=, XF86MonBrightnessDown, exec, ~/.bin/bri --down bindle=, XF86Search, exec, launchpad # bindl=, XF86AudioMute, exec, amixer set Master toggle bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle diff --git a/home/.config/kitty/kitty.conf b/home/.config/kitty/kitty.conf index 35f0ea3..66d4ba7 100644 --- a/home/.config/kitty/kitty.conf +++ b/home/.config/kitty/kitty.conf @@ -1,6 +1,6 @@ include /usr/share/kitty/themes/gruvbox/gruvbox_dark_hard.conf -background_opacity 0.985 +background_opacity 0.87 font_family Hack italic_font auto diff --git a/home/.zshrc b/home/.zshrc index 872ef49..6fc19c3 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH +export PATH=$HOME/.bin:$HOME/.local/bin:/usr/local/bin:$PATH # Path to your Oh My Zsh installation. ZSH=/usr/share/oh-my-zsh/ diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..92f3007 --- /dev/null +++ b/todo.md @@ -0,0 +1,2 @@ +include ~/.bin +make sure populate.sh doesnt overwrite old backups when it uses mv...