diff --git a/snowblocks/tilix/README.md b/snowblocks/tilix/README.md new file mode 100644 index 0000000..da6aaa0 --- /dev/null +++ b/snowblocks/tilix/README.md @@ -0,0 +1,33 @@ +* [dconf Configuration](#dconf-configuration) +* [Nord Color Scheme](#nord-color-scheme) +* [References](#references) + +# dconf Configuration + +The [dconf][dconf] dump [`tilix.dconf`][config-dconf-gh] provides configurations for the `com.gexperts.Tilix` Tilix schema and can be loaded via `dconf` by run + +```sh +dconf load /com/gexperts/Tilix/ < tilix.dconf +``` + +A new dump can be exported via + +```sh +dconf dump /com/gexperts/Tilix/ > tilix.dconf +``` + +# Nord Color Scheme + +The [Nord Tilix][nord-tilix-gh] color scheme, included in the current [`tilix.dconf` dconf dump](##dconf-configuration), is installed through the AUR [`nord-tilix`][nord-tilix-aur] package version `0.3.0-2`. + +# References + +* [Official Tilix Website][tilix] +* [Tilix GitHub Repository][tilix-gh] + +[config-dconf-gh]: https://github.com/arcticicestudio/igloo/blob/develop/snowblocks/tilix/config.dconf +[dconf]: https://wiki.gnome.org/Projects/dconf +[nord-tilix-aur]: https://aur.archlinux.org/packages/nord-tilix +[nord-tilix-gh]: https://github.com/arcticicestudio/nord-tilix +[tilix]: https://gnunn1.github.io/tilix-web +[tilix-gh]: https://github.com/gnunn1/tilix diff --git a/snowblocks/tilix/bookmarks.json.archbook.igloocrypt b/snowblocks/tilix/bookmarks.json.archbook.igloocrypt new file mode 100644 index 0000000..c9b30c3 Binary files /dev/null and b/snowblocks/tilix/bookmarks.json.archbook.igloocrypt differ diff --git a/snowblocks/tilix/bookmarks.json.igloo.igloocrypt b/snowblocks/tilix/bookmarks.json.igloo.igloocrypt new file mode 100644 index 0000000..d33af09 Binary files /dev/null and b/snowblocks/tilix/bookmarks.json.igloo.igloocrypt differ diff --git a/snowblocks/tilix/snowblock.json b/snowblocks/tilix/snowblock.json new file mode 100644 index 0000000..a25a4a1 --- /dev/null +++ b/snowblocks/tilix/snowblock.json @@ -0,0 +1,16 @@ +[ + { + "clean": ["~/.config/tilix"] + }, + { + "link": { + "~/.config/tilix/bookmarks.json": { + "create": true, + "hosts": { + "archbook": "bookmarks.json.archbook.igloocrypt", + "igloo": "bookmarks.json.igloo.igloocrypt" + } + } + } + } +] diff --git a/snowblocks/tilix/tilix.dconf b/snowblocks/tilix/tilix.dconf new file mode 100644 index 0000000..5f37e3d --- /dev/null +++ b/snowblocks/tilix/tilix.dconf @@ -0,0 +1,75 @@ +[/] +quake-hide-lose-focus-delay=150 +prompt-on-close=true +quake-hide-lose-focus=true +close-with-last-session=true +tab-position='top' +session-name='igloo' +app-title='igloo' +theme-variant='system' +new-instance-mode='new-session' +window-style='normal' +unsafe-paste-alert=true +window-save-state=true +auto-hide-mouse=true +sidebar-on-right=false +new-window-inherit-state=true +control-click-titlebar=true +warn-vte-config-issue=false +enable-wide-handle=false +quake-show-on-all-workspaces=true +background-image-mode='scale' +quake-height-percent=45 +quake-hide-headerbar=true +custom-hyperlinks=@as [] +use-tabs=false +terminal-title-style='none' +terminal-title-show-when-single=true +quake-width-percent=66 + +[keybindings] +session-synchronize-input='s' +session-save='disabled' + +[profiles] +list=['2b7c4080-0ddd-46c5-8f23-563fd3ba789d'] +default='2b7c4080-0ddd-46c5-8f23-563fd3ba789d' + +[profiles/2b7c4080-0ddd-46c5-8f23-563fd3ba789d] +cursor-shape='ibeam' +cursor-colors-set=true +bold-color-set=false +terminal-bell='sound' +cjk-utf8-ambiguous-width='narrow' +default-size-rows=26 +terminal-title='igloo' +use-theme-colors=false +automatic-switch=@as [] +visible-name='nord' +login-shell=false +exit-action='close' +use-system-font=false +foreground-color='#D8DEE9' +dim-color='#3B3B42425252' +background-transparency-percent=0 +cursor-blink-mode='system' +dim-transparency-percent=0 +default-size-columns=86 +background-color='#2E3440' +palette=['#3B4252', '#BF616A', '#A3BE8C', '#EBCB8B', '#81A1C1', '#B48EAD', '#88C0D0', '#E5E9F0', '#4C566A', '#BF616A', '#A3BE8C', '#EBCB8B', '#81A1C1', '#B48EAD', '#8FBCBB', '#ECEFF4'] +notify-silence-threshold=0 +cursor-foreground-color='#2E2E34344040' +allow-bold=true +badge-color='#8888C0C0D0D0' +highlight-foreground-color='#2E2E34344040' +font='Source Code Pro Medium 12' +custom-hyperlinks=@as [] +scrollback-unlimited=true +dim-color-set=false +cursor-background-color='#D8D8DEDEE9E9' +highlight-background-color='#8888C0C0D0D0' +scroll-on-output=true +badge-color-set=false +highlight-colors-set=false +scrollback-lines=5000 +show-scrollbar=false