Created
April 6, 2023 19:32
-
-
Save GabrielLins64/4d80569ce480e3d0b7ddc2298710bf2a to your computer and use it in GitHub Desktop.
terminator/config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [global_config] | |
| window_state = fullscreen | |
| title_transmit_bg_color = "#0902e5" | |
| title_receive_bg_color = "#3d6ca3" | |
| title_inactive_bg_color = "#729fcf" | |
| suppress_multiple_term_dialog = True | |
| [keybindings] | |
| [profiles] | |
| [[default]] | |
| cursor_color = "#aaaaaa" | |
| font = Monocraft Medium 12 | |
| foreground_color = "#73d216" | |
| use_system_font = False | |
| [layouts] | |
| [[default]] | |
| [[[child0]]] | |
| type = Window | |
| parent = "" | |
| order = 0 | |
| position = 58:27 | |
| maximised = False | |
| fullscreen = False | |
| size = 1862, 1016 | |
| title = gabriellins@data-hunter-gl: ~ | |
| last_active_term = 05b4d01b-9982-43e9-a9b3-049b7a406aeb | |
| last_active_window = True | |
| [[[child1]]] | |
| type = HPaned | |
| parent = child0 | |
| order = 0 | |
| position = 928 | |
| ratio = 0.49973074851911686 | |
| [[[terminal2]]] | |
| type = Terminal | |
| parent = child1 | |
| order = 0 | |
| profile = default | |
| uuid = 05b4d01b-9982-43e9-a9b3-049b7a406aeb | |
| command = echo $$ > ~/.main_bash_pid && bash | |
| [[[child3]]] | |
| type = VPaned | |
| parent = child1 | |
| order = 1 | |
| position = 458 | |
| ratio = 0.4530168150346192 | |
| [[[child4]]] | |
| type = VPaned | |
| parent = child3 | |
| order = 0 | |
| position = 354 | |
| ratio = 0.7814569536423841 | |
| [[[terminal5]]] | |
| type = Terminal | |
| parent = child4 | |
| order = 0 | |
| profile = default | |
| uuid = 7c466dac-319b-41ab-9add-cc7017e612fa | |
| title = top | |
| command = top | |
| [[[terminal6]]] | |
| type = Terminal | |
| parent = child4 | |
| order = 1 | |
| profile = default | |
| uuid = da53ca24-039e-4d2e-b9f7-d1f410ddbfc9 | |
| title = size | |
| command = watch "df -H | grep nvme" | |
| [[[child7]]] | |
| type = VPaned | |
| parent = child3 | |
| order = 1 | |
| position = 241 | |
| ratio = 0.4365942028985507 | |
| [[[terminal8]]] | |
| type = Terminal | |
| parent = child7 | |
| order = 0 | |
| profile = default | |
| uuid = 4b7cb495-1dbf-45ea-8c0e-fd9f840a45cf | |
| title = temperature | |
| command = watch "sensors | grep -E 'Core|Package|temp'" | |
| [[[terminal9]]] | |
| type = Terminal | |
| parent = child7 | |
| order = 1 | |
| profile = default | |
| uuid = 6a750caa-0f7e-4d15-90b3-51964b4da21b | |
| title = ls | |
| command = watch -c -n 0.5 ~/Scripts/watch_another_bash_dir.sh | |
| [plugins] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment