diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-14 22:50:39 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2025-05-14 22:50:39 +0530 |
commit | 05da0e10926d4ade3b10a55999a0ed1b797caf65 (patch) | |
tree | 97cf6a33e5ce90d57e6894b748b1e18ad690643e /.xprofile | |
parent | f9c150cf57732bb7b42c6b2a5db70039161f8c6d (diff) |
Diffstat (limited to '.xprofile')
-rwxr-xr-x | .xprofile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -16,8 +16,8 @@ nitrogen --restore & # so i know it's turned on without opening the lid brightnessctl --device hp::hddprotect set 100% -# autostart apps only for XMonad if [[ "$DESKTOP_SESSION" = "dwm" ]]; then + luastatus-dwm & # screensetup.sh & # autostart apps @@ -31,8 +31,8 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then # blueman-applet & # flameshot & - while :; do - xsetroot -name "BAT: $(acpi | awk '{print $4}' | sed s/,//) | $(date '+%Y-%m-%d %H:%M:%S')" - sleep 1 - done & + # while :; do + # xsetroot -name "BAT: $(acpi | awk '{print $4}' | sed s/,//) | $(date '+%Y-%m-%d %H:%M:%S')" + # sleep 1 + # done & fi |