-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
26 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9 | ||
10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
#ifndef config_h_ | ||
#define config_h_ | ||
|
||
#define LUASTATUS_PLUGINS_DIR "@PLUGINS_DIR@" | ||
#define LUASTATUS_BARLIBS_DIR "@BARLIBS_DIR@" | ||
#define LUASTATUS_VERSION "@luastatus_VERSION@" | ||
#define LUASTATUS_PLUGINS_DIR "@PLUGINS_DIR@" | ||
#define LUASTATUS_LUA_PLUGINS_DIR "@LUA_PLUGINS_DIR@" | ||
#define LUASTATUS_BARLIBS_DIR "@BARLIBS_DIR@" | ||
#define LUASTATUS_VERSION "@luastatus_VERSION@" | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
install (FILES backlight-linux.lua DESTINATION ${PLUGINS_DIR}) | ||
install (FILES backlight-linux.lua DESTINATION ${LUA_PLUGINS_DIR}) | ||
|
||
luastatus_add_man_page (README.rst luastatus-plugin-backlight-linux 7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
install (FILES battery-linux.lua DESTINATION ${PLUGINS_DIR}) | ||
install (FILES battery-linux.lua DESTINATION ${LUA_PLUGINS_DIR}) | ||
|
||
luastatus_add_man_page (README.rst luastatus-plugin-battery-linux 7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
install (FILES cpu-usage-linux.lua DESTINATION ${PLUGINS_DIR}) | ||
install (FILES cpu-usage-linux.lua DESTINATION ${LUA_PLUGINS_DIR}) | ||
|
||
luastatus_add_man_page (README.rst luastatus-plugin-cpu-usage-linux 7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
install (FILES file-contents-linux.lua DESTINATION ${PLUGINS_DIR}) | ||
install (FILES file-contents-linux.lua DESTINATION ${LUA_PLUGINS_DIR}) | ||
|
||
luastatus_add_man_page (README.rst luastatus-plugin-file-contents-linux 7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
install (FILES imap.lua DESTINATION ${PLUGINS_DIR}) | ||
install (FILES imap.lua DESTINATION ${LUA_PLUGINS_DIR}) | ||
|
||
luastatus_add_man_page (README.rst luastatus-plugin-imap 7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
install (FILES mem-usage-linux.lua DESTINATION ${PLUGINS_DIR}) | ||
install (FILES mem-usage-linux.lua DESTINATION ${LUA_PLUGINS_DIR}) | ||
|
||
luastatus_add_man_page (README.rst luastatus-plugin-mem-usage-linux 7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
install (FILES pipe.lua DESTINATION ${PLUGINS_DIR}) | ||
install (FILES pipe.lua DESTINATION ${LUA_PLUGINS_DIR}) | ||
|
||
luastatus_add_man_page (README.rst luastatus-plugin-pipe 7) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters