Some other fixes
This commit is contained in:
parent
517067eb83
commit
5b3e03c776
2 changed files with 10 additions and 10 deletions
|
@ -135,7 +135,7 @@ bindsym XF86MonBrightnessUp exec light -A 10
|
|||
bindsym XF86MonBrightnessDown exec light -U 10
|
||||
|
||||
# Lock
|
||||
bindsym $mod+Shift+o exec swaylock -f -C ~/.config/swaylock/config
|
||||
bindsym XF86Sleep exec swaylock -f -C ~/.config/swaylock/config
|
||||
|
||||
#######
|
||||
## Idle
|
||||
|
|
|
@ -83,20 +83,20 @@
|
|||
// "scroll-step": 1, // %, can be a float
|
||||
"format": "{volume}% {icon}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
"format-muted": " {format_source}",
|
||||
"format-bluetooth-muted": "婢 {icon} {format_source}",
|
||||
"format-muted": "婢 {format_source}",
|
||||
"format-source": "{volume}% ",
|
||||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphones": "",
|
||||
"handsfree": "",
|
||||
"headset": "",
|
||||
"phone": "",
|
||||
"portable": "",
|
||||
"headphones": "",
|
||||
"handsfree": "",
|
||||
"headset": "",
|
||||
"phone": "👇",
|
||||
"portable": "👈",
|
||||
"car": "",
|
||||
"default": ["", "", ""]
|
||||
"default": ["奄", "奔", "墳"]
|
||||
},
|
||||
"on-click": "st -e pulsemixer"
|
||||
"on-click": "alacritty -e pulsemixer"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue