diff --git a/.bash_profile b/.bash_profile index e66da4d..503d7b1 100644 --- a/.bash_profile +++ b/.bash_profile @@ -4,6 +4,9 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc +# Set default theme to dark +export GTK_THEME=Adwaita:dark && export QT_QPA_PLATFORMTHEME=gtk3 + # Start uwsm, which starts hyprland if uwsm check may-start; then exec uwsm start hyprland.desktop diff --git a/hypr/conf.d/theme.conf b/hypr/conf.d/theme.conf index 666c8cc..e8fcb31 100644 --- a/hypr/conf.d/theme.conf +++ b/hypr/conf.d/theme.conf @@ -26,12 +26,12 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 5 - rounding_power = 5 + rounding = 7 + rounding_power = 7 # Change transparency of focused and unfocused windows - active_opacity = 0.8 - inactive_opacity = 0.8 + active_opacity = 0.85 + inactive_opacity = 0.85 shadow { enabled = true @@ -82,12 +82,12 @@ animations { windowrules { # Make browser not blur and have no gap - windowrule = noblur, class:$browser - windowrule = opaque, class:$browser + #windowrule = noblur, class:$browser + #windowrule = opaque, class:$browser # Make app tooltip and small windows opaque - windowrule = opaque, class=GtkMenu - windowrule = opaque, instance=gtk-tooltip + #windowrule = opaque, class=GtkMenu + #windowrule = opaque, instance=gtk-tooltip # Smart gaps workspace = w[tv1], gapsout:6, gapsin:0