clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

omarchy 3.0 - new look and feel file

sspaeti b47bf7c3 ec8786b2

+27 -14
+1 -1
hypr/.config/hypr/bindings.conf
··· 1 1 # CUSTOM Application bindings 2 - $terminal = uwsm app -- alacritty 2 + $terminal = uwsm app -- $TERMINAL 3 3 # $browser = omarchy-launch-browser 4 4 $browser = uwsm app -- brave --new-window --ozone-platform=wayland --force-device-scale-factor=1.0 5 5
+1
hypr/.config/hypr/hyprland.conf
··· 19 19 source = ~/.config/hypr/bindings.conf 20 20 source = ~/.config/hypr/tiling.conf 21 21 source = ~/.config/hypr/envs.conf 22 + source = ~/.config/hypr/looknfeel.conf 22 23 source = ~/.config/hypr/autostart.conf
+2
hypr/.config/hypr/hyprlock.conf
··· 3 3 background { 4 4 monitor = 5 5 color = $color 6 + path = ~/.config/omarchy/current/background 7 + blur_passes = 3 6 8 } 7 9 8 10 animations {
+1 -13
hypr/.config/hypr/input.conf
··· 45 45 46 46 47 47 # Scroll faster in the terminal 48 - windowrule = scrolltouchpad 1.5, class:Alacritty 49 - 50 - 51 - # --------LOOK'N'FEEL------------------- 52 - # 53 - 54 - # additional overwrites to omarchy 55 - 56 - general:gaps_in = 1.8 57 - general:gaps_out = 0 58 - 59 - general:border_size = 1 60 - animations:enabled = yes, please :) 48 + windowrule = scrolltouchpad 1.5, tag:terminal 61 49 62 50 63 51 # --------WINDOWS-------------------
+22
hypr/.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 = 1.8 7 + gaps_out = 0 8 + 9 + 10 + border_size = 1 11 + # Use master layout instead of dwindle 12 + # layout = master 13 + } 14 + 15 + # https://wiki.hyprland.org/Configuring/Variables/#decoration 16 + decoration { 17 + # Use round window corners 18 + # rounding = 8 19 + } 20 + 21 + 22 + animations:enabled = yes, please :)