补全遗漏的文件
parent
5e5926d6fc
commit
75edcf1460
|
@ -12,7 +12,7 @@ include-file = ./modules.ini
|
|||
[bar/main]
|
||||
monitor-strict = true
|
||||
|
||||
override-redirect = true
|
||||
;override-redirect = true
|
||||
owm-restack = bspwm
|
||||
|
||||
;locale = zh_CN.UTF-8
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
if bluetoothctl show | grep -q "Powered: yes"; then
|
||||
|
||||
if bluetoothctl info | grep -q "Connected: yes"; then
|
||||
if bluetoothctl info | grep -q "Icon: audio-headphones"; then
|
||||
echo ""
|
||||
else
|
||||
echo ""
|
||||
fi
|
||||
else
|
||||
echo ""
|
||||
fi
|
||||
else
|
||||
echo ""
|
||||
fi
|
|
@ -37,7 +37,7 @@ super + shift + k
|
|||
|
||||
# 电源快捷键
|
||||
ctrl + alt + shift + Escape
|
||||
.local/bin/scripts/rofi_powermenu.sh
|
||||
~/.local/bin/scripts/rofi_powermenu.sh
|
||||
|
||||
# --------------- end --------------------
|
||||
|
||||
|
@ -57,7 +57,7 @@ F11
|
|||
|
||||
# 锁屏
|
||||
ctrl + alt + q
|
||||
.local/bin/scripts/xlock.sh --lock
|
||||
~/.local/bin/scripts/xlock.sh --lock
|
||||
|
||||
# 将窗口在浮动和平铺中切换
|
||||
shift + super + space
|
||||
|
|
Loading…
Reference in New Issue