My dotfiles for Arch Linux

Move looknfeel to hyprland.conf

Signed-off-by: Jan Ehrhardt <59441+jehrhardt@users.noreply.github.com>

+12 -118
+12 -12
dot_config/hypr/hyprland.conf
··· 4 4 source = ~/.config/hypr/omarchy-default/media.conf 5 5 source = ~/.config/hypr/omarchy-default/tiling.conf 6 6 source = ~/.config/hypr/omarchy-default/utilities.conf 7 - source = ~/.config/hypr/omarchy-default/looknfeel.conf 8 7 source = ~/.config/hypr/omarchy-default/input.conf 9 8 source = ~/.config/hypr/omarchy-hyprland-theme.conf 10 9 11 10 # Change your own setup in these files (and overwrite any settings from defaults!) 12 11 source = ~/.config/hypr/input.conf 13 - source = ~/.config/hypr/looknfeel.conf 12 + 14 13 15 14 16 15 # Refer to the wiki for more information. ··· 31 30 monitor= eDP-1, 2880x1920@120, auto, 2 32 31 monitor=DP-2, 3840x2160@60, auto, 1.333333 33 32 33 + 34 34 ################### 35 35 ### MY PROGRAMS ### 36 36 ################### ··· 42 42 $fileManager = $terminal -e yazi 43 43 $browser = chromium 44 44 $webapp = $browser --app 45 + 45 46 46 47 ################# 47 48 ### AUTOSTART ### ··· 56 57 exec-once = waybar 57 58 exec-once = walker --gapplication-service & 58 59 exec-once = systemctl --user start hyprpolkitagent 60 + 59 61 60 62 ############################# 61 63 ### ENVIRONMENT VARIABLES ### ··· 85 87 force_zero_scaling = true 86 88 } 87 89 90 + 88 91 ################### 89 92 ### PERMISSIONS ### 90 93 ################### ··· 111 114 # https://wiki.hypr.land/Configuring/Variables/#general 112 115 general { 113 116 gaps_in = 5 114 - gaps_out = 20 117 + gaps_out = 10 115 118 116 119 border_size = 2 117 120 ··· 130 133 131 134 # https://wiki.hypr.land/Configuring/Variables/#decoration 132 135 decoration { 133 - rounding = 10 134 - rounding_power = 2 135 - 136 - # Change transparency of focused and unfocused windows 137 - active_opacity = 1.0 138 - inactive_opacity = 1.0 136 + rounding = 0 139 137 140 138 shadow { 141 139 enabled = true 142 - range = 4 140 + range = 2 143 141 render_power = 3 144 142 color = rgba(1a1a1aee) 145 143 } ··· 201 199 dwindle { 202 200 pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below 203 201 preserve_split = true # You probably want this 202 + force_split = 2 # Always split on the right 204 203 } 205 204 206 205 # See https://wiki.hypr.land/Configuring/Master-Layout/ for more ··· 210 209 211 210 # https://wiki.hypr.land/Configuring/Variables/#misc 212 211 misc { 213 - force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers 214 - disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( 212 + disable_hyprland_logo = true 213 + disable_splash_rendering = true 214 + focus_on_activate = true 215 215 } 216 216 217 217
-17
dot_config/hypr/looknfeel.conf
··· 1 - # Change the default Omarchy look'n'feel 2 - 3 - # https://wiki.hyprland.org/Configuring/Variables/#general 4 - general { 5 - # No gaps between windows 6 - # gaps_in = 0 7 - # gaps_out = 0 8 - 9 - # Use master layout instead of dwindle 10 - # layout = master 11 - } 12 - 13 - # https://wiki.hyprland.org/Configuring/Variables/#decoration 14 - decoration { 15 - # Use round window corners 16 - # rounding = 8 17 - }
-89
dot_config/hypr/omarchy-default/looknfeel.conf
··· 1 - # Refer to https://wiki.hyprland.org/Configuring/Variables/ 2 - 3 - # https://wiki.hyprland.org/Configuring/Variables/#general 4 - general { 5 - gaps_in = 5 6 - gaps_out = 10 7 - 8 - border_size = 2 9 - 10 - # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors 11 - col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg 12 - col.inactive_border = rgba(595959aa) 13 - 14 - # Set to true enable resizing windows by clicking and dragging on borders and gaps 15 - resize_on_border = false 16 - 17 - # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on 18 - allow_tearing = false 19 - 20 - layout = dwindle 21 - } 22 - 23 - # https://wiki.hyprland.org/Configuring/Variables/#decoration 24 - decoration { 25 - rounding = 0 26 - 27 - shadow { 28 - enabled = true 29 - range = 2 30 - render_power = 3 31 - color = rgba(1a1a1aee) 32 - } 33 - 34 - # https://wiki.hyprland.org/Configuring/Variables/#blur 35 - blur { 36 - enabled = true 37 - size = 3 38 - passes = 1 39 - 40 - vibrancy = 0.1696 41 - } 42 - } 43 - 44 - # https://wiki.hyprland.org/Configuring/Variables/#animations 45 - animations { 46 - enabled = yes, please :) 47 - 48 - # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more 49 - 50 - bezier = easeOutQuint,0.23,1,0.32,1 51 - bezier = easeInOutCubic,0.65,0.05,0.36,1 52 - bezier = linear,0,0,1,1 53 - bezier = almostLinear,0.5,0.5,0.75,1.0 54 - bezier = quick,0.15,0,0.1,1 55 - 56 - animation = global, 1, 10, default 57 - animation = border, 1, 5.39, easeOutQuint 58 - animation = windows, 1, 4.79, easeOutQuint 59 - animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% 60 - animation = windowsOut, 1, 1.49, linear, popin 87% 61 - animation = fadeIn, 1, 1.73, almostLinear 62 - animation = fadeOut, 1, 1.46, almostLinear 63 - animation = fade, 1, 3.03, quick 64 - animation = layers, 1, 3.81, easeOutQuint 65 - animation = layersIn, 1, 4, easeOutQuint, fade 66 - animation = layersOut, 1, 1.5, linear, fade 67 - animation = fadeLayersIn, 1, 1.79, almostLinear 68 - animation = fadeLayersOut, 1, 1.39, almostLinear 69 - animation = workspaces, 0, 0, ease 70 - } 71 - 72 - # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more 73 - dwindle { 74 - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below 75 - preserve_split = true # You probably want this 76 - force_split = 2 # Always split on the right 77 - } 78 - 79 - # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more 80 - master { 81 - new_status = master 82 - } 83 - 84 - # https://wiki.hyprland.org/Configuring/Variables/#misc 85 - misc { 86 - disable_hyprland_logo = true 87 - disable_splash_rendering = true 88 - focus_on_activate = true 89 - }