Dolphin setup - shell-ninja/hyprconf GitHub Wiki
Theme
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.
Icons
Your favorite icons should be in /usr/share/icons/
directory.
Hyprland Settings
You need to set the environment variable in your hyprland config file:
env = QT_QPA_PLATFORMTHEME,qt6ct
Final Setup
Qt6ct
- Open qt6ct
- Set
Style
toKvantum
- Set the
Color scheme
toKColorScheme
Kvantum
- Open Kvantum
- Head over to
change/delete theme
- Select your installed theme
Dolphin (open applications)
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
menus
inside 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.