set dark mode systemwide
This commit is contained in:
parent
943b4819d7
commit
132b9f97a1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user