Added i3 status bar configuration

This commit is contained in:
Wryn Wagner
2021-02-23 18:34:12 -07:00
parent 81ee2bcca4
commit 31747c5d66
2 changed files with 70 additions and 0 deletions

6
setup
View File

@ -109,6 +109,11 @@ function CONFIG__I3() {
echo "linked i3 configuration";
}
function CONFIG__I3STATUS() {
CONFIG__SYMLINK "i3status" "config";
echo "linked i3status configuration";
}
function CONFIG__PGCLI() {
CONFIG__SYMLINK "pgcli" "config";
echo "linked pgcli configuration";
@ -167,6 +172,7 @@ function CONFIG__TERMINFO() {
function CONFIG__SETUP() {
CONFIG__I3;
CONFIG__I3STATUS;
CONFIG__PGCLI;
CONFIG__MSSQLCLI;
CONFIG__COMPTON;