补全遗漏的文件

master
yutent 2023-07-12 01:43:56 +00:00
parent 5e5926d6fc
commit 75edcf1460
9 changed files with 20 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

0
home/local/bin/scripts/calendar.sh Normal file → Executable file
View File

0
home/local/bin/scripts/rofi_confirm.sh Normal file → Executable file
View File

0
home/local/bin/scripts/rofi_password.sh Normal file → Executable file
View File

0
home/local/bin/scripts/rofi_powermenu.sh Normal file → Executable file
View File

0
home/local/bin/scripts/run_asroot.sh Normal file → Executable file
View File

0
home/local/bin/scripts/xlock.sh Normal file → Executable file
View File