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 background-color=#ffffffdd
text-color=#2c2c2cff text-color=#2c2c2cff
border-color=#268bd2AA border-color=#268bd2AA

View File

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

View File

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

View File

@ -175,9 +175,9 @@ command_screencast_stop = killall -INT wf-recorder
## Volume controls alias-utils ## Volume controls alias-utils
repeatable_binding_volume_up = KEY_F3 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 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 binding_mute = KEY_F1
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle 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> inoremap " ""<LEFT>
inoremap < <><LEFT> " inoremap < <><LEFT>
" 鼠标 " 鼠标
set mouse=a set mouse=a
" 跨行移动光标 " 跨行移动光标