summaryrefslogtreecommitdiff
path: root/awesome/bar.lua
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2024-09-22 18:21:13 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2024-09-22 18:21:13 -0500
commitd1f9ee5eced0c273de6c598f88ddb0f7b4e54230 (patch)
tree453ce00112cc157b1d408631e1cef8cacbe8d2df /awesome/bar.lua
parentaea90790881fb99d4252aab0b35bbce18638614b (diff)
downloaddotconfig-d1f9ee5eced0c273de6c598f88ddb0f7b4e54230.tar.xz
dotconfig-d1f9ee5eced0c273de6c598f88ddb0f7b4e54230.zip
changes
Diffstat (limited to 'awesome/bar.lua')
-rw-r--r--awesome/bar.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/awesome/bar.lua b/awesome/bar.lua
index e9465d3..285ffe6 100644
--- a/awesome/bar.lua
+++ b/awesome/bar.lua
@@ -67,22 +67,6 @@ local tasklist_buttons = gears.table.join(
)
-
---local function set_wallpaper(s)
--- -- Wallpaper
--- if beautiful.wallpaper then
--- local wallpaper = beautiful.wallpaper
--- -- If wallpaper is a function, call it with the screen
--- if type(wallpaper) == "function" then
--- wallpaper = wallpaper(s)
--- end
--- gears.wallpaper.maximized(wallpaper, s, true)
--- end
---end
-
--- Re-set wallpaper when a screen's geometry changes (e.g. different resolution)
---screen.connect_signal("property::geometry", set_wallpaper)
-
awful.screen.connect_for_each_screen(function (s)
awful.tag({"1", "2", "3", "4", "5", "6", "7", "8", "9"}, s, awful.layout.layouts[1])
s.mypromptbox = awful.widget.prompt()