aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-14 22:03:04 -0500
committertdro <tdro@users.noreply.github.com>2020-01-14 22:03:04 -0500
commit971d02b723c94f28c617c7c8347421e554cd7b62 (patch)
treefbb74e5d74e8ff1dc6bfdd9bde0edf58c3b5761d /.config/awesome
parentaa86d9056807920e655ad6ff1937ab40d9f54476 (diff)
downloaddotfiles-971d02b723c94f28c617c7c8347421e554cd7b62.tar.gz
dotfiles-971d02b723c94f28c617c7c8347421e554cd7b62.tar.bz2
dotfiles-971d02b723c94f28c617c7c8347421e554cd7b62.zip
.config/awesome/scripts: Rofi use smaller padding
For smaller screens
Diffstat (limited to '.config/awesome')
-rwxr-xr-x.config/awesome/scripts/app-launcher2
-rwxr-xr-x.config/awesome/scripts/app-launcher-priv2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/scripts/app-launcher b/.config/awesome/scripts/app-launcher
index db3f111..0fa535a 100755
--- a/.config/awesome/scripts/app-launcher
+++ b/.config/awesome/scripts/app-launcher
@@ -2,4 +2,4 @@
. /etc/profile.d/theme.sh
PATH="$PATH:$HOME/.local/bin";
-rofi -fullscreen -show run -display-run "$" -font "ubuntu 12" -padding 300;
+rofi -fullscreen -show run -display-run "$" -font "ubuntu 12" -padding 250;
diff --git a/.config/awesome/scripts/app-launcher-priv b/.config/awesome/scripts/app-launcher-priv
index c6ecf3e..0499c44 100755
--- a/.config/awesome/scripts/app-launcher-priv
+++ b/.config/awesome/scripts/app-launcher-priv
@@ -2,4 +2,4 @@
. /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;
+rofi -fullscreen -show run -display-run "#" -run-command 'gksudo {cmd}' -font "ubuntu 12" -padding 250;