Added monitor turn off timer

This commit is contained in:
ManOfGoldForever 2026-04-03 11:37:14 -04:00
parent a6b935faba
commit 322dd2d809
4 changed files with 8 additions and 2 deletions

View file

@ -43,7 +43,7 @@ for_window [app_id="otter-launcher"] border pixel 2
# App launchers:
bindsym $mod+b exec $browser
bindsym $mod+e exec $filemanager
bindsym $mod+w exec ~/.config/rofi/wallpaper_selector.sh
# bindsym $mod+w (wallpaper selector removed - using solid color bg)
bindsym $mod+p exec wlogout
bindsym $mod+s exec steam
bindsym $mod+a exec mumble

View file

@ -1,4 +1,7 @@
exec_always autotiling
exec swayidle -w \
timeout 1800 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"'
exec export QT_QPA_PLATFORMTHEME=qt6ct
exec export XDG_CURRENT_DESKTOP=sway
exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway

View file

@ -14,7 +14,7 @@ bar {
position top
workspace_min_width 36
tray_padding 4
status_command while date +'%m/%d/%Y %I:%M %p'; do sleep 30; done
status_command while echo "$(df / --output=pcent | tail -1 | tr -d ' ') $(date +'%m/%d/%Y %I:%M %p')"; do sleep 30; done
colors {
background #141514
statusline #ef934d