├── .gitignore ├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── README.zh-CN.md ├── demo ├── indent-line.png ├── jelly-cursor.gif ├── sort-tab-ui.png └── type-animation.png ├── holo-layer-epc.el ├── holo-layer.el ├── holo_layer.py ├── icon_cache ├── application-gzip.png ├── application-javascript.png ├── application-json.png ├── application-octet-stream.png ├── application-pdf.png ├── application-vnd.dart.png ├── application-x-core.png ├── browser.png ├── camera.png ├── directory.png ├── git.png ├── image-jpeg.png ├── image-png.png ├── image-svg+xml.png ├── inode-directory.png ├── map.png ├── music-player.png ├── rss-reader.png ├── terminal.png ├── text-html.png ├── text-javascript.png ├── text-markdown.png ├── text-org.png ├── text-plain.png ├── text-rust.png ├── text-x-chdr.png ├── text-x-csrc.png ├── text-x-emacs-lisp.png ├── text-x-go.png ├── text-x-haskell.png ├── text-x-makefile.png ├── text-x-python.png ├── text-x-python3.png ├── text-x-readme.png └── video-x-msvideo.png ├── plugin ├── cursor_animation.py ├── indent_line.py ├── place_info.py ├── pystardict.py ├── sort_tab.py ├── type_animation.py ├── window_border.py ├── window_number.py └── window_screenshot.py ├── resources ├── kdic-ec-11w.dict.dz ├── kdic-ec-11w.idx └── kdic-ec-11w.ifo ├── swaymsg-treefetch ├── LICENSE ├── readme.md ├── swaymsg-focusfetcher.sh └── swaymsg-rectfetcher.sh └── utils.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/.gitignore -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/README.md -------------------------------------------------------------------------------- /README.zh-CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/README.zh-CN.md -------------------------------------------------------------------------------- /demo/indent-line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/demo/indent-line.png -------------------------------------------------------------------------------- /demo/jelly-cursor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/demo/jelly-cursor.gif -------------------------------------------------------------------------------- /demo/sort-tab-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/demo/sort-tab-ui.png -------------------------------------------------------------------------------- /demo/type-animation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/demo/type-animation.png -------------------------------------------------------------------------------- /holo-layer-epc.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/holo-layer-epc.el -------------------------------------------------------------------------------- /holo-layer.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/holo-layer.el -------------------------------------------------------------------------------- /holo_layer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/holo_layer.py -------------------------------------------------------------------------------- /icon_cache/application-gzip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/application-gzip.png -------------------------------------------------------------------------------- /icon_cache/application-javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/application-javascript.png -------------------------------------------------------------------------------- /icon_cache/application-json.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/application-json.png -------------------------------------------------------------------------------- /icon_cache/application-octet-stream.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/application-octet-stream.png -------------------------------------------------------------------------------- /icon_cache/application-pdf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/application-pdf.png -------------------------------------------------------------------------------- /icon_cache/application-vnd.dart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/application-vnd.dart.png -------------------------------------------------------------------------------- /icon_cache/application-x-core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/application-x-core.png -------------------------------------------------------------------------------- /icon_cache/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/browser.png -------------------------------------------------------------------------------- /icon_cache/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/camera.png -------------------------------------------------------------------------------- /icon_cache/directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/directory.png -------------------------------------------------------------------------------- /icon_cache/git.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/git.png -------------------------------------------------------------------------------- /icon_cache/image-jpeg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/image-jpeg.png -------------------------------------------------------------------------------- /icon_cache/image-png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/image-png.png -------------------------------------------------------------------------------- /icon_cache/image-svg+xml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/image-svg+xml.png -------------------------------------------------------------------------------- /icon_cache/inode-directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/inode-directory.png -------------------------------------------------------------------------------- /icon_cache/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/map.png -------------------------------------------------------------------------------- /icon_cache/music-player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/music-player.png -------------------------------------------------------------------------------- /icon_cache/rss-reader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/rss-reader.png -------------------------------------------------------------------------------- /icon_cache/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/terminal.png -------------------------------------------------------------------------------- /icon_cache/text-html.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-html.png -------------------------------------------------------------------------------- /icon_cache/text-javascript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-javascript.png -------------------------------------------------------------------------------- /icon_cache/text-markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-markdown.png -------------------------------------------------------------------------------- /icon_cache/text-org.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-org.png -------------------------------------------------------------------------------- /icon_cache/text-plain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-plain.png -------------------------------------------------------------------------------- /icon_cache/text-rust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-rust.png -------------------------------------------------------------------------------- /icon_cache/text-x-chdr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-chdr.png -------------------------------------------------------------------------------- /icon_cache/text-x-csrc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-csrc.png -------------------------------------------------------------------------------- /icon_cache/text-x-emacs-lisp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-emacs-lisp.png -------------------------------------------------------------------------------- /icon_cache/text-x-go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-go.png -------------------------------------------------------------------------------- /icon_cache/text-x-haskell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-haskell.png -------------------------------------------------------------------------------- /icon_cache/text-x-makefile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-makefile.png -------------------------------------------------------------------------------- /icon_cache/text-x-python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-python.png -------------------------------------------------------------------------------- /icon_cache/text-x-python3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-python3.png -------------------------------------------------------------------------------- /icon_cache/text-x-readme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/text-x-readme.png -------------------------------------------------------------------------------- /icon_cache/video-x-msvideo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/icon_cache/video-x-msvideo.png -------------------------------------------------------------------------------- /plugin/cursor_animation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/cursor_animation.py -------------------------------------------------------------------------------- /plugin/indent_line.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/indent_line.py -------------------------------------------------------------------------------- /plugin/place_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/place_info.py -------------------------------------------------------------------------------- /plugin/pystardict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/pystardict.py -------------------------------------------------------------------------------- /plugin/sort_tab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/sort_tab.py -------------------------------------------------------------------------------- /plugin/type_animation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/type_animation.py -------------------------------------------------------------------------------- /plugin/window_border.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/window_border.py -------------------------------------------------------------------------------- /plugin/window_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/window_number.py -------------------------------------------------------------------------------- /plugin/window_screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/plugin/window_screenshot.py -------------------------------------------------------------------------------- /resources/kdic-ec-11w.dict.dz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/resources/kdic-ec-11w.dict.dz -------------------------------------------------------------------------------- /resources/kdic-ec-11w.idx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/resources/kdic-ec-11w.idx -------------------------------------------------------------------------------- /resources/kdic-ec-11w.ifo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/resources/kdic-ec-11w.ifo -------------------------------------------------------------------------------- /swaymsg-treefetch/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/swaymsg-treefetch/LICENSE -------------------------------------------------------------------------------- /swaymsg-treefetch/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/swaymsg-treefetch/readme.md -------------------------------------------------------------------------------- /swaymsg-treefetch/swaymsg-focusfetcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/swaymsg-treefetch/swaymsg-focusfetcher.sh -------------------------------------------------------------------------------- /swaymsg-treefetch/swaymsg-rectfetcher.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/swaymsg-treefetch/swaymsg-rectfetcher.sh -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/manateelazycat/holo-layer/HEAD/utils.py --------------------------------------------------------------------------------