Browse Source

Backlight selector shows current value. Dialog menus wait for term init.

pull/1/head
Dejvino 3 years ago
parent
commit
03d8dcc333
3 changed files with 9 additions and 9 deletions
  1. +1
    -1
      home/config/waybar/config_0
  2. +1
    -1
      home/config/waybar/config_1
  3. +7
    -7
      usr/local/bin/swayphone_backlightselect

+ 1
- 1
home/config/waybar/config_0 View File

@@ -39,7 +39,7 @@
"format": " {:%e %b %Y}", // Icon: calendar-alt
//"tooltip-format": "{:%e %B %Y}"
"tooltip": true,
"on-click": "termite -e swayphone_menuselect"
"on-click": "termite -e sleep 1; swayphone_menuselect"
},

"battery": {


+ 1
- 1
home/config/waybar/config_1 View File

@@ -134,7 +134,7 @@
"format": "{icon} {percent}% ",
"states": [0,50],
"format-icons": ["", ""],
"on-click": "termite -e swayphone_backlightselect"
"on-click": "termite -e sleep 1; swayphone_backlightselect"
},
"tray": {
"icon-size": 22


+ 7
- 7
usr/local/bin/swayphone_backlightselect View File

@@ -2,14 +2,14 @@

BACKLIGHT=~/.backlight

dialog --menu Backlight 0 0 10 \
dialog --scrollbar --default-item `pptk-backlight get` --menu Backlight 0 0 10 \
10 FULL \
9 . \
8 . \
7 . \
6 . \
5 . \
4 . \
9 :::: \
8 :::. \
7 ::: \
6 ::. \
5 :: \
4 :. \
3 MIN \
2>$BACKLIGHT && pptk-backlight set `cat $BACKLIGHT`


Loading…
Cancel
Save