Jumat, 31 Oktober 2025

I Found Everything Search Engine Alternative for Linux Users

I Found Everything Search Engine Alternative for Linux Users

A desktop-wide search application can be the key to speeding up your workflow by a significant amount, as anything you might look for will almost be at your fingertips at any given moment.

Today, we'll be looking at a GUI desktop application that does exactly that.

FSearch: Fast, Feature-rich GUI Search App

FSearch is a fast file search application, inspired by Everything Search Engine on Windows.

It works in an efficient way without slowing down your system, giving you results as you type the keywords in. The way it does this is by indexing the files from the directories in advance, updating them at a fixed interval, and storing that information to search through whenever the application is used.

I Found Everything Search Engine Alternative for Linux Users

It is written in C and based on GTK3, which is ideal for GNOME users but might not look as good on Qt based desktop environments like KDE. Let's look at some of the features this utility offers.

Index Inclusion/Exclusion

The first thing that you need to do after installation and the most crucial aspect of all is to specify to the utility what are the directories that you want it to search for anything in. Besides the inclusion category, you can also specify what directories you want excluded from the search. Another extremely helpful option is to exclude the hidden files from being searched which can be the case if you only want to search the files as you see them on your file explorer.

I Found Everything Search Engine Alternative for Linux Users

Besides that, you can also configure how often the database needs to be refreshed and updated. This will depend on how often the relevant files on your system change, and hence should be your own choice.

Wildcard and RegEx Support

The search input supports the wildcard mode by default, which are often used for specifications on the command line. For example, if I want to search for all files that contain "Black" in the name, I can give the input as such:

I Found Everything Search Engine Alternative for Linux Users

Here, "*" essentially means everything. So any files with anything at all before and after the word "Black" will be listed. There are many more wildcards like this such as "?" for one missing character, and "[ ]" specifying ranges. You can read more about them here.

The other option is to specify the search results by the RegEx formatting, which is a different style in itself. It can be activated using Ctrl+R, and switched by the same.

Fast Sort

You can quickly sort out the results based on name, path, size or last modification date right from the interface, as the results are shown with these details present. All it takes is one click on the right detail header (or two clicks if you want them in a descending instead of an ascending order).

Filetype Filter

The searched files can be of different categories defined in the utility itself, which are defined by the extensions of the files that the results yield. There is a button on the right of the search bar where the search results category can be specified, the default being "All". The categories are:

  • All
  • Files
  • Folders
  • Applications (such as .desktop)
  • Archives (such as .7z, .gzip, .bz)
  • Audio (such as .mp3, .aac, .flac)
  • Documents (such as .doc, .csv, .html)
  • Pictures (such as .png, .jpg, .webp)
  • Videos (such as .mp4, .mkv, .avi)

The excellent feature is that these categories and their list of extensions are modifiable. You can add or change any of the options if it doesn't fit your needs well.

I Found Everything Search Engine Alternative for Linux Users

Search in Specific Path

Another interestingly important search option is to also search in the path of the filenames. This becomes relevant when you remember the approximate location of the file or part of the path or something as such. It seems like a minor detail but can be a real savior when the appropriate time arises. An example of it can be this:

I Found Everything Search Engine Alternative for Linux Users

This mode can be activated using the keyboard shortcut Ctrl+U.

Other Features

There are other minor features that help in the customization, such as toggling the case sensitivity of the search terms (which can also be done with the Ctrl+I keyboard shortcut), single-clicking to open files, pressing Esc to exit, remembering window size on closing, etc.

Installing FSearch on Linux

FSearch is available on various distributions in multiple different ways. First, to cover the distro-independent option, Flatpak. FSearch exists on Flathub and can be installed with a simple search on any distribution where Flathub is enabled internally in the app store such as Fedora. If not from the store, you can find the .flatpakref file here and (considering it is downloaded in the Downloads folder) install it with:

sudo flatpak install io.github.cboxdoerfer.FSearch.flatpakref

On Ubuntu based distributions, there are two options, a stable release and a daily one. To add the repository the stable version, enter this command:

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-stable

Whereas for the daily release:

sudo add-apt-repository ppa:christian-boxdoerfer/fsearch-daily

In either case, then enter the following commands after to install the application:

sudo apt update
sudo apt install fsearch

On Arch-based distributions, use the following command:

sudo pacman -S fsearch

On Fedora, the installation can be done by entering:

dnf copr enable cboxdoerfer/fsearch
dnf install fsearch

If none of these apply, you can always install from source or find instructions on the official website.

Final Thoughts

FSearch does what it claims to do without exceptions and hurdles. It is very fast, not very taxing on the hardware, has very sensible configuration options, and looks pretty good while doing its job. A huge recommendation from my side would be to add a keyboard shortcut to open FSearch (the process will depend on your distribution), something very accessible like Shift+S perhaps to easily open the utility and use it immediately.

I know that for many Linux users, nothing replaces the find command clubbed with xargs and exec but still, not all desktop Linux users are command line ninjas. That's why desktop search apps like FSearch, ANGRYsearch and SearchMonkey exist. Nautilus' built-in file search works well, too.

Mastering Nautilus File Search in Linux Desktop
Become a pro finder with these handy tips to improve your file search experience with GNOME’s Nautilus file search.
I Found Everything Search Engine Alternative for Linux Users

Please let us know in the comments if this is an application you'd like to use, or if you have any other preferences. Cheers!



from It's FOSS https://ift.tt/qbYFcax
via IFTTT

Kamis, 30 Oktober 2025

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]

Halloween is here. Some people carve pumpkins, I crafted a special set up for my Arch Linux 🎃

0:00
/0:30

In this tutorial, I'll share with you all the steps I took to give a Halloween-inspired dark, spooky makeover with Hyprland. Since it is Hyprland, you can relatively easily replicate the setup by getting the dot files from our GitHub repository.

🚧
This specific setup was done with Hyprland window compositor on top of Arch Linux. If you are not using Hyprland and still want to try it, I advise installing Arch Linux in a virtual machine.

If videos are your thing, you can watch all the steps in action in this video on our YouTube channel.

Step 1: Install Hyprland and necessary packages

First, install all the essential Hyprland packages to get the system up and running:

sudo pacman -S hyprland xdg-desktop-portal-hyprland hyprpolkitagent kitty

The above will install Hyprland and necessary packages. Now, install other utility packages.

sudo pacman -S hyprpaper hyprpicker hyprlock waybar wofi dunst fastfetch bat eza starship nautilus

What do these packages do? Well, here are some info:

  • hyprpaper: Hyprland Wallpaper utility
  • hyprpicker: Color picker
  • hyprlock: Lock screen utility
  • waybar: Waybar is a Wayland panel
  • wofi: Rofi launcher alternative, but for Wayland. Rofi can be used. In fact, we have some preset config for Rofi in our GitHub repository. But Wofi was selected for this video.
  • dunst: Notification daemon.
  • fastfetch: fastfetch is a system information display utility.
  • bat: Modern alternative for cat command.
  • eza: Modern ls command alternative
  • starship: Starship is a prompt customization tool.
  • nautilus: Nautilus is the file manager from GNOME.

Step 2: Install and enable display manager

You need a display manager to login to the system. We use SDDM display manager. GDM also works fine with Hyprland.

sudo pacman -S sddm

Once SDDM package is installed, enable the display manager on boot time.

sudo systemctl enable sddm.service
Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Enable SDDM


Now, reboot the system. When login prompt appears, login to the system.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Login to Hyprland

Step 3: Install other utility packages

Once essential Hyprland packages are installed and you are logged in, open a terminal in Hyprland using Super + Q. Now install Firefox browser using:

sudo pacman -S firefox

It's time to install theme packages. Hyprland is not a desktop environment in the sense of what GNOME or KDE is. Yet you may still use some apps developed for GNOME (GTK apps) or Qt apps.

To theme, you need to install theme managers for respective system:

  • nwg-look: To apply theme to GTK apps.
  • qt5ct: To apply theme to Qt5 apps.

Install these packages using the command:

sudo pacman -S qt5ct nwg-look
🚧
If you are using a minimal installation of Arch Linux, you may need to install an editor like nano to edit file in terminal.

Step 4: Change the monitor settings

In most cases, Hyprland should recognize the monitor and load accordingly. But in case you are running it in a VM, it will not set the display size properly.

Even though we give full configuration at a later stage, if you want to fix the monitor, use the command:

monitor=<Monitor-name>,1920x1080,auto,auto
Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Monitor settings

It is important to get the name of the monitor. Use this command:

hyprctl monitors

Remember the name of your monitor.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Get monitor name

Step 5: Download our custom Hyprland dot files

Go to It's FOSS GitHub page and download the text-script-files repository.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Download config files

You can also clone the repo, if you want using the command:

git clone https://github.com/itsfoss/text-script-files.git

But the above needs git installed.

If you have downloaded the zip file, extract the archive file. Inside that, you will find a directory config/halloween-hyprland. This is what we need in this article.

Step 6: Copy wallpaper to directory

Copy the images in the wallpapers folder to a directory called ~/Pictures/Wallpapers. Create it if it does not exist, of course.

mkdir -p ~/Pictures/Wallpapers
Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Copy wallpapers

Step 7: Download GTK theme, icons and fonts

Download the Everforest GTK theme dark borderless macOS buttons.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Download GTK theme

Download Dominus Funeral icon theme dark style.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Download Icon theme

Download the "Creepster" font from Google Fonts website.

Next, create ~/.themes, ~/.icons, and ~/.fonts respectively:

mkdir -p ~/.themes ~/.icons ~/.fonts

And we need to paste theme, icon, and font files in their respective locations:

  • Extract the "Creepster" font file and place it at ~/.fonts.
  • Extract the theme file and paste it at ~/.themes.
  • Extract the icon file and paste it at ~/.icons
Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Paste thems, icons, and fonts

Step 8: Install other nerd fonts

Install Nerd fonts like:

If you are in Arch Linux, open a terminal and run the command:

sudo pacman -S ttf-firacode-nerd ttf-cascadia-code-nerd ttf-cascadia-mono-nerd woff2-font-awesome ttf-jetbrains-mono

Step 9: Verify Waybar and Hyprland config

Open the config.jsonc file on the downloaded directory and replace any occurrence of Virtual-1 with your monitor name.

For GNOME Box VM, it is Virtual-1. On my main system, I have two monitors connected. So, the names for my monitors are HDMI-A-1 and HDMI-A-2. Note the name of the monitors as we saw in Step 4:

hyprctl monitors

Now in the Waybar config, change the monitor name from Virtual-1 to the name of your monitor. Change all such occurrences.

📋
You can use any editor's find and replace feature. Find complete word Virtual-1 and replace it with your monitor name. If you are using nano, follow this guide to learn search and replace in nano editor.

Also, take a look at the panel item. If you see any item that is not needed in the panel, you can remove it from the [modules-<position>] part.

👉 Similarly, open the hyprland config in the downloaded directory. Change all reference to Virtual-1 to your monitor name. Similarly, replace monitor name in the hyprlock and hyprpaper config files.

Step 10: Copy and paste config files

Copy the following directories (in the downloaded GitHub files) and paste it to the ~/.config folder.

  • waybar: Waybar panel configs and styles.
  • wofi: Application launcher config
  • dunst: Customized dunst notification system.
  • starship.toml: Customized starship prompt.

If you are using a GUI file manager, copy all file/folders except hypr, wallpaper, and README.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Copy except hypr and wallpaper

Step 11: Replace Hyprland config

We did not copy hypr folder, because there is already a folder called hypr in every Hyprland system, which contains the minimal config.

I don't want to make it vanish. Instead, keep it as a backup.

cp ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf.bak

Now, exchange the content of the hyprland.conf in your system with the customized content. Luckily, the mv command has a convenient option called -exchange.

mv --exchange ~/.config/hypr/hyprland.conf /path/to/new/hyprland/config
🚧
What the above command does is swap the contents of your default hyprland config with the one we created.
Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Backup and replace Hyprland config

Step 12: Paste hyprlock and hyprpaper configs

Now, copy the hyprlock.conf and hyprpaper.conf file to ~/.config/hypr directory.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Copy hyprlock and hyprpaper config files

Step 13: Change themes

Open the NWG-Look app and set the GTK theme and font (Creepster font) for GTK apps:

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Set GTK Theme and font

Now, change icon theme:

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Set icon theme for GTK apps

This app automatically adds necessary file links in the ~/.config/gtk-4.0. Thanks to this feature, you don't need to apply theme manually to the GTK4 apps.

Open the Qt5ct app and change the theme to darker.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Apply Qt Darker theme

Now, apply icon theme:

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Qt icon theme

And change the normal font to "Creepster":

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Qt font style

Step 14: Set Starship and aliases

First, paste some cool command aliases for the normal ls and cat command, using the modern alternatives eza and bat respectively. This is optional, of course.

Open ~/.bashrc in any editor and paste these lines at the bottom of this file:

alias ls='eza -lG --color always --icons'
alias la='eza -alG --color always --icons'
alias cat='bat --color always --theme="Dracula"'

Now, to enable Starship prompt, paste the starship eval line to the ~/.bashrc and source the config.

Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Edit bashrc
eval "$(starship init bash)"

source ~/.bashrc
Here's How You Can Customize Linux Desktop for Halloween [Dot Files Included]
Customized starship prompt

Once all this is done, restart the system, and log back in to see the Halloween themed Hyprland.

Hyprland Halloween Makeover

Enjoy the spooky Hyprland set up. Happy Halloween 🎃



from It's FOSS https://ift.tt/5sXySTp
via IFTTT

Rabu, 29 Oktober 2025

FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

It's Halloween so time to talk spooky stuff 👻

If solving Linux mysteries sounds thrilling, SadServers will be your new haunted playground. I came across this online platform that gives you real, misconfigured servers to fix and real-world inspired situations to deal with. This is perfect for sharpening your troubleshooting skills, specially in the Halloween season 🎃

What LeetCode? I Found This Platform to Practice Linux Troubleshooting Skills
Move over theory and practice your Linux and DevOps skills by solving various challenges on this innovative platform. A good way to prepare for job interviews.
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

💬 Let's see what else you get in this edition:

  • A new KDE Plasma and Fedora 43 release.
  • An Austrian ministry kicking out Microsoft.
  • Ubuntu 25.10 users encountering another bug.
  • App that gives you Pomodoro with task management.
  • And other Linux news, tips, and, of course, memes!
  • This edition of FOSS Weekly is supported by Proton Mail.
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

Ghosts aren’t the only ones watching 👀 — Big Tech is too. Protect your inbox from creepy trackers and invisible eyes with Proton Mail, the privacy-first, end-to-end encrypted email trusted by millions. Make the switch today and exorcize your inbox demons. 🕸️💌

Switch to Proton Mail

📰 Linux and Open Source News

Fedora 43 is Out with Wayland-Only Desktop, GNOME 49, and Linux 6.17
RPM 6.0 security upgrades, X11 removal from Workstation, and many other changes.
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

🧠 What We’re Thinking About

Austria's BMWET has moved away from Microsoft in a well-organized migration to Nextcloud.

Good News! Austrian Ministry Kicks Out Microsoft in Favor of Nextcloud
The BMWET migrates 1,200 employees to sovereign cloud in just four months.
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

🧮 Linux Tips, Tutorials, and Learnings

Ghostty is loaded with functionality; join me as I explore some of them.

Forks happen when freedom matters more than control.

Community Strikes Back: 12 Open Source Projects Born from Resistance
From BSL license changes to abandoned codebases, see how the open source community struck back with powerful forks and fresh alternatives.
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

Don't forget to utilize templates feature in LibreOffice and save some time.

Comparing two of the best open source but mainstream password managers.

Bitwarden vs. Proton Pass: What’s The Best Password Manager?
What is your favorite open-source password manager?
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

👷 AI, Homelab and Hardware Corner

Discover what’s next for tinkerers in the post-Qualcomm world.

Arduino Alternative Microcontroller Boards for Your DIY Projects in the Post-Qualcomm Era
If Arduino being acquired puts a bad taste in your mouth, or even if you just want to explore what the alternatives offer, this article is for you.
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

TerraMaster has launched two flagship-class hybrid NAS devices that pack a punch.

🛍️ Deals You Should Not Miss

The 16-book library also includes just-released editions of The Official Raspberry Pi Handbook 2026, Book of Making 2026, and much more! Whether you’re just getting into coding or want to deepen your knowledge about something more specific, this pay-what-you-want bundle has everything you need. And you support Raspberry Pi Foundation North America with your purchase!

Humble Tech Book Bundle: All Things Raspberry Pi by Raspberry Pi Press
Learn the ins and outs of computer coding with this library from Raspberry Pi! Pay what you want and support the charity of your choice!
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

✨ Project Highlights

An in-depth look at a super cool Pomodoro app for Linux.

Pomodoro With Super Powers: This Linux App Will Boost Your Productivity
Pomodoro combined with task management and website blocking. This is an excellent tool for productivity seekers but there are some quirks worth noticing.
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

📽️ Videos I Am Creating for You

Giving a dark, menacing but fun Halloween makeover to my Arch Linux system.

Linux is the most used operating system in the world. but on servers. Linux on desktop is often ignored. That's why It's FOSS made it a mission to write helpful tutorials and guides to help use Linux on their personal computer.

We do it all for free. No venture capitalist funds us. But you know who does? Readers like you. Yes, we are an independent, reader supported publication helping Linux users worldwide with timely news coverage, in-depth guides and tutorials.

If you believe in our work, please support us by getting a Plus membership. It costs just $3 a month or $99 for a lifetime subscription.

Join It's FOSS Plus

💡 Quick Handy Tip

In GNOME desktop, you can use the ArcMenu extension for a heavily customizable panel app menu. For instance, you can get 20+ menu layouts by going to Menu → Menu Layout → Pick a layout of your choice.

FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

🎋 Fun in the FOSSverse

We have got a spooky crossword this time around. Can you identify all the FOSS ghosts?

Ghosts of Open Source [Halloween Special Crossword]
A spooky crossword challenge for true FOSS enthusiasts!
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

Actually, there is a whole bunch of Halloween themed puzzles and quizzes for you to enjoy 😄🎃

🤣 Meme of the Week: Yeah, my Windows partition feels left out.

FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

🗓️ Tech Trivia: On October 30, 2000, the last Multics system was shut down at the Canadian Department of National Defence in Halifax. Multics was a groundbreaking time-sharing operating system that inspired Unix and introduced ideas like hierarchical file systems, dynamic linking, and security rings that shaped modern computing.

🧑‍🤝‍🧑 From the Community: Pro FOSSer Neville has shared a fascinating take on arithmetic.

Arithmetic and our Sharing Culture
We al learn to do division “If there are 6 cakes and 3 children, how many cakes does each child get” Division is about sharing But it does not always work “It there are 2 sharks and 8 people in a pool, how many people does each shark get?” Division can not answer that question. Because that example is not about sharing , it is about competition Whether division works depends on what are called the “Rules of Engagement” We all learnt to multiply “If 10 children each bring 2 apples, how m…
FOSS Weekly #25.44: KDE Plasma 6.5 and Fedora 43 Released, Ghostty Terminal, Nextcloud Over Microsoft and Productivity App for Linux

❤️ With love

Please share it with your Linux-using friends and encourage them to subscribe (hint: it's here).

Share the articles in Linux Subreddits and community forums.

Follow us on Google News and stay updated in your News feed.

Opt for It's FOSS Plus membership and support us 🙏

Enjoy FOSS 😄



from It's FOSS https://ift.tt/1O5b7io
via IFTTT