Compare commits
No commits in common. "7901889976184438e4d21ab1185339e06825750e" and "c638da74b3ddb89473c87df272512888e3901cee" have entirely different histories.
7901889976
...
c638da74b3
5 changed files with 11 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
font=Cantarell 10
|
||||
font=sans 10
|
||||
background-color=#ffffffdd
|
||||
text-color=#2c2c2cff
|
||||
border-color=#268bd2AA
|
||||
|
|
|
@ -33,8 +33,7 @@
|
|||
"tpsdig2.exe": "tpsDig",
|
||||
"tpsutil.exe": "tpsUtil",
|
||||
"winclada.exe": "winclada",
|
||||
"wpsoffice": "wps-office2019-wpsmain",
|
||||
"fr.greyc.gmic_qt": "Gimp-2.10"
|
||||
"wpsoffice": "wps-office2019-wpsmain"
|
||||
}
|
||||
},
|
||||
"tray": {
|
||||
|
@ -109,11 +108,10 @@
|
|||
},
|
||||
"custom/update":{
|
||||
"format": "{} ",
|
||||
"interval": 60,
|
||||
"interval": 600,
|
||||
"exec": "checkupdates | wc -l",
|
||||
"exec-if": "checkupdates; exit 0",
|
||||
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'; pkill -SIGRTMIN+8 waybar",
|
||||
"signal": 8
|
||||
"exec-if": "exit 0",
|
||||
"on-click": "tilix -e '/home/guoyi/.config/waybar/update.sh'"
|
||||
},
|
||||
"custom/power":{
|
||||
"format": "⏻",
|
||||
|
|
|
@ -42,8 +42,9 @@ window#waybar {
|
|||
color: white;
|
||||
}
|
||||
|
||||
#custom-power{
|
||||
font-size: 18px;
|
||||
#custom-power,
|
||||
#pulseaudio{
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#custom-update,
|
||||
|
|
|
@ -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 @DEFAULT_SINK@ +5%
|
||||
command_volume_up = pactl set-sink-volume 0 +5%
|
||||
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
|
||||
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ inoremap [ []<LEFT>
|
|||
inoremap { {}<LEFT>
|
||||
inoremap ' ''<LEFT>
|
||||
inoremap " ""<LEFT>
|
||||
" inoremap < <><LEFT>
|
||||
inoremap < <><LEFT>
|
||||
" 鼠标
|
||||
set mouse=a
|
||||
" 跨行移动光标
|
||||
|
|
Loading…
Reference in a new issue