Browse Source

Add items to easily switch to night and day mode

Alois Mahdal 8 years ago
parent
commit
041e3850c9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      dotfiles/bmo/menu.ini

+ 2
- 0
dotfiles/bmo/menu.ini View File

@@ -29,6 +29,8 @@
29 29
     item        = iam:AFK         = bmo iam afk
30 30
     item        = iam:GONE        = bmo iam gone
31 31
     item        = iam:BACK        = bmo iam back
32
+    item        = shine:LESS      = redshift -O 1500; xbacklight -set 2
33
+    item        = shine:MORE      = redshift -x;      xbacklight -set 100
32 34
     select_args = --split =
33 35
     consumer    = bash -
34 36