set dark mode systemwide

This commit is contained in:
Alexander Bell 2025-05-13 04:12:56 +02:00
parent 943b4819d7
commit 132b9f97a1
2 changed files with 11 additions and 8 deletions

View File

@ -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

View File

@ -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