From e70986a9c299f004aa290bde0ec430ca864f7e74 Mon Sep 17 00:00:00 2001 From: UhGoomba <53350163+UhGoomba@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:52:16 -0400 Subject: styling and keybind updates --- hypr/.config/hypr/binds.conf | 14 ++++++++++---- hypr/.config/hypr/hyprland.conf | 16 ++-------------- hypr/.config/hypr/style.conf | 15 ++++++++++++--- 3 files changed, 24 insertions(+), 21 deletions(-) diff --git a/hypr/.config/hypr/binds.conf b/hypr/.config/hypr/binds.conf index b0e2db4..8f3d423 100644 --- a/hypr/.config/hypr/binds.conf +++ b/hypr/.config/hypr/binds.conf @@ -1,9 +1,15 @@ # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER +# Set programs that you use +$terminal = kitty +$fileManager = kitty xplr +$browser = cachy-browser +$menu = wofi --show drun + # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bindr = SUPER, SUPER_L, exec, wofi -bind = $mainMod, A, exec, kitty +bindr = SUPER, SUPER_L, exec, $menu +bind = $mainMod, A, exec, $terminal bind = $mainMod, D, killactive, bind = $mainMod CTRL SHIFT, D, exec, hyprctl kill bind = $mainMod, S, exec, hyprshot -m region @@ -16,8 +22,8 @@ bind = $mainMod, L, exec, hyprlock bind = $mainMod, R, togglesplit, # dwindle bind = $mainMod, F, fullscreen bind = $mainMod, G, fullscreenstate, 0 3 -bind = $mainMod, W, exec, cachy-browser -bind = $mainMod, X, exec, nemo +bind = $mainMod, W, exec, $browser +bind = $mainMod, X, exec, $fileManager bind = $mainMod, K, exec, kitty btm bind = $mainMod, backslash, exec, "${HOME}/.config/hypr/scripts/layout.sh" bind = $mainMod SHIFT, backslash, exec, "${HOME}/.config/hypr/scripts/layout2.sh" diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 1551404..99f0b46 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -3,11 +3,6 @@ source=monitors.conf source=style.conf source=windowrules.conf -# Set programs that you use -$terminal = kitty -$fileManager = nemo -$menu = wofi --show drun - # Slow app launch fix exec-once = systemctl --user import-environment & exec-once = hash dbus-update-activation-environment 2>/dev/null & @@ -18,6 +13,8 @@ exec-once = hyprctl setcursor HyprBibataModernClassicSVG 24 exec-once = hyprctl dispatch workspace 1 exec-once = xrandr --output XWAYLAND0 --primary exec-once = gsettings set org.gnome.desktop.interface cursor-theme "Bibata-Modern-Classic" +exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" +exec-once = gsettings set org.gnome.desktop.interface gtk-theme Adwaita exec-once = hyprpaper exec-once = waybar @@ -52,15 +49,6 @@ input { } general { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - - gaps_in = 5 - gaps_out = 10 - - border_size = 2 - col.active_border = rgba(EEABC4aa) - col.inactive_border = rgba(595959aa) - layout = dwindle #layout = master diff --git a/hypr/.config/hypr/style.conf b/hypr/.config/hypr/style.conf index f2ce275..617eaed 100644 --- a/hypr/.config/hypr/style.conf +++ b/hypr/.config/hypr/style.conf @@ -1,3 +1,12 @@ +general { + gaps_in = 3 + gaps_out = 25 + + border_size = 2 + col.active_border = rgba(EEABC4aa) + col.inactive_border = rgba(595959aa) +} + decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more @@ -5,8 +14,8 @@ decoration { blur { enabled = true - size = 3 - passes = 6 + size = 2 + passes = 3 } drop_shadow = no @@ -24,7 +33,7 @@ animations { animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default animation = borderangle, 1, 8, default - animation = fade, 1, 7, default + animation = fade, 1, 3, default animation = workspaces, 1, 6, defaultBezier } -- cgit v1.2.3