From 3e8c67be91d4b8043198f1e9216593f18a680db5 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Thu, 16 Dec 2021 21:38:44 +0200 Subject: [PATCH] I am bad at coding --- bin/power_saving_mode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/power_saving_mode b/bin/power_saving_mode index b8b6150..3db49fd 100644 --- a/bin/power_saving_mode +++ b/bin/power_saving_mode @@ -28,7 +28,7 @@ then sleep .2 picom -b # Done - sudo -u nick DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus notify-send "Power Saving Mode is now in> + sudo -u nick DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus notify-send "Power Saving Mode is now inactive" else # Set CPU scaling governor for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; @@ -55,5 +55,5 @@ else sleep .2 picom -b # Done - sudo -u nick DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus notify-send "Power Saving Mode is now act> + sudo -u nick DISPLAY=:0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus notify-send "Power Saving Mode is now active" fi \ No newline at end of file