wip waybar and swaync updates
This commit is contained in:
parent
d1053b6282
commit
69de4ca87b
11 changed files with 124 additions and 15 deletions
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
if [ "$(powerprofilesctl get)" = "performance" ]; then
|
||||
powerprofilesctl set balanced
|
||||
else
|
||||
powerprofilesctl set performance
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue