Compare commits

..

No commits in common. "7901889976184438e4d21ab1185339e06825750e" and "c638da74b3ddb89473c87df272512888e3901cee" have entirely different histories.

5 changed files with 11 additions and 12 deletions

View file

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

View file

@ -33,8 +33,7 @@
"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": {
@ -109,11 +108,10 @@
}, },
"custom/update":{ "custom/update":{
"format": "{} ", "format": "{} ",
"interval": 60, "interval": 600,
"exec": "checkupdates | wc -l", "exec": "checkupdates | wc -l",
"exec-if": "checkupdates; exit 0", "exec-if": "exit 0",
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'; pkill -SIGRTMIN+8 waybar", "on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'"
"signal": 8
}, },
"custom/power":{ "custom/power":{
"format": "⏻", "format": "⏻",

View file

@ -42,8 +42,9 @@ window#waybar {
color: white; color: white;
} }
#custom-power{ #custom-power,
font-size: 18px; #pulseaudio{
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 @DEFAULT_SINK@ +5% command_volume_up = pactl set-sink-volume 0 +5%
repeatable_binding_volume_down = KEY_F2 repeatable_binding_volume_down = KEY_F2
command_volume_down = pactl set-sink-volume @DEFAULT_SINK@ -5% command_volume_down = pactl set-sink-volume 0 -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
" 跨行移动光标 " 跨行移动光标