forked from QubesOS/qubes-desktop-linux-awesome
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path0005-Add-QubesOS-specific-menu.patch
29 lines (24 loc) · 1.06 KB
/
0005-Add-QubesOS-specific-menu.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 1f26ce8dcb79459914e8ea4fff5ec2a75dfab1f5 Mon Sep 17 00:00:00 2001
From: Bahtiar `kalkin-` Gadimov <[email protected]>
Date: Mon, 18 Sep 2017 15:48:58 +0200
Subject: [PATCH] Add QubesOS specific menu
Signed-off-by: Bahtiar `kalkin-` Gadimov <[email protected]>
---
awesomerc.lua | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/awesomerc.lua b/awesomerc.lua
index d6da869e..a01cdec6 100644
--- a/awesomerc.lua
+++ b/awesomerc.lua
@@ -99,12 +99,9 @@ myawesomemenu = {
{ "quit", function() awesome.quit() end },
}
-mymainmenu = awful.menu({ items = { { "awesome", myawesomemenu, beautiful.awesome_icon },
- { "open terminal", terminal }
- }
- })
+mymainmenu = awful.menu({ items = qubes.make_menu() })
-mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon,
+mylauncher = awful.widget.launcher({ image = '/usr/share/icons/hicolor/16x16/apps/qubes-logo-icon.png',
menu = mymainmenu })
-- Menubar configuration