From ebd27cd9d043a9b729bde9e72cfc0cf865f83458 Mon Sep 17 00:00:00 2001 From: subh Date: Sat, 28 Mar 2026 09:06:29 +0530 Subject: Added a layout indicator in quickshell, along with a pdf reader named zathura. Also, removed the powerprofiles script --- scripts/power-profiles.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 scripts/power-profiles.sh (limited to 'scripts') diff --git a/scripts/power-profiles.sh b/scripts/power-profiles.sh deleted file mode 100755 index ec6e84e..0000000 --- a/scripts/power-profiles.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -powerprofilesctl | awk '/:$/ {gsub(/[:*]/,""); print $1}' | rofi -dmenu | xargs powerprofilesctl set - -CURRENT_PROFILE="$(powerprofilesctl get)" -notify-send -u normal -i preferences-system-power "Profile Updated" "Current Profile: $CURRENT_PROFILE" -- cgit v1.2.3