From 5b3e03c776ea2f6317f5a06f63df548c10226b39 Mon Sep 17 00:00:00 2001 From: mokou Date: Sat, 25 Apr 2020 15:02:30 +0200 Subject: [PATCH] Some other fixes --- dot_config/sway/config | 2 +- dot_config/waybar/config | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dot_config/sway/config b/dot_config/sway/config index cf36f31..17bfcb1 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -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 diff --git a/dot_config/waybar/config b/dot_config/waybar/config index 581c1cb..a9d0e3b 100644 --- a/dot_config/waybar/config +++ b/dot_config/waybar/config @@ -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" } }