xgit simple git

dotfiles

hedho dotfiles

clone git clone https://kb.hax.al/dotfiles

commit 7d95f2c7621b103e131696b11252e4247fa97447
author: respet <arianitkukaj@gmail.com>
date: 2025-10-18 07:45
parents: 69edf281

Adding dark theme automatically !
Mhypr/hyprland.conf+12-0
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index dccf0ff..a67effa 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -299,6 +299,18 @@ bindl = , XF86AudioPause, exec, playerctl play-pause
 bindl = , XF86AudioPlay, exec, playerctl play-pause
 bindl = , XF86AudioPrev, exec, playerctl previous
 
+# Enabling dark mode for HYPRLAND
+#
+#for libadwaita gtk4 apps you can use this command:
+exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"   # for GTK4 apps
+
+#for gtk3 apps you need to install adw-gtk3 theme (in arch linux sudo pacman -S adw-gtk-theme)
+exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3"   # for GTK3 apps
+
+#for kde apps you need to install: sudo pacman -S qt5ct qt6ct kvantum kvantum breeze-icons   
+#you will need to set dark theme for qt apps from kde more difficult thans with gnome :D:
+env = QT_QPA_PLATFORMTHEME,qt6ct   # for Qt apps# Theme
+
 ##############################
 ### WINDOWS AND WORKSPACES ###
 ##############################