adding some better rofi usage in plasma
This commit is contained in:
parent
38e0f2f923
commit
c134490230
4 changed files with 25 additions and 0 deletions
3
scripts/rofi-plasma-settings.sh
Executable file
3
scripts/rofi-plasma-settings.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
systemsettings5 --list | rg - | awk '{print $1}' | rofi -dmenu | xargs -r systemsettings5
|
Loading…
Add table
Add a link
Reference in a new issue