Firefox: Move work-related stuff to Homer.
This commit is contained in:
parent
6f2da669fb
commit
30d0da4a42
|
@ -10,12 +10,8 @@ let
|
||||||
(mkBookmark "Dashboard" "https://home.voronind.com")
|
(mkBookmark "Dashboard" "https://home.voronind.com")
|
||||||
(mkBookmark "Watch" "https://watch.voronind.com")
|
(mkBookmark "Watch" "https://watch.voronind.com")
|
||||||
(mkBookmark "Telegram" "https://web.telegram.org/a")
|
(mkBookmark "Telegram" "https://web.telegram.org/a")
|
||||||
(mkBookmark "WorkChat" "https://fsmm.fsight.ru/fmp")
|
|
||||||
(mkBookmark "Mail" "https://mail.voronind.com")
|
(mkBookmark "Mail" "https://mail.voronind.com")
|
||||||
(mkBookmark "WorkMail" "https://mail.fsight.ru")
|
|
||||||
(mkBookmark "Git" "https://git.voronind.com")
|
(mkBookmark "Git" "https://git.voronind.com")
|
||||||
(mkBookmark "WorkGit" "https://git.fmp.fsight.world")
|
|
||||||
(mkBookmark "WorkBoard" "https://support.fsight.ru")
|
|
||||||
(mkBookmark "Hass" "https://iot.voronind.com")
|
(mkBookmark "Hass" "https://iot.voronind.com")
|
||||||
(mkBookmark "GitHub" "https://github.com/notifications")
|
(mkBookmark "GitHub" "https://github.com/notifications")
|
||||||
];
|
];
|
||||||
|
|
|
@ -34,7 +34,13 @@ let
|
||||||
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
||||||
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
||||||
])
|
])
|
||||||
(mkGroup "Work" "fa-briefcase" [ (mkLink "Cloud" "fa-cloud" "https://cloud.fsight.ru") ])
|
(mkGroup "Work" "fa-briefcase" [
|
||||||
|
(mkLink "Board" "fa-list-check" "https://support.fsight.ru")
|
||||||
|
(mkLink "Chat" "fa-comments" "https://fsmm.fsight.ru/fmp")
|
||||||
|
(mkLink "Cloud" "fa-cloud" "https://cloud.fsight.ru")
|
||||||
|
(mkLink "Git" "fa-git-alt" "https://git.fmp.fsight.world")
|
||||||
|
(mkLink "Mail" "fa-envelope" "https://mail.fsight.ru")
|
||||||
|
])
|
||||||
(mkGroup "Wallpaper" "fa-panorama" (
|
(mkGroup "Wallpaper" "fa-panorama" (
|
||||||
let
|
let
|
||||||
mkVideoLink = name: url: mkLink name "fa-video" url;
|
mkVideoLink = name: url: mkLink name "fa-video" url;
|
||||||
|
|
Loading…
Reference in a new issue