standardize plugins, update metadata
add about-plugin metadata chmod -x plugins cleanup filenames to standardize on x.plugin.bash format only plugin files intended to be executable from the command line should contain a shebang line, and should be a+x.
This commit is contained in:
4
plugins/available/battery.plugin.bash
Executable file → Normal file
4
plugins/available/battery.plugin.bash
Executable file → Normal file
@@ -1,7 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cite about-plugin
|
||||
about-plugin query and display info about your battery charge level
|
||||
about-plugin display info about your battery charge level
|
||||
|
||||
battery_percentage(){
|
||||
about 'displays battery charge as a percentage of full (100%)'
|
||||
|
||||
Reference in New Issue
Block a user