diff --git a/themes/base/.config/fish/functions/pacclear.fish b/themes/base/.config/fish/functions/pacclear.fish new file mode 100644 index 0000000..681e2e0 --- /dev/null +++ b/themes/base/.config/fish/functions/pacclear.fish @@ -0,0 +1,3 @@ +function pacclear + sudo rm -rf /var/cache/pacman/pkg/download-* +end diff --git a/themes/hacker/.config/sway/config b/themes/hacker/.config/sway/config index da9f7b8..00c80aa 100644 --- a/themes/hacker/.config/sway/config +++ b/themes/hacker/.config/sway/config @@ -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 diff --git a/themes/hacker/.config/sway/exec b/themes/hacker/.config/sway/exec index 3f9253c..b7a53fb 100644 --- a/themes/hacker/.config/sway/exec +++ b/themes/hacker/.config/sway/exec @@ -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 diff --git a/themes/hacker/.config/sway/theme b/themes/hacker/.config/sway/theme index 163829a..90657b0 100644 --- a/themes/hacker/.config/sway/theme +++ b/themes/hacker/.config/sway/theme @@ -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