-
Notifications
You must be signed in to change notification settings - Fork 19
Dolphin setup
Shell Ninja edited this page Jul 29, 2025
·
2 revisions
To set up themes in Dolphin file manager, you need Kvantum and qt6ct. Put your favorite Kvantum theme inside the ~/.config/kvantum/ directory.
Note
Install the qt6ct-kde package.
Your favorite icons should be in /usr/share/icons/ directory.
You need to set the environment variable in your hyprland config file:
env = QT_QPA_PLATFORMTHEME,qt6ct
- Open qt6ct
- Set
StyletoKvantum - Set the
Color schemetoKColorScheme
- Open Kvantum
- Head over to
change/delete theme - Select your installed theme
It is a solution for asking to choose program to open any file from Dolphin. You just need to follow 2 steps.
- Make directory named
menusinside your ~/.config directory.
mkdir -p ~/.config/menus
- Now run this command to set applications menu.
sudo cp /etc/xdg/menus/plasma-applications.menu ~/.config/menus/applications.menu
- Now remove cache
rm -rf .cache/ksycoca6*
Open Dolphin and hopefully you are good to go.