.dotfiles/.config/hypr/workflows/powersaver.conf
2026-01-18 21:08:16 -07:00

39 lines
969 B
Plaintext

# // █▀█ █▀█ █░█░█ █▀▀ █▀█ █▀ ▄▀█ █░█ █▀▀ █▀█
# // █▀▀ █▄█ ▀▄▀▄▀ ██▄ █▀▄ ▄█ █▀█ ▀▄▀ ██▄ █▀▄
$WORKFLOW_ICON=
$WORKFLOW_DESCRIPTION = Saves as much power as possible by disabling all animations and effects, but preserving readability
decoration {
shadow {
enabled = 0
}
blur {
enabled = 0
xray = 1
}
rounding = 0
active_opacity = 1
inactive_opacity = 1
fullscreen_opacity = 1
}
general {
gaps_in = 0
gaps_out = 0
border_size = 1
}
animations:enabled = 0
misc:vfr = true
windowrule = opaque true,match:class (.*) # ensure all windows are opaque
layerrule {
name = workflows_powersaver
no_anim = true
blur = false
match:namespace = ^(rofi|notifications|swaync-(notification-window|control-center)|logout_dialog|waybar)$
}