From 05da0e10926d4ade3b10a55999a0ed1b797caf65 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 14 May 2025 22:50:39 +0530 Subject: added luastatus config --- .xprofile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.xprofile') 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 -- cgit v1.2.3