summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorsubh <subh@subh.space>2026-03-28 09:06:29 +0530
committersubh <subh@subh.space>2026-03-28 09:06:29 +0530
commitebd27cd9d043a9b729bde9e72cfc0cf865f83458 (patch)
treeeba939aed78230b52d2e219ac1a2a29e24ebc523 /scripts
parent53c9d8dc80e7fb9b714fbbe050b9e0caff7f5cf8 (diff)
Added a layout indicator in quickshell, along with a pdf reader named zathura. Also, removed the powerprofiles script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/power-profiles.sh6
1 files changed, 0 insertions, 6 deletions
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"