aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorBlista Kanjo2022-07-04 09:14:31 -0400
committerBlista Kanjo2022-07-04 09:14:31 -0400
commitd40d2d01f5bad6b34537cd7e0e5017f4d6528557 (patch)
tree86825c7a66d2b81e4c1c014b925b080fa05c39c2 /awesome
parentdfb34ddcf20694702736cfe2455c79f2866a89df (diff)
removed arch logo for a cleaner look
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 94a3f57..06ec074 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -158,7 +158,7 @@ awful.screen.connect_for_each_screen(function(s)
set_wallpaper(s)
-- Each screen has its own tag table.
- awful.tag({ "1", "2", "3", "4", "5", "6", "7", "8", "9" }, s, awful.layout.layouts[1])
+ awful.tag({ " 1 ", " 2 ", " 3 ", " 4 ", " 5 ", " 6 ", " 7 ", " 8 ", " 9 " }, s, awful.layout.layouts[1])
-- Create a promptbox for each screen
s.mypromptbox = awful.widget.prompt()
@@ -192,7 +192,7 @@ awful.screen.connect_for_each_screen(function(s)
layout = wibox.layout.align.horizontal,
{ -- Left widgets
layout = wibox.layout.fixed.horizontal,
- mylauncher,
+ -- mylauncher,
s.mytaglist,
s.mypromptbox,
},