Added monitor turn off timer
This commit is contained in:
parent
a6b935faba
commit
322dd2d809
4 changed files with 8 additions and 2 deletions
3
themes/base/.config/fish/functions/pacclear.fish
Normal file
3
themes/base/.config/fish/functions/pacclear.fish
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
function pacclear
|
||||||
|
sudo rm -rf /var/cache/pacman/pkg/download-*
|
||||||
|
end
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue