Browse Source

Moved items to a custom script

Alois Mahdal 6 years ago
parent
commit
7f2e73392a
1 changed files with 1 additions and 9 deletions
  1. 1
    9
      dotfiles/config/bmo/menu.ini

+ 1
- 9
dotfiles/config/bmo/menu.ini View File

@@ -17,15 +17,7 @@
17 17
     consumer    = xargs -Ipath thunar "path"
18 18
 
19 19
 [menu.def.status]
20
-    item        = iam:UNDOCKING   = bmo iam undocking
21
-    item        = iam:DOCKING     = bmo iam docking
22
-    item        = iam:ZLEEPING    = xfce4-terminal -T 'iam:ZLEEPING' -e 'bmo iam zleeping'
23
-    item        = iam:AFK         = bmo iam afk
24
-    item        = iam:GONE        = bmo iam gone
25
-    item        = iam:BACK        = bmo iam back
26
-    item        = vpn:BRQ         = nmcli connection up ovpn-brq
27
-    item        = shine:LESS      = xbacklight -set 2;   redshift -O 1500
28
-    item        = shine:MORE      = xbacklight -set 100; redshift -x
20
+    generator = dynmenu status
29 21
     selector_args = --split =
30 22
     consumer    = bash -
31 23