avizo bindings
This commit is contained in:
parent
c45529ee17
commit
9b2d75a42f
3 changed files with 3 additions and 11 deletions
|
@ -49,23 +49,15 @@ class Apps:
|
|||
|
||||
|
||||
class OSD:
|
||||
mute = "swayosd --output-volume mute-toggle"
|
||||
mute = "volumectl %"
|
||||
vol_up = "volumectl -u up"
|
||||
vol_down = "volumectl -u down"
|
||||
# vol_up = "pactl set-sink-volume @DEFAULT_SINK@ +5% && notify-send \"Audio Volume\" \"$(pactl get-sink-volume @DEFAULT_SINK@ | cut -d' ' -f 6)\""
|
||||
# vol_down = "pactl set-sink-volume @DEFAULT_SINK@ -5% && notify-send \"Audio Volume\" \"$(pactl get-sink-volume @DEFAULT_SINK@ | cut -d' ' -f 6)\""
|
||||
# vol_up = "swayosd --output-volume raise"
|
||||
# vol_down = "swayosd --output-volume lower"
|
||||
next = "playerctl next"
|
||||
prev = "playerctl previous"
|
||||
stop = "playerctl stop"
|
||||
play = "playerctl play-pause"
|
||||
brightup = "lightctl up"
|
||||
brightdown = "lightctl down"
|
||||
# brightup = "brightnessctl +5%"
|
||||
# brightdown = "brightnessctl -5%"
|
||||
# brightup = "swayosd --brightness raise"
|
||||
# brightdown = "swayosd --brightness lower"
|
||||
|
||||
|
||||
keys = [
|
||||
|
|
|
@ -96,7 +96,7 @@ in {
|
|||
block-count = 16;
|
||||
block-spacing = 4;
|
||||
block-height = 4;
|
||||
background = lib.strings.concatStrings ["rgba(" "${toString bright.black.r}" " ," "${toString bright.black.g}" " ," "${toString bright.black.b}" " , 0.8)"];
|
||||
background = lib.strings.concatStrings ["rgba(" "${toString bright.black.r}" " ," "${toString bright.black.g}" " ," "${toString bright.black.b}" " , 1.0)"];
|
||||
border-color = lib.strings.concatStrings ["rgba(" "${toString bright.yellow.r}" " ," "${toString bright.yellow.g}" " ," "${toString bright.yellow.b}" " , 1.0)"];
|
||||
bar-fg-color = lib.strings.concatStrings ["rgba(" "${toString bright.yellow.r}" " ," "${toString bright.yellow.g}" " ," "${toString bright.yellow.b}" " , 1.0)"];
|
||||
bar-bg-color = lib.strings.concatStrings ["rgba(" "${toString util.bg.r}" " ," "${toString util.bg.g}" " ," "${toString util.bg.b}" " , 1.0)"];
|
||||
|
|
|
@ -35,7 +35,7 @@ in {
|
|||
[
|
||||
bright.black
|
||||
bright.yellow
|
||||
util.bg
|
||||
bright.black
|
||||
normal.black
|
||||
normal.black
|
||||
normal.black
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue