commit 1ff59177180283b80212a0df009613a1eaf5178a
author: respet <arianitkukaj@gmail.com>
date: 2025-10-18 15:38
parents: 8647fdcc
Changes !
| A | fastfetch/config.jsonc | +21 | -0 |
| M | hypr/hyprland.conf | +14 | -3 |
| A | kitty/kitty.conf | +1 | -0 |
diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc new file mode 100644 index 0000000..9b749ad --- /dev/null +++ b/fastfetch/config.jsonc @@ -0,0 +1,21 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/schema.json", + "logo": { + "type": "small", + "padding": { + "top": 2, + "left": 2, + "right": 2 + } + }, + "display": { + "separator": " : " + }, + "modules": [ + "title", + "separator", + "uptime", + "cpu", + "memory" + ] +} diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2cbe3e7..52ad497 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -4,6 +4,17 @@ # EDIT THIS CONFIG ACCORDING TO THE WIKI INSTRUCTIONS. # ####################################################################################### +env = QT_QPA_PLATFORMTHEME,qt6ct +env = QT_QPA_PLATFORM,wayland +#Auto start ppolkit +#exec-once = /usr/lib/polkit-kde-authentication-agent-1 +exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 + +#XDG CONFIG +# ----------------------------------------------------- +# Environment for xdg-desktop-portal-hyprland +# ----------------------------------------------------- +exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Birghtness control self configuration Arianit Kukaj bind = , F5, exec, brightnessctl set 10%+ @@ -302,14 +313,14 @@ 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 +#exec-once = 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 +#exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-dark" # 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 +#env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme # Enable emoji picker mod+period bind = $mainMod, PERIOD, exec, rofimoji diff --git a/kitty/kitty.conf b/kitty/kitty.conf new file mode 100644 index 0000000..fb33c01 --- /dev/null +++ b/kitty/kitty.conf @@ -0,0 +1 @@ +background_opacity 0.4