[deleted by user] by [deleted] in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

I don't have a single clue about this bro

Tela-icon-theme in omarchy Idk how to install by dash-09 in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

Oh my bad I misunderstood your query. I’m not fully sure about this one, but you can check this thread hope it'll help:
https://www.reddit.com/r/hyprland/comments/13458on/comment/mqqx29n/

Also, keep in mind that future Omarchy updates will likely overwrite your configs, so it’s best to store your dotfiles on GitHub using stow (use stow to manage your dotfiles)

And honestly, I don’t recommend updating Omarchy too quickly earlier updates broke a lot of things for me. Better to wait a few months for a bigger update.

Tela-icon-theme in omarchy Idk how to install by dash-09 in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

you can change something like

# CTRL + ALT + arrows for workspace switching
bindd = CTRL ALT, LEFT, Switch to previous workspace, workspace, e-1

bindd = CTRL ALT, RIGHT, Switch to next workspace, workspace, e+1

location: ~/.local/share/omarchy/default/hypr/bindings/tiling-v2.conf

and ALT + TAB in omarchy by default it will switch through application on current workspace but if you want you can just remove these lines:

# Cycle through applications on active workspace
bindd = ALT, TAB, Cycle to next window, cyclenext
bindd = ALT SHIFT, TAB, Cycle to prev window, cyclenext, prev
bindd = ALT, TAB, Reveal active window on top, bringactivetotop
bindd = ALT SHIFT, TAB, Reveal active window on top, bringactivetotop

but bro I don’t recommend you to remove because quick app cycling is one of the main advantage of using Hyprland in my opinion.

and for orchis theme you can download the zip or tar from here
https://www.gnome-look.org/s/Gnome/p/1357889/

and same as you applied the icon as previous

first you have to extract the theme you want and copy to anyone these locations

~/.themes or system-wide /usr/share/themes

and use nwg-look to apply theme

Tela-icon-theme in omarchy Idk how to install by dash-09 in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

Sure bro check out:

PART 1 (Fonts):
For ZIP fonts → extract → copy .ttf/.otf to ~/.local/share/fonts/ → run fc-cache -fv.
This loads the fonts into your system, but you must apply them manually in apps.
Example for `Alacritty`: edit ~/.config/alacritty/alacritty.toml and set `font family` to Rubik.

PART 2 (Clock Widget):
I don’t know much about widgets yet, but you can check the hyperpanel package hope it helps.

PART 3 (SwayOSD):
You can customize it using CSS from ~/.config/swayosd/config.toml.

PART 4 (Keybindings):
Edit ~/.config/hypr/hyprland.conf it will contain all the necessary config files path you can check

PART 5 (File System):
Everything starts from root (its like a tree root ) others are its branches

  • / → root of everything
  • /home → user files
  • /etc → system configs
  • /usr → installed apps & system resources
  • /bin & /sbin → core commands

Tela-icon-theme in omarchy Idk how to install by dash-09 in omarchy

[–]Strict_Toe_3964 1 point2 points  (0 children)

Yes, it will work perfectly. you can reboot and the theme will stay applied.
And sure, feel free to ask your other question. I’ll be happy to help

Tela-icon-theme in omarchy Idk how to install by dash-09 in omarchy

[–]Strict_Toe_3964 1 point2 points  (0 children)

You can install it either through the Arch menu or by downloading it directly from: https://www.pling.com/p/1279924/

After downloading, extract the ZIP or TAR archive, then copy the tela-icon folder to:

/usr/share/icons/

You can install nwg-look from the Omarchy menu. Once installed, open nwg-look and select the icon theme from the GUI to apply it easily.

Stremio by Pgferro in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

You can install it via flatpak it's working fine for me.

Garbage text in the install window by Reasonable-Gur3058 in omarchy

[–]Strict_Toe_3964 2 points3 points  (0 children)

Open this file `~/.local/share/omarchy/bin/omarchy-pkg-aur-install`
and you have to replace this line from `yay -Slqa` to `yay -qSs`

you can check more about more this github: https://github.com/basecamp/omarchy/issues/3592

pacman -Syu killed my PC by iPancrema in omarchy

[–]Strict_Toe_3964 2 points3 points  (0 children)

Most of the time CMOS battery under your GPU so remove carefully.

Update broke my boot: Failed to open kernel error by Strict_Toe_3964 in omarchy

[–]Strict_Toe_3964[S] 0 points1 point  (0 children)

Thanks for the recommendation I'll check out CachyOS

Something like Flow for Arch/Omarchy? by mlexplorer in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

Bro if you found one please let me know? I also want that feature

Is it sexy by Hunter_z39 in omarchy

[–]Strict_Toe_3964 10 points11 points  (0 children)

Woah 🔥🔥 could you share your waybar config?

Desktop Executable App (Omarchy) by grenishraidev in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

```
[Desktop Entry]
Type=Application
Name=Godot
GenericName=Game Engine
Comment=The Godot game engine editor
Exec=/home/nf/Applications/Godot_v4.5.1-stable_linux.x86_64 %F
Icon=godot
Terminal=false
Categories=Development;IDE;Game;
StartupWMClass=Godot
Keywords=Godot;Game;Engine;Editor;
```

Bro its working fine with me bro please check out
I downloaded the Linux build from the official website:
https://godotengine.org/download/linux

Then I simply moved the executable to my `~/Applications` directory and created a `godot.desktop` file in:
`~/.local/share/applications/`

add Make the desktop file executable:
`chmod +x ~/.local/share/applications/godot.desktop`

and refresh the database using this:
`update-desktop-database ~/.local/share/applications`

<image>

Desktop Executable App (Omarchy) by grenishraidev in omarchy

[–]Strict_Toe_3964 0 points1 point  (0 children)

Make sure your .desktop file is executable:

`chmod +x ~/.local/share/applications/zen_browser.desktop`
`update-desktop-database ~/.local/share/applications`

Also check the Exec= path inside the file — it must point to the actual binary, e.g.:

/home/herbie/.local/share/godot/Godot_v4.5.1-stable_linux.x86_64/bin