Update config

fix placeholder and iconfont for browser
This commit is contained in:
Johannes Kamprad
2021-01-19 21:38:52 +01:00
committed by GitHub
parent 823b273e52
commit 08f90df453

View File

@@ -145,7 +145,7 @@
"disable-scroll": true,
"format": "{icon} {name}",
"format-icons": {
"1:www": "", // Icon: firefox-browser
"1:www": "", // Icon: firefox-browser
"2:mail": "", // Icon: mail
"3:editor": "", // Icon: code
"4:terminals": "", // Icon: terminal
@@ -203,22 +203,22 @@
"tooltip": false
},
"custom/firefox": {
"format": "browser ",
"format": " Firefox",
"on-click": "exec firefox",
"tooltip": false
},
"custom/terminal": {
"format": "terminal",
"format": " Terminal",
"on-click": "exec alacritty",
"tooltip": false
},
"custom/files": {
"format": "files",
"format": " Files",
"on-click": "thunar",
"tooltip": false
},
"custom/seperator": {
"format": "|",
"format": " ",
},
"custom/launcher": {