Homer: Swap bookmarks and work groups.
This commit is contained in:
parent
1f570856ce
commit
91dfde111c
|
@ -27,13 +27,6 @@ let
|
||||||
(mkLink "Router" "fa-route" "https://router.voronind.com")
|
(mkLink "Router" "fa-route" "https://router.voronind.com")
|
||||||
(mkLink "Sync" "fa-sync" "https://sync.voronind.com")
|
(mkLink "Sync" "fa-sync" "https://sync.voronind.com")
|
||||||
])
|
])
|
||||||
(mkGroup "Bookmark" "fa-bookmark" [
|
|
||||||
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
|
||||||
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
|
||||||
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
|
||||||
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
|
||||||
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
|
||||||
])
|
|
||||||
(mkGroup "Work" "fa-briefcase" [
|
(mkGroup "Work" "fa-briefcase" [
|
||||||
(mkLink "Board" "fa-list-check" "https://support.fsight.ru")
|
(mkLink "Board" "fa-list-check" "https://support.fsight.ru")
|
||||||
(mkLink "Chat" "fa-comments" "https://fsmm.fsight.ru/fmp")
|
(mkLink "Chat" "fa-comments" "https://fsmm.fsight.ru/fmp")
|
||||||
|
@ -41,6 +34,13 @@ let
|
||||||
(mkLink "Git" "fab fa-git-alt" "https://git.fmp.fsight.world")
|
(mkLink "Git" "fab fa-git-alt" "https://git.fmp.fsight.world")
|
||||||
(mkLink "Mail" "fa-envelope" "https://mail.fsight.ru")
|
(mkLink "Mail" "fa-envelope" "https://mail.fsight.ru")
|
||||||
])
|
])
|
||||||
|
(mkGroup "Bookmark" "fa-bookmark" [
|
||||||
|
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
||||||
|
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
||||||
|
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
||||||
|
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
||||||
|
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
||||||
|
])
|
||||||
(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