diff --git a/hyprland.conf b/hyprland.conf index 1084af1..43db501 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -18,6 +18,7 @@ monitor=DP-1,2560x1440@144,0x0,1, vrr, 1 monitor=DP-3,2560x1440@144,2560x0,1, vrr, 1 source = ~/.config/hypr/keybindings.conf +source = ~/.config/hypr/macchiato.conf # source = ~/.config/hypr/env.conf # unscale XWayland xwayland { @@ -85,8 +86,9 @@ general { border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - col.inactive_border = rgba(595959aa) + # col.active_border = rgba($blueAlphaee) rgba($mauveAlphaee) 45deg + col.active_border = rgba($mauveAlphaee) 45deg + col.inactive_border = rgba($overlay0Alphaaa) # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false @@ -103,14 +105,14 @@ decoration { rounding_power = 2 # Change transparency of focused and unfocused windows - active_opacity = 1.0 - inactive_opacity = 1.0 + active_opacity = 0.9 + inactive_opacity = 0.9 shadow { enabled = true range = 4 render_power = 3 - color = rgba(1a1a1aee) + color = rgba($surface0Alphaee) } # https://wiki.hyprland.org/Configuring/Variables/#blur @@ -252,7 +254,6 @@ misc { # windowrulev2 = float, class:com.mitchellh.ghostty windowrulev2 = float, class:discord windowrulev2 = float, class:mpv -windowrulev2 = float, class:anki windowrulev2 = workspace 10 silent, class:discord # windowrulev2 = opacity 0.88, class:.* fullscreen:0 windowrulev2 = opacity 0.77, class:.* fullscreen:0 diff --git a/keybindings.conf b/keybindings.conf index c15c285..b6b7b77 100644 --- a/keybindings.conf +++ b/keybindings.conf @@ -11,7 +11,7 @@ $mainMod = ALT # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, RETURN, exec, $terminal bind = $mainMod, Q, killactive, -bind = $mainMod, M, exec, uwsm stop +bind = $mainMod SHIFT, M, exec, uwsm stop bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, d, exec, $menu @@ -99,7 +99,7 @@ bind = $mainMod SHIFT, n, exec, swaync-client -t # mpv add bind = SUPER, m, exec, ~/.local/bin/mpv-add.sh -bind = SUPER SHIFT, s, exec, ~/.local/bin/screenshot.sh +bind = SUPER SHIFT, s, exec, slurp | grim -g - - | wl-copy bind = ,code:107, exec, ~/.local/bin/screenshot.sh bind = SUPER SHIFT, o, exec, ~/.local/bin/ocr.sh bind = $mainMod, o, exec, ~/.local/bin/ocr.sh @@ -115,3 +115,5 @@ bind = CTRL, F10, pass, class:^(com\.obsproject\.Studio)$ bind = CTRL SHIFT, D, exec, ~/.local/bin/dragon bind = CTRL ALT, F, exec, ~/.local/bin/favorite-wallpaper + +bind = $mainMod, z, exec, uwsm app -sb -- zen-browser diff --git a/macchiato.conf b/macchiato.conf new file mode 100644 index 0000000..9e7071a --- /dev/null +++ b/macchiato.conf @@ -0,0 +1,78 @@ + +$rosewater = rgb(f4dbd6) +$rosewaterAlpha = f4dbd6 + +$flamingo = rgb(f0c6c6) +$flamingoAlpha = f0c6c6 + +$pink = rgb(f5bde6) +$pinkAlpha = f5bde6 + +$mauve = rgb(c6a0f6) +$mauveAlpha = c6a0f6 + +$red = rgb(ed8796) +$redAlpha = ed8796 + +$maroon = rgb(ee99a0) +$maroonAlpha = ee99a0 + +$peach = rgb(f5a97f) +$peachAlpha = f5a97f + +$yellow = rgb(eed49f) +$yellowAlpha = eed49f + +$green = rgb(a6da95) +$greenAlpha = a6da95 + +$teal = rgb(8bd5ca) +$tealAlpha = 8bd5ca + +$sky = rgb(91d7e3) +$skyAlpha = 91d7e3 + +$sapphire = rgb(7dc4e4) +$sapphireAlpha = 7dc4e4 + +$blue = rgb(8aadf4) +$blueAlpha = 8aadf4 + +$lavender = rgb(b7bdf8) +$lavenderAlpha = b7bdf8 + +$text = rgb(cad3f5) +$textAlpha = cad3f5 + +$subtext1 = rgb(b8c0e0) +$subtext1Alpha = b8c0e0 + +$subtext0 = rgb(a5adcb) +$subtext0Alpha = a5adcb + +$overlay2 = rgb(939ab7) +$overlay2Alpha = 939ab7 + +$overlay1 = rgb(8087a2) +$overlay1Alpha = 8087a2 + +$overlay0 = rgb(6e738d) +$overlay0Alpha = 6e738d + +$surface2 = rgb(5b6078) +$surface2Alpha = 5b6078 + +$surface1 = rgb(494d64) +$surface1Alpha = 494d64 + +$surface0 = rgb(363a4f) +$surface0Alpha = 363a4f + +$base = rgb(24273a) +$baseAlpha = 24273a + +$mantle = rgb(1e2030) +$mantleAlpha = 1e2030 + +$crust = rgb(181926) +$crustAlpha = 181926