clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

omarchy upgrade 3.3.3

sspaeti 5e2290f1 2c4efa2e

+97 -17
-1
hypr/.config/hypr/hyprland.conf
··· 9 9 source = ~/.local/share/omarchy/default/hypr/envs.conf 10 10 source = ~/.local/share/omarchy/default/hypr/looknfeel.conf 11 11 #load my configs first to take window changes effect first. 12 - source = ~/.config/hypr/input-overwrite.conf 13 12 source = ~/.local/share/omarchy/default/hypr/input.conf 14 13 source = ~/.local/share/omarchy/default/hypr/windows.conf 15 14 source = ~/.config/omarchy/current/theme/hyprland.conf
+4
hypr/.config/hypr/hyprlock.conf
··· 1 1 source = ~/.config/omarchy/current/theme/hyprlock.conf 2 + 3 + general { 4 + ignore_empty_input = true 5 + } 2 6 3 7 background { 4 8 monitor =
-2
hypr/.config/hypr/input-overwrite.conf
··· 1 - # floating Screenshot: larger than default - override omarchy default 2 - windowrule = size 1200 800, class:^(com.gabm.satty)$
+2 -1
hypr/.config/hypr/input.conf
··· 51 51 52 52 53 53 # Scroll faster in the terminal 54 - windowrule = scrolltouchpad 1.5, tag:terminal 54 + windowrule = match:class (Alacritty|kitty), scroll_touchpad 1.5 55 + windowrule = match:class com.mitchellh.ghostty, scroll_touchpad 0.2 55 56 56 57
+58 -9
hypr/.config/hypr/looknfeel.conf
··· 24 24 # --------WINDOWS------------------- 25 25 # 26 26 # Just dash of opacity 27 - windowrule = opacity 0.99 0.97, class:.* 28 - windowrule = opacity 1 0.99, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$ 27 + windowrule { 28 + name = windowrule-1 29 + opacity = 0.99 0.97 30 + match:class = .* 31 + } 32 + 33 + windowrule { 34 + name = windowrule-2 35 + opacity = 1 0.99 36 + match:class = ^(Chromium|chromium|google-chrome|google-chrome-unstable)$ 37 + } 38 + 29 39 30 40 #Clipboard -floating 31 - windowrulev2 = float,class:(clipse) # ensure you have a floating window class set if you want this behavior 32 - windowrulev2 = size 622 652,class:(clipse) # set the size of the window as necessary 41 + windowrule { 42 + name = windowrule-3 43 + float = on 44 + match:class = (clipse) # ensure you have a floating window class set if you want this behavior 45 + } 46 + 47 + windowrule { 48 + name = windowrule-4 49 + size = 622 652 50 + match:class = (clipse) # set the size of the window as necessary 51 + } 52 + 33 53 34 54 #Image browser -floating 35 - windowrulev2 = float,title:(Screenshot Browser) # ensure you have a floating window class set if you want this behavior 36 - windowrulev2 = size 1200 800,title:(Screenshot Browser) # set the size of the window as necessary 55 + windowrule { 56 + name = windowrule-5 57 + float = on 58 + match:title = (Screenshot Browser) # ensure you have a floating window class set if you want this behavior 59 + } 60 + 61 + windowrule { 62 + name = windowrule-6 63 + size = 1200 800 64 + match:title = (Screenshot Browser) # set the size of the window as necessary 65 + } 66 + 67 + 68 + # floating Screenshot: larger than default - override omarchy default 69 + windowrule { 70 + name = windowrule-7 71 + size = 1200 800 72 + match:class = ^(com.gabm.satty)$ 73 + } 74 + 75 + 76 + windowrule { 77 + name = windowrule-8 78 + no_screen_share = on 79 + tag = +floating-window 80 + match:class = ^(io.ente.auth)$ 81 + } 37 82 83 + 84 + ##input.conf OVERWRITE 38 85 # floating Screenshot: larger than default - override omarchy default 39 - windowrule = size 1200 800, class:^(com.gabm.satty)$ 86 + windowrule { 87 + name = windowrule-1 88 + size = 1200 800 89 + match:class = ^(com.gabm.satty)$ 90 + } 40 91 41 - windowrule = noscreenshare, class:^(io.ente.auth)$ 42 - windowrule = tag +floating-window, class:^(io.ente.auth)$
+1
hypr/.config/hypr/xdph.conf
··· 1 1 screencopy { 2 + custom_picker_binary = hyprland-preview-share-picker 2 3 allow_token_by_default = true 3 4 }
+4
walker/.config/walker/config.toml
··· 43 43 [[providers.prefixes]] 44 44 prefix = "$" 45 45 provider = "clipboard" 46 + 47 + [[emergencies]] 48 + text = "Restart Walker" 49 + command = "omarchy-restart-walker"
+16 -2
waybar/.config/waybar/config.jsonc
··· 5 5 "spacing": 0, 6 6 "height": 26, 7 7 "modules-left": ["custom/omarchy", "hyprland/workspaces"], 8 - "modules-center": ["clock", "custom/update", "custom/screenrecording-indicator"], 8 + "modules-center": ["clock", "custom/update", "custom/voxtype", "custom/screenrecording-indicator"], 9 9 "modules-right": [ 10 10 "group/tray-expander", 11 11 "bluetooth", ··· 115 115 }, 116 116 "pulseaudio": { 117 117 "format": "{icon}", 118 - "on-click": "omarchy-launch-or-focus-tui wiremix", 118 + "on-click": "omarchy-launch-audio", 119 119 "on-click-right": "pamixer -t", 120 120 "tooltip-format": "Playing at {volume}%", 121 121 "scroll-step": 5, 122 122 "format-muted": "", 123 123 "format-icons": { 124 + "headphone": "", 124 125 "default": ["", "", ""] 125 126 } 126 127 }, ··· 141 142 "exec": "$OMARCHY_PATH/default/waybar/indicators/screen-recording.sh", 142 143 "signal": 8, 143 144 "return-type": "json" 145 + }, 146 + "custom/voxtype": { 147 + "exec": "omarchy-voxtype-status", 148 + "return-type": "json", 149 + "format": "{icon}", 150 + "format-icons": { 151 + "idle": "", 152 + "recording": "󰍬", 153 + "transcribing": "󰔟" 154 + }, 155 + "tooltip": true, 156 + "on-click-right": "omarchy-voxtype-config", 157 + "on-click": "omarchy-voxtype-model" 144 158 }, 145 159 "tray": { 146 160 "icon-size": 12,
+12 -2
waybar/.config/waybar/style.css
··· 65 65 } 66 66 67 67 #clock { 68 - margin-left: 8.75px; 68 + margin-left: 5px; 69 69 } 70 70 71 71 .hidden { ··· 74 74 75 75 #custom-screenrecording-indicator { 76 76 min-width: 12px; 77 - margin-left: 8.75px; 77 + margin-left: 5px; 78 78 font-size: 10px; 79 + padding-bottom: 1px; 79 80 } 80 81 81 82 #custom-screenrecording-indicator.active { 82 83 color: #a55555; 83 84 } 85 + 86 + #custom-voxtype { 87 + min-width: 12px; 88 + margin: 0 0 0 7.5px; 89 + } 90 + 91 + #custom-voxtype.recording { 92 + color: #a55555; 93 + }