summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-11 07:54:38 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-11 07:54:38 +0200
commit4c9aac8f721f3bdfcc7eef565a47c20208c7ab3b (patch)
tree29cb60ad02ffb96ecee26554c73c9cca8a1fc92c
parent9ddc020b330b6b41ad0e57f7a7395a07efa5332d (diff)
rc: drop remnants of menubar use
-rw-r--r--rc.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/rc.lua b/rc.lua
index 7da589a..97e98f6 100644
--- a/rc.lua
+++ b/rc.lua
@@ -8,7 +8,6 @@ local wibox = require("wibox")
local beautiful = require("beautiful")
-- Notification library
local naughty = require("naughty")
-local menubar = require("menubar")
local bindings = require("bindings")
local commondefs = require("commondefs")
@@ -52,10 +51,6 @@ local layouts =
}
-- }}}
--- Menubar configuration
-menubar.utils.terminal = terminal -- Set the terminal for applications that require it
--- }}}
-
-- Panel
-- clock, shared among all screens