Update config
fix placeholder and iconfont for browser
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"format": "{icon} {name}",
|
"format": "{icon} {name}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1:www": "龜", // Icon: firefox-browser
|
"1:www": "", // Icon: firefox-browser
|
||||||
"2:mail": "", // Icon: mail
|
"2:mail": "", // Icon: mail
|
||||||
"3:editor": "", // Icon: code
|
"3:editor": "", // Icon: code
|
||||||
"4:terminals": "", // Icon: terminal
|
"4:terminals": "", // Icon: terminal
|
||||||
@@ -203,22 +203,22 @@
|
|||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/firefox": {
|
"custom/firefox": {
|
||||||
"format": "browser ",
|
"format": " Firefox",
|
||||||
"on-click": "exec firefox",
|
"on-click": "exec firefox",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/terminal": {
|
"custom/terminal": {
|
||||||
"format": "terminal ",
|
"format": " Terminal",
|
||||||
"on-click": "exec alacritty",
|
"on-click": "exec alacritty",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/files": {
|
"custom/files": {
|
||||||
"format": "files ",
|
"format": " Files",
|
||||||
"on-click": "thunar",
|
"on-click": "thunar",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"custom/seperator": {
|
"custom/seperator": {
|
||||||
"format": "|",
|
"format": " ",
|
||||||
|
|
||||||
},
|
},
|
||||||
"custom/launcher": {
|
"custom/launcher": {
|
||||||
|
|||||||
Reference in New Issue
Block a user