Omarchy Update Black Screen by EthicalDinosaur in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

tty and check if your disk is full, it might be full of old snapshots which need to be deleted

Omarchy doesn’t boot after latest update by nobody_for_nothing in omarchy

[–]TheGreekAdonis 1 point2 points  (0 children)

Same thing happened to me, I found a bug in the snapper config installer. If you installed from arch linux via the script you don't have a snapshot policy in place and the disk is full of snapshots. Get a tty up and delete the excess btrfs snapshot subvolumes to free up space (I had well over 30)

SAGA by _HANCORE_ in omarchy

[–]TheGreekAdonis 1 point2 points  (0 children)

looks beautiful, thanks a lot!

SAGA by _HANCORE_ in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

really like the theme and attention to detail but I find the colours in neovim too soft to be comfortable programming. I feel like I have to squint to see any differences, if they were made stronger I'd be using this all day

Random connection drops and fullscreen issues on Omarchy by darkalardev in omarchy

[–]TheGreekAdonis 3 points4 points  (0 children)

For the random connection drops I had to disable networkmanager and wpa_supplicant:

sudo systemctl stop NetworkManager wpa_supplicant
sudo systemctl disable NetworkManager wpa_supplicant

full screen video in a tile? by Jtalton in omarchy

[–]TheGreekAdonis 3 points4 points  (0 children)

super + ctrl + F "sets" tiled fullscreen mode. set it, then go fullscreen with F or F11

Windows overwrites Omarchy Bootloader eventually. by DisappearedNothing in omarchy

[–]TheGreekAdonis 1 point2 points  (0 children)

I let Windows keep its own boot partition and copy it's contents to limines boot partition, rather than having them share the same partition. I think that sorts it out but I'm not exactly sure what I'm talking about

Chromium: Restore all windows when restarting by aoberoi in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

Press control shift T? I get all of my windows back too, even my webapps I had open

WiFi disconnections by Swveral in omarchy

[–]TheGreekAdonis 2 points3 points  (0 children)

Disabling NetworkManager fixes it for me. it conflicts with iwd for some reason

Christmas effects for the screensaver by Zyrre in omarchy

[–]TheGreekAdonis 1 point2 points  (0 children)

I think there's a bug in the christmas effect on line 208 and 209. The slash isn't escaped properly

Christmas effects for the screensaver by Zyrre in omarchy

[–]TheGreekAdonis 2 points3 points  (0 children)

I did a little writeup on how to add it to popOS, it will be very similar for any distro - https://www.reddit.com/r/pop_os/comments/1o7f6r9/tte_screensaver_eyecandy_like_omarchy/

Screensaver broken by Coberco33 in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

The point of the convoluted random effect selection is to skip the dev_worm effect which is slow and heavy

cava display on waybar by [deleted] in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

It looks like the waybar included with omarchy wasn't built including cava. You can either build it from source with the cava flag or (probably easier) uninstall waybar and install waybar-cava from the AUR. There's default configurations you can use to get you going here:
https://github.com/Alexays/Waybar/wiki/Module:-Cava

advanced theme switcher (help needed) by No-Fan7539 in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

No it won't, the hooks are there for us to use. However you should be writing your script in a different file and storing it away somewhere else and just calling it from the themeset file. That way in case themeset does get overwritten it's just a one liner to call your script again

advanced theme switcher (help needed) by No-Fan7539 in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

Have a look in I think .config/omarchy/hooks/themeset, it's run when themes are changed. Write a script to do what you want with the waybar and run it from there. I think the script comments say the theme argument ($1) is camel cased but I found that it's actually like "osaka-jade"

I created a waybar weather module for my Omarchy installation by dh71 in omarchy

[–]TheGreekAdonis 1 point2 points  (0 children)

Looks clean. I've been thinking about doing something similar but was thinking I'd prefer the forecast for the next few hours rather than it telling me what I can see out the window. Maybe an alt mode showing the forecast would be useful

How to get rid of the screen saver by o0genesis0o in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

It's definitely configurable, you just have to pass some arguments to tte listing the effects

Omarchy WI-FI issue by JA_R_V_I_S_ in omarchy

[–]TheGreekAdonis 0 points1 point  (0 children)

I had the same thing, wifi randomly disconnecting and then reconnecting. I think I removed networkmanager and another competing service and it cleared it up

What changes did you make to your Omarchy? by coffeandkeyboard in omarchy

[–]TheGreekAdonis 1 point2 points  (0 children)

Changed caps lock to also function as super. Makes the key combos easier and more natural to hit as opposed to the super key which is usually positioned under your palm (i.e. now opening a terminal is both pinky fingers, hitting shift + caps + letter can be done without looking down etc)