aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-14 22:50:39 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-05-14 22:50:39 +0530
commit05da0e10926d4ade3b10a55999a0ed1b797caf65 (patch)
tree97cf6a33e5ce90d57e6894b748b1e18ad690643e /.xprofile
parentf9c150cf57732bb7b42c6b2a5db70039161f8c6d (diff)
added luastatus configHEADmaster
Diffstat (limited to '.xprofile')
-rwxr-xr-x.xprofile10
1 files changed, 5 insertions, 5 deletions
diff --git a/.xprofile b/.xprofile
index 837554b..24fe3a5 100755
--- a/.xprofile
+++ b/.xprofile
@@ -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