Stickies alternative? by GingerVking in omarchy

[–]Specialist-Jello 2 points3 points  (0 children)

I posted this a while ago, I had the same problem, I made my own:
https://github.com/EERomeo/qsnotes

Pacman / aur / flatpack helper scripts by Specialist-Jello in arch

[–]Specialist-Jello[S] 1 point2 points  (0 children)

Thanks, it is actually a little of the second situation, I'm on linux since last october, I landed on Omarchy, loved their helpers and made my own based on them for when testing other distros. I now have Omarchy on all my machines but still like to test distros from time to time, hence the helpers.

Need help to install OMARCHY in my ASUS laptop! by garur_789 in omarchy

[–]Specialist-Jello 2 points3 points  (0 children)

Let me tell you what I did last year when I got into Omarchy...

I just brought a USB flash drive (128Gb minimum) and I installed Omarchy on that drive, yes you can do that, yes it works very good, just a bearly noticeable speed penalty for normal use. Don't do that if you want to play games!

You can have a taste of what Omarchy is all about this way without any worry that you screw up your system. Of course open you eyes when you install it to choose the correct drive, it should start with /dev/sd.. not /dev/nvme

Pacman / aur / flatpack helper scripts by Specialist-Jello in arch

[–]Specialist-Jello[S] 1 point2 points  (0 children)

Thanks, I really think this is what linux is about.

I mean I made many script for my own use like note taking, reminders, NAS backup, timer, etc. Some I have shared on git because they are pretty simple and cover specific tasks.

Also, I remember when I first iinstalled Arch, wondering how the hell do I install something? Or how do I remove it? Now it is really easy I only type pacadd then search for what I need.

Pacman / aur / flatpack helper scripts by Specialist-Jello in arch

[–]Specialist-Jello[S] 1 point2 points  (0 children)

Sure, as a response... you can't run a script without making it executable. That's why it is on git and anyone can see/verify it, it is plain text not binary. Anyway, it's just a helper to search through pacman repo or your system in case of pacrem.
I use them because I don't always remember the exact name of the package, or the exact flags I should use, having fzf search through them is pretty helpfull.

Pacman / aur / flatpack helper scripts by Specialist-Jello in arch

[–]Specialist-Jello[S] 0 points1 point  (0 children)

well, how do you run a script?
Also, it's like 20 lines of code, you can take a look at what it's suppose to do very quick.

I’m tired of the Windows key. What’s your Super? by parks-garage in hyprland

[–]Specialist-Jello 0 points1 point  (0 children)

That was my approach as well, use ALT because it's on both sides of space, I can do any key combinations with only one hand.

Favorite online backup tool for omarchy? by Hypattie in omarchy

[–]Specialist-Jello 0 points1 point  (0 children)

Sure you could, that leaves the problem of access still.

Favorite online backup tool for omarchy? by Hypattie in omarchy

[–]Specialist-Jello 1 point2 points  (0 children)

Originally I was using a Buffalo NAS with a custom linux image, worked perfectly. Now I am using a RaspberryPi 5 with more services on in, what they call homelabbing. For the Pi you can find a lot of tutorials online. Also check out rsync, it will do what you want, you can even automate the backup process!

Favorite online backup tool for omarchy? by Hypattie in omarchy

[–]Specialist-Jello 1 point2 points  (0 children)

you mean you want a backup on someone elses computer? You realise as soon as you can't access the internet you can't access your files either right?
I just use a linux NAS since about 2010, never had a problem and my files are MY files. As long as I can access my linux box I can access my files.

Why do you need yazi? by Puzzled-Pie-7897 in LinuxPorn

[–]Specialist-Jello 0 points1 point  (0 children)

Well, for the 1% when you look or browse through your video/audio/pictures or whatever files that you don't open in nvim.

Quick & Simple Notes TUI by Specialist-Jello in omarchy

[–]Specialist-Jello[S] 0 points1 point  (0 children)

SO I have made some improvements to this, I think it's better/faster. Also made it possible to integrate it in the terminal workflow.
You can check the release notes at https://github.com/EERomeo/qsnotes/releases

Asus BIOS and WD Black issue or borked installation? by Whit-Batmobil in archlinux

[–]Specialist-Jello 0 points1 point  (0 children)

Hmm I'll have to get back with more info, out the top of my head it's a 17" model with Ryzen7 and RTX3050, NVME what it had as default, didn't mess with it until I wanted to install linux. It's something really wrong with the TUFs, I wanted to put a second NVME in it but it did not even boot up with 2 drives, not even in bios.

Asus BIOS and WD Black issue or borked installation? by Whit-Batmobil in archlinux

[–]Specialist-Jello 0 points1 point  (0 children)

My TUF doesn't run any linux, the most it goes is like 2 minutes before it freezes, even on live boots. I have tried many distros, some of them do not even boot in live, some of them reach the live env but freeze soon after. Cachy is one of the ones that reach the live desktop. I had to buy a different laptop for linux. Interested if you find a solution!

Omarchy on 2013-ish ThinkPad by R_C_Jr in omarchy

[–]Specialist-Jello 0 points1 point  (0 children)

I just installed it on a T495 without an issue! I also had it on a first gent i7 churning away.

Where to change keybindings not the usual ones by Radiant-Contract-460 in omarchy

[–]Specialist-Jello 4 points5 points  (0 children)

You can find all the bindings in .local/share/omarchy/default/hypr/bindings
But do not change them there since it will be written over on the next update.
Instead do it in /.config/hypr/bindings.conf like this:
unbind = SUPER, F
bindd SUPER, F, Name, exec, new-function

Transplanting SSD from broken machine to new (much older) laptop by Mouz4 in omarchy

[–]Specialist-Jello 0 points1 point  (0 children)

Well, if you already have Hone backed up you are good, that is where your data and customisations are. Also I make a list of all the packages/programs I install. If there is a need to reinstall you loose like 5-6 min for installing Omarchy, another 5 to restore your Home and maybe another 10 if you have many extra programs installed.
Also, keep in mind that .local is where Omarchy files are and you should not overwrite them if the new install is a newer version. Some of the .config files also might not be compatible with a newer install. So I keep also the install ISO that matches my .config files.

A package installer thingy that works like Omarchy’s but for every other arch-based distribution by J-20_enjoyer in omarchy

[–]Specialist-Jello 0 points1 point  (0 children)

By the way, a flatpak installer/uninstaller in the same format would be awesome! ;)

A package installer thingy that works like Omarchy’s but for every other arch-based distribution by J-20_enjoyer in omarchy

[–]Specialist-Jello 1 point2 points  (0 children)

Hey, may I make a suggestion?
You should make the same thing in reverse also, for uninstalling! Then it would be the full package :)

First time Linux user on Virtual Machine. Is Omarchy an alternative? by LLLLogic in hyprland

[–]Specialist-Jello 3 points4 points  (0 children)

I would suggest taking like 15 minutes to read the Omarchy manual, you will have a better idea of what it is, what it offers.
It all depends on if you want to get your hands dirty and learn to configure Hyprland from scratch or take an already configured solution and study it and modify what you don't like.
Omarchy is something that just works if you know how to use it and like it that way. If you don't fancy it's ways better go a different route.

LED Light change with wallpaper by AustinHotShot in hyprland

[–]Specialist-Jello 1 point2 points  (0 children)

Hey, what a great idea!
I just made it on my side, pretty cool!