aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-14 01:09:12 -0500
committertdro <tdro@users.noreply.github.com>2020-01-14 01:09:12 -0500
commit56501d067c93cf0f35e98d20a2720a5ca13731ac (patch)
treef3ade697b13d88205f9b06e97b25ac4c060c4663 /.config/awesome
parent7c0021126c10b733de2872e0d9101354999bbf87 (diff)
downloaddotfiles-56501d067c93cf0f35e98d20a2720a5ca13731ac.tar.gz
dotfiles-56501d067c93cf0f35e98d20a2720a5ca13731ac.tar.bz2
dotfiles-56501d067c93cf0f35e98d20a2720a5ca13731ac.zip
.config/awesome/scripts: Source theme exports
For on the fly changes
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/app-launcher1
-rwxr-xr-x.config/awesome/scripts/app-launcher-priv1
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/awesome/scripts/app-launcher b/.config/awesome/scripts/app-launcher
index b893c3b..db3f111 100755
--- a/.config/awesome/scripts/app-launcher
+++ b/.config/awesome/scripts/app-launcher
@@ -1,4 +1,5 @@
#!/bin/sh
+. /etc/profile.d/theme.sh
PATH="$PATH:$HOME/.local/bin";
rofi -fullscreen -show run -display-run "$" -font "ubuntu 12" -padding 300;
diff --git a/.config/awesome/scripts/app-launcher-priv b/.config/awesome/scripts/app-launcher-priv
index f59bd5b..c6ecf3e 100755
--- a/.config/awesome/scripts/app-launcher-priv
+++ b/.config/awesome/scripts/app-launcher-priv
@@ -1,4 +1,5 @@
#!/bin/sh
+. /etc/profile.d/theme.sh
PATH="$PATH:$HOME/.local/bin";
rofi -fullscreen -show run -display-run "#" -run-command 'gksudo {cmd}' -font "ubuntu 12" -padding 300;