clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

omarchy 3.1 update

sspaeti b2bbfe6f 92a3ab38

+257 -357
+2 -1
hypr/.config/hypr/hyprland.conf
··· 3 3 # Use defaults Omarchy defaults (but don't edit these directly!) 4 4 source = ~/.local/share/omarchy/default/hypr/autostart.conf 5 5 source = ~/.local/share/omarchy/default/hypr/bindings/media.conf 6 - source = ~/.local/share/omarchy/default/hypr/bindings/tiling.conf 6 + source = ~/.local/share/omarchy/default/hypr/bindings/clipboard.conf 7 + source = ~/.local/share/omarchy/default/hypr/bindings/tiling-v2.conf 7 8 source = ~/.local/share/omarchy/default/hypr/bindings/utilities.conf 8 9 source = ~/.local/share/omarchy/default/hypr/envs.conf 9 10 source = ~/.local/share/omarchy/default/hypr/looknfeel.conf
+4 -4
hypr/.config/hypr/hyprlock.conf
··· 13 13 14 14 input-field { 15 15 monitor = 16 - size = 600, 100 16 + size = 650, 100 17 17 position = 0, 0 18 18 halign = center 19 19 valign = center ··· 22 22 outer_color = $outer_color 23 23 outline_thickness = 4 24 24 25 - font_family = CaskaydiaMono Nerd Font 25 + font_family = CaskaydiaMono Nerd Font Propo 26 26 font_color = $font_color 27 27 28 - placeholder_text =   Enter Password 󰈷  28 + placeholder_text = Enter Password 󰈷 29 29 check_color = $check_color 30 - fail_text = <i>$PAMFAIL ($ATTEMPTS)</i> 30 + fail_text = <i>$FAIL ($ATTEMPTS)</i> 31 31 32 32 rounding = 0 33 33 shadow_passes = 0
+2
linux_applications/.local/share/applications/electron36.desktop
··· 1 + [Desktop Entry] 2 + Hidden=true
+2
linux_applications/.local/share/applications/electron37.desktop
··· 1 + [Desktop Entry] 2 + Hidden=true
linux_applications/.local/share/applications/icons/ChatGPT.png

This is a binary file and will not be displayed.

linux_applications/.local/share/applications/icons/GitHub.png

This is a binary file and will not be displayed.

+2
linux_applications/.local/share/applications/java-java-openjdk.desktop
··· 1 + [Desktop Entry] 2 + Hidden=true
+2
linux_applications/.local/share/applications/jconsole-java-openjdk.desktop
··· 1 + [Desktop Entry] 2 + Hidden=true
+2
linux_applications/.local/share/applications/jshell-java-openjdk.desktop
··· 1 + [Desktop Entry] 2 + Hidden=true
+1 -1
linux_applications/.local/share/applications/nvim.desktop
··· 2 2 Name=Neovim 3 3 GenericName=Text Editor 4 4 Comment=Edit text files 5 - Exec=alacritty --class=nvim --title=nvim -e nvim -- %F 5 + Exec=omarchy-launch-editor %F 6 6 Terminal=false 7 7 Type=Application 8 8 Keywords=Text;editor;
+124 -79
walker/.config/walker/config.toml
··· 1 - close_when_open = true 2 - theme = "omarchy-default" 3 - theme_base = [] 4 - theme_location = ["~/.local/share/omarchy/default/walker/themes/"] 5 - hotreload_theme = true 6 - force_keyboard_focus = true 7 - timeout = 60 1 + force_keyboard_focus = true # forces keyboard forcus to stay in Walker 2 + close_when_open = true # close walker when invoking while already opened 3 + selection_wrap = true # wrap list if at bottom or top 4 + click_to_close = true # closes walker if clicking outside of the main content area 5 + global_argument_delimiter = "#" # query: firefox#https://benz.dev => part after delimiter will be ignored when querying. this should be the same as in the elephant config 6 + exact_search_prefix = "'" # disable fuzzy searching 7 + theme = "omarchy-default" # theme to use 8 + disable_mouse = false # disable mouse (on input and list only) 9 + additional_theme_location = "~/.local/share/omarchy/default/walker/themes/" 8 10 9 - [keys.ai] 10 - run_last_response = ["ctrl e"] 11 + [shell] 12 + anchor_top = true 13 + anchor_bottom = true 14 + anchor_left = true 15 + anchor_right = true 11 16 12 - [list] 13 - max_entries = 200 14 - cycle = true 17 + [placeholders] 18 + "default" = { input = " Search...", list = "No Results" } # placeholders for input and empty list, key is the providers name, so f.e. "desktopapplications" or "menus:other" 15 19 16 - [search] 17 - placeholder = " Search..." 20 + [keybinds] 21 + close = ["Escape"] 22 + next = ["Down"] 23 + previous = ["Up"] 24 + toggle_exact = ["ctrl e"] 25 + resume_last_query = ["ctrl r"] 26 + quick_activate = [] 18 27 19 - [builtins.hyprland_keybinds] 20 - path = "~/.config/hypr/hyprland.conf" 21 - hidden = true 28 + [providers] 29 + default = [ 30 + "desktopapplications", 31 + "menus", 32 + "websearch", 33 + ] # providers to be queried by default 34 + empty = ["desktopapplications"] # providers to be queried when query is empty 35 + max_results = 50 # global max results 22 36 23 - [builtins.applications] 24 - launch_prefix = "uwsm app -- " 25 - placeholder = " Search..." 26 - prioritize_new = false 27 - context_aware = false 28 - show_sub_when_single = false 29 - history = false 30 - icon = "" 31 - hidden = true 37 + [providers.sets] # define your own defaults/empty sets of providers 38 + [providers.max_results_provider] # define max results per provider in here 32 39 33 - [builtins.applications.actions] 34 - enabled = false 35 - hide_category = true 40 + [[providers.prefixes]] 41 + prefix = "/" 42 + provider = "providerlist" 43 + 44 + [[providers.prefixes]] 45 + prefix = "." 46 + provider = "files" 47 + 48 + [[providers.prefixes]] 49 + prefix = ":" 50 + provider = "symbols" 51 + 52 + [[providers.prefixes]] 53 + prefix = "=" 54 + provider = "calc" 36 55 37 - [builtins.bookmarks] 38 - hidden = true 56 + [[providers.prefixes]] 57 + prefix = "@" 58 + provider = "websearch" 39 59 40 - [[builtins.bookmarks.entries]] 41 - label = "Omarchy - Github" 42 - url = "https://github.com/basecamp/omarchy" 43 - keywords = ["omarchy", "github"] 60 + [[providers.prefixes]] 61 + prefix = "$" 62 + provider = "clipboard" 44 63 45 - [[builtins.bookmarks.entries]] 46 - label = "Omarchy Manual" 47 - url = "https://manuals.omamix.org/2/the-omarchy-manual" 48 - keywords = ["omarchy"] 64 + [providers.actions] # This will be MERGED/OVEWRITTEN with what the user specifies 65 + dmenu = [{ action = "select", default = true, bind = "Return" }] 49 66 50 - [builtins.calc] 51 - name = "Calculator" 52 - icon = "" 53 - min_chars = 3 54 - prefix = "=" 67 + providerlist = [ 68 + { action = "activate", default = true, bind = "Return", after = "ClearReload" }, 69 + ] 55 70 56 - [builtins.windows] 57 - switcher_only = true 58 - hidden = true 71 + bluetooth = [ 72 + { action = "find", global = true, bind = "ctrl f", after = "AsyncClearReload" }, 73 + { action = "trust", bind = "ctrl t", after = "AsyncReload" }, 74 + { action = "untrust", bind = "ctrl t", after = "AsyncReload" }, 75 + { action = "pair", bind = "Return", after = "AsyncReload" }, 76 + { action = "remove", bind = "ctrl d", after = "AsyncReload" }, 77 + { action = "connect", bind = "Return", after = "AsyncReload" }, 78 + { action = "disconnect", bind = "Return", after = "AsyncReload" }, 79 + ] 59 80 60 - [builtins.clipboard] 61 - hidden = true 81 + archlinuxpkgs = [ 82 + { action = "install", bind = "Return", default = true }, 83 + { action = "remove", bind = "Return" }, 84 + ] 62 85 63 - [builtins.commands] 64 - hidden = true 86 + calc = [ 87 + { action = "copy", default = true, bind = "Return" }, 88 + { action = "delete", bind = "ctrl d", after = "AsyncReload" }, 89 + { action = "save", bind = "ctrl s", after = "AsyncClearReload" }, 90 + ] 65 91 66 - [builtins.custom_commands] 67 - hidden = true 92 + websearch = [ 93 + { action = "search", default = true, bind = "Return" }, 94 + { action = "erase_history", label = "clear hist", bind = "ctrl h", after = "Reload" }, 95 + ] 68 96 69 - [builtins.emojis] 70 - name = "Emojis" 71 - icon = "" 72 - prefix = ":" 97 + desktopapplications = [ 98 + { action = "start", default = true, bind = "Return" }, 99 + { action = "start:keep", label = "open+next", bind = "shift Return", after = "KeepOpen" }, 100 + { action = "erase_history", label = "clear hist", bind = "ctrl h", after = "AsyncReload" }, 101 + { action = "pin", bind = "ctrl p", after = "AsyncReload" }, 102 + { action = "unpin", bind = "ctrl p", after = "AsyncReload" }, 103 + { action = "pinup", bind = "ctrl n", after = "AsyncReload" }, 104 + { action = "pindown", bind = "ctrl m", after = "AsyncReload" }, 105 + ] 73 106 74 - [builtins.symbols] 75 - after_copy = "" 76 - hidden = true 107 + files = [ 108 + { action = "open", default = true, bind = "Return" }, 109 + { action = "opendir", label = "open dir", bind = "ctrl Return" }, 110 + { action = "copypath", label = "copy path", bind = "ctrl shift c" }, 111 + { action = "copyfile", label = "copy file", bind = "ctrl c" }, 112 + ] 77 113 78 - [builtins.finder] 79 - use_fd = true 80 - cmd_alt = "xdg-open \"$(dirname \"$HOME/%RESULT%\")\"" 81 - icon = "file" 82 - name = "Finder" 83 - preview_images = true 84 - hidden = false 85 - prefix = "." 114 + todo = [ 115 + { action = "save", default = true, bind = "Return", after = "ClearReload" }, 116 + { action = "delete", bind = "ctrl d", after = "ClearReload" }, 117 + { action = "active", bind = "Return", after = "ClearReload" }, 118 + { action = "inactive", bind = "Return", after = "ClearReload" }, 119 + { action = "done", bind = "ctrl f", after = "ClearReload" }, 120 + { action = "clear", bind = "ctrl x", after = "ClearReload", global = true }, 121 + ] 86 122 87 - [builtins.runner] 88 - shell_config = "" 89 - switcher_only = true 90 - hidden = true 123 + runner = [ 124 + { action = "run", default = true, bind = "Return" }, 125 + { action = "runterminal", label = "run in terminal", bind = "shift Return" }, 126 + { action = "erase_history", label = "clear hist", bind = "ctrl h", after = "Reload" }, 127 + ] 91 128 92 - [builtins.ssh] 93 - hidden = true 129 + symbols = [ 130 + { action = "run_cmd", label = "select", default = true, bind = "Return" }, 131 + { action = "erase_history", label = "clear hist", bind = "ctrl h", after = "Reload" }, 132 + ] 94 133 95 - [builtins.websearch] 96 - switcher_only = true 97 - hidden = true 134 + unicode = [ 135 + { action = "run_cmd", label = "select", default = true, bind = "Return" }, 136 + { action = "erase_history", label = "clear hist", bind = "ctrl h", after = "Reload" }, 137 + ] 98 138 99 - [builtins.translation] 100 - hidden = true 139 + clipboard = [ 140 + { action = "copy", default = true, bind = "Return" }, 141 + { action = "remove", bind = "ctrl d", after = "ClearReload" }, 142 + { action = "remove_all", global = true, label = "clear", bind = "ctrl shift d", after = "ClearReload" }, 143 + { action = "toggle_images", global = true, label = "toggle images", bind = "ctrl i", after = "ClearReload" }, 144 + { action = "edit", bind = "ctrl o" }, 145 + ]
+100
walker/.config/walker/config.toml.bak.1760872108
··· 1 + close_when_open = true 2 + theme = "omarchy-default" 3 + theme_base = [] 4 + theme_location = ["~/.local/share/omarchy/default/walker/themes/"] 5 + hotreload_theme = true 6 + force_keyboard_focus = true 7 + timeout = 60 8 + 9 + [keys.ai] 10 + run_last_response = ["ctrl e"] 11 + 12 + [list] 13 + max_entries = 200 14 + cycle = true 15 + 16 + [search] 17 + placeholder = " Search..." 18 + 19 + [builtins.hyprland_keybinds] 20 + path = "~/.config/hypr/hyprland.conf" 21 + hidden = true 22 + 23 + [builtins.applications] 24 + launch_prefix = "uwsm app -- " 25 + placeholder = " Search..." 26 + prioritize_new = false 27 + context_aware = false 28 + show_sub_when_single = false 29 + history = false 30 + icon = "" 31 + hidden = true 32 + 33 + [builtins.applications.actions] 34 + enabled = false 35 + hide_category = true 36 + 37 + [builtins.bookmarks] 38 + hidden = true 39 + 40 + [[builtins.bookmarks.entries]] 41 + label = "Omarchy - Github" 42 + url = "https://github.com/basecamp/omarchy" 43 + keywords = ["omarchy", "github"] 44 + 45 + [[builtins.bookmarks.entries]] 46 + label = "Omarchy Manual" 47 + url = "https://manuals.omamix.org/2/the-omarchy-manual" 48 + keywords = ["omarchy"] 49 + 50 + [builtins.calc] 51 + name = "Calculator" 52 + icon = "" 53 + min_chars = 3 54 + prefix = "=" 55 + 56 + [builtins.windows] 57 + switcher_only = true 58 + hidden = true 59 + 60 + [builtins.clipboard] 61 + hidden = true 62 + 63 + [builtins.commands] 64 + hidden = true 65 + 66 + [builtins.custom_commands] 67 + hidden = true 68 + 69 + [builtins.emojis] 70 + name = "Emojis" 71 + icon = "" 72 + prefix = ":" 73 + 74 + [builtins.symbols] 75 + after_copy = "" 76 + hidden = true 77 + 78 + [builtins.finder] 79 + use_fd = true 80 + cmd_alt = "xdg-open \"$(dirname \"$HOME/%RESULT%\")\"" 81 + icon = "file" 82 + name = "Finder" 83 + preview_images = true 84 + hidden = false 85 + prefix = "." 86 + 87 + [builtins.runner] 88 + shell_config = "" 89 + switcher_only = true 90 + hidden = true 91 + 92 + [builtins.ssh] 93 + hidden = true 94 + 95 + [builtins.websearch] 96 + switcher_only = true 97 + hidden = true 98 + 99 + [builtins.translation] 100 + hidden = true
-162
walker/.config/walker/themes/default.css
··· 1 - /* AUTO GENERATED. DO NOT EDIT. CHANGES WILL BE OVERWRITTEN. */ 2 - 3 - @define-color foreground rgba(255, 255, 255, 0.8); 4 - @define-color background hsla(240, 12.7%, 13.9%, 0.98); 5 - @define-color color1 hsl(172, 100%, 25.3%); 6 - /* AUTO GENERATED. DO NOT EDIT. CHANGES WILL BE OVERWRITTEN. */ 7 - 8 - #window, 9 - #box, 10 - #aiScroll, 11 - #aiList, 12 - #search, 13 - #password, 14 - #input, 15 - #prompt, 16 - #clear, 17 - #typeahead, 18 - #list, 19 - child, 20 - scrollbar, 21 - slider, 22 - #item, 23 - #text, 24 - #label, 25 - #bar, 26 - #sub, 27 - #activationlabel { 28 - all: unset; 29 - } 30 - 31 - #cfgerr { 32 - background: rgba(255, 0, 0, 0.4); 33 - margin-top: 20px; 34 - padding: 8px; 35 - font-size: 1.2em; 36 - } 37 - 38 - #window { 39 - color: @foreground; 40 - } 41 - 42 - #box { 43 - border-radius: 2px; 44 - background: @background; 45 - padding: 32px; 46 - border: 1px solid lighter(@background); 47 - box-shadow: 48 - 0 19px 38px rgba(0, 0, 0, 0.3), 49 - 0 15px 12px rgba(0, 0, 0, 0.22); 50 - } 51 - 52 - #search { 53 - box-shadow: 54 - 0 1px 3px rgba(0, 0, 0, 0.1), 55 - 0 1px 2px rgba(0, 0, 0, 0.22); 56 - background: lighter(@background); 57 - padding: 8px; 58 - } 59 - 60 - #prompt { 61 - margin-left: 4px; 62 - margin-right: 12px; 63 - color: @foreground; 64 - opacity: 0.2; 65 - } 66 - 67 - #clear { 68 - color: @foreground; 69 - opacity: 0.8; 70 - } 71 - 72 - #password, 73 - #input, 74 - #typeahead { 75 - border-radius: 2px; 76 - } 77 - 78 - #input { 79 - background: none; 80 - } 81 - 82 - #password { 83 - } 84 - 85 - #spinner { 86 - padding: 8px; 87 - } 88 - 89 - #typeahead { 90 - color: @foreground; 91 - opacity: 0.8; 92 - } 93 - 94 - #input placeholder { 95 - opacity: 0.5; 96 - } 97 - 98 - #list { 99 - } 100 - 101 - child { 102 - padding: 8px; 103 - border-radius: 2px; 104 - } 105 - 106 - child:selected, 107 - child:hover { 108 - background: alpha(@color1, 0.4); 109 - } 110 - 111 - #item { 112 - } 113 - 114 - #icon { 115 - margin-right: 8px; 116 - } 117 - 118 - #text { 119 - } 120 - 121 - #label { 122 - font-weight: 500; 123 - } 124 - 125 - #sub { 126 - opacity: 0.5; 127 - font-size: 0.8em; 128 - } 129 - 130 - #activationlabel { 131 - } 132 - 133 - #bar { 134 - } 135 - 136 - .barentry { 137 - } 138 - 139 - .activation #activationlabel { 140 - } 141 - 142 - .activation #text, 143 - .activation #icon, 144 - .activation #search { 145 - opacity: 0.5; 146 - } 147 - 148 - .aiItem { 149 - padding: 10px; 150 - border-radius: 2px; 151 - color: @foreground; 152 - background: @background; 153 - } 154 - 155 - .aiItem.user { 156 - padding-left: 0; 157 - padding-right: 0; 158 - } 159 - 160 - .aiItem.assistant { 161 - background: lighter(@background); 162 - }
-103
walker/.config/walker/themes/default.toml
··· 1 - # AUTO GENERATED. DO NOT EDIT. CHANGES WILL BE OVERWRITTEN. 2 - 3 - [ui.anchors] 4 - bottom = true 5 - left = true 6 - right = true 7 - top = true 8 - 9 - [ui.window] 10 - h_align = "fill" 11 - v_align = "fill" 12 - 13 - [ui.window.box] 14 - h_align = "center" 15 - width = 450 16 - 17 - [ui.window.box.bar] 18 - orientation = "horizontal" 19 - position = "end" 20 - 21 - [ui.window.box.bar.entry] 22 - h_align = "fill" 23 - h_expand = true 24 - 25 - [ui.window.box.bar.entry.icon] 26 - h_align = "center" 27 - h_expand = true 28 - pixel_size = 24 29 - theme = "" 30 - 31 - [ui.window.box.margins] 32 - top = 200 33 - 34 - [ui.window.box.ai_scroll] 35 - name = "aiScroll" 36 - h_align = "fill" 37 - v_align = "fill" 38 - max_height = 300 39 - min_width = 400 40 - height = 300 41 - width = 400 42 - 43 - [ui.window.box.ai_scroll.margins] 44 - top = 8 45 - 46 - [ui.window.box.ai_scroll.list] 47 - name = "aiList" 48 - orientation = "vertical" 49 - width = 400 50 - spacing = 10 51 - 52 - [ui.window.box.ai_scroll.list.item] 53 - name = "aiItem" 54 - h_align = "fill" 55 - v_align = "fill" 56 - x_align = 0 57 - y_align = 0 58 - wrap = true 59 - 60 - [ui.window.box.scroll.list] 61 - marker_color = "#1BFFE1" 62 - max_height = 300 63 - max_width = 400 64 - min_width = 400 65 - width = 400 66 - 67 - [ui.window.box.scroll.list.item.activation_label] 68 - h_align = "fill" 69 - v_align = "fill" 70 - width = 20 71 - x_align = 0.5 72 - y_align = 0.5 73 - 74 - [ui.window.box.scroll.list.item.icon] 75 - pixel_size = 26 76 - theme = "" 77 - 78 - [ui.window.box.scroll.list.margins] 79 - top = 8 80 - 81 - [ui.window.box.search.prompt] 82 - name = "prompt" 83 - icon = "edit-find" 84 - theme = "" 85 - pixel_size = 18 86 - h_align = "center" 87 - v_align = "center" 88 - 89 - [ui.window.box.search.clear] 90 - name = "clear" 91 - icon = "edit-clear" 92 - theme = "" 93 - pixel_size = 18 94 - h_align = "center" 95 - v_align = "center" 96 - 97 - [ui.window.box.search.input] 98 - h_align = "fill" 99 - h_expand = true 100 - icons = true 101 - 102 - [ui.window.box.search.spinner] 103 - hide = true
+2 -2
waybar/.config/waybar/config.jsonc
··· 68 68 "format": "{:L%A %H:%M}", 69 69 "format-alt": "{:L%d %B W%V %Y}", 70 70 "tooltip": false, 71 - "on-click-right": "omarchy-cmd-tzupdate" 71 + "on-click-right": "omarchy-launch-floating-terminal-with-presentation omarchy-tz-select" 72 72 }, 73 73 "network": { 74 74 "format-icons": ["󰤯", "󰤟", "󰤢", "󰤥", "󰤨"], ··· 147 147 "format": "{:%a %d %B W%V - %H:%M}", 148 148 "format-alt": "{:%d %B W%V %Y}", 149 149 "tooltip": false, 150 - "on-click-right": "~/.local/share/omarchy/bin/omarchy-cmd-tzupdate" 150 + "on-click-right": "~/.local/share/omarchy/bin/omarchy-launch-floating-terminal-with-presentation omarchy-tz-select" 151 151 }, 152 152 "custom/network-speed": { 153 153 "format": "⇣{} ⇡{}",
+14 -5
waybar/.config/waybar/style.css
··· 7 7 border: none; 8 8 border-radius: 0; 9 9 min-height: 0; 10 - font-family: CaskaydiaMono Nerd Font; 10 + font-family: 'CaskaydiaMono Nerd Font'; 11 11 font-size: 12px; 12 12 } 13 13 ··· 30 30 opacity: 0.5; 31 31 } 32 32 33 - #tray, 34 33 #cpu, 35 34 #battery, 36 - #network, 37 - #bluetooth, 38 35 #pulseaudio, 39 36 #custom-omarchy, 40 37 #custom-screenrecording-indicator, ··· 43 40 margin: 0 7.5px; 44 41 } 45 42 43 + #tray { 44 + margin-right: 16px; 45 + } 46 + 47 + #bluetooth { 48 + margin-right: 17px; 49 + } 50 + 51 + #network { 52 + margin-right: 13px; 53 + } 54 + 46 55 #custom-expand-icon { 47 - margin-right: 7px; 56 + margin-right: 20px; 48 57 } 49 58 50 59 tooltip {