From d1f9ee5eced0c273de6c598f88ddb0f7b4e54230 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 22 Sep 2024 18:21:13 -0500 Subject: changes --- awesome/bar.lua | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'awesome/bar.lua') 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() -- cgit v1.2.3