Compare commits

...

4 Commits

5 changed files with 12 additions and 11 deletions

View File

@ -1,4 +1,4 @@
font=sans 10
font=Cantarell 10
background-color=#ffffffdd
text-color=#2c2c2cff
border-color=#268bd2AA

View File

@ -33,7 +33,8 @@
"tpsdig2.exe": "tpsDig",
"tpsutil.exe": "tpsUtil",
"winclada.exe": "winclada",
"wpsoffice": "wps-office2019-wpsmain"
"wpsoffice": "wps-office2019-wpsmain",
"fr.greyc.gmic_qt": "Gimp-2.10"
}
},
"tray": {
@ -108,10 +109,11 @@
},
"custom/update":{
"format": "{} ",
"interval": 600,
"interval": 60,
"exec": "checkupdates | wc -l",
"exec-if": "exit 0",
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'"
"exec-if": "checkupdates; exit 0",
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'; pkill -SIGRTMIN+8 waybar",
"signal": 8
},
"custom/power":{
"format": "⏻",

View File

@ -42,9 +42,8 @@ window#waybar {
color: white;
}
#custom-power,
#pulseaudio{
font-size: 20px;
#custom-power{
font-size: 18px;
}
#custom-update,

View File

@ -175,9 +175,9 @@ command_screencast_stop = killall -INT wf-recorder
## Volume controls alias-utils
repeatable_binding_volume_up = KEY_F3
command_volume_up = pactl set-sink-volume 0 +5%
command_volume_up = pactl set-sink-volume @DEFAULT_SINK@ +5%
repeatable_binding_volume_down = KEY_F2
command_volume_down = pactl set-sink-volume 0 -5%
command_volume_down = pactl set-sink-volume @DEFAULT_SINK@ -5%
binding_mute = KEY_F1
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle

View File

@ -36,7 +36,7 @@ inoremap [ []<LEFT>
inoremap { {}<LEFT>
inoremap ' ''<LEFT>
inoremap " ""<LEFT>
inoremap < <><LEFT>
" inoremap < <><LEFT>
" 鼠标
set mouse=a
" 跨行移动光标