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

@ -0,0 +1,3 @@
function pacclear
sudo rm -rf /var/cache/pacman/pkg/download-*
end

View file

@ -43,7 +43,7 @@ for_window [app_id="otter-launcher"] border pixel 2
# App launchers: # App launchers:
bindsym $mod+b exec $browser bindsym $mod+b exec $browser
bindsym $mod+e exec $filemanager 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+p exec wlogout
bindsym $mod+s exec steam bindsym $mod+s exec steam
bindsym $mod+a exec mumble bindsym $mod+a exec mumble

View file

@ -1,4 +1,7 @@
exec_always autotiling 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 QT_QPA_PLATFORMTHEME=qt6ct
exec export XDG_CURRENT_DESKTOP=sway exec export XDG_CURRENT_DESKTOP=sway
exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway

View file

@ -14,7 +14,7 @@ bar {
position top position top
workspace_min_width 36 workspace_min_width 36
tray_padding 4 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 { colors {
background #141514 background #141514
statusline #ef934d statusline #ef934d