├── .zshrc ├── .zshrc_without_vi_mode ├── README.md ├── bat ├── config └── themes │ ├── Catppuccin-frappe.tmTheme │ ├── Catppuccin-latte.tmTheme │ ├── Catppuccin-macchiato.tmTheme │ ├── Catppuccin-mocha.tmTheme │ ├── LICENSE │ └── README.md ├── cava ├── config └── shaders │ ├── bar_spectrum.frag │ ├── northern_lights.frag │ └── pass_through.vert ├── hypr ├── hyprland.conf ├── scripts │ ├── brightness │ ├── gtkthemes │ ├── lockscreen │ ├── notifications │ ├── portal │ ├── statusbar │ ├── volume │ ├── waybar │ ├── waybar.sh │ └── wlogout └── wallpapers │ ├── 4e8b68010e85032348b191dd90a2713d.jpg │ ├── Animated-Gif1.gif │ ├── Animated-Gif2.gif │ ├── lockscreen.png │ ├── wallhaven-963988.png │ ├── wallpaper.png │ ├── wallpaper2.png │ ├── wallpaper3.jpg │ ├── wallpaper4.jpg │ ├── wallpaper5.jpg │ ├── wallpaper6.jpg │ ├── wallpaper7.jpg │ ├── wallpaper8.jpg │ └── wallpaper9.jpg ├── kitty ├── Catppuccin-Mocha.conf ├── current-theme.conf ├── dark-theme.auto.conf ├── kitty.conf ├── kitty.conf.bak ├── light-theme.auto.conf ├── mocha.conf └── no-preference-theme.auto.conf ├── mako ├── config └── icons │ ├── brightness-100.png │ ├── brightness-20.png │ ├── brightness-40.png │ ├── brightness-60.png │ ├── brightness-80.png │ ├── dropper.png │ ├── microphone-mute.png │ ├── microphone.png │ ├── music.png │ ├── palette.png │ ├── picture.png │ ├── timer.png │ ├── volume-high.png │ ├── volume-low.png │ ├── volume-mid.png │ └── volume-mute.png ├── misc ├── Qogir-cursors │ ├── cursors │ │ ├── 00000000000000020006000e7e9ffc3f │ │ ├── 00008160000006810000408080010102 │ │ ├── 03b6e0fcb3499374a867c041f52298f0 │ │ ├── 08e8e1c95fe2fc01f976f1e063a24ccd │ │ ├── 1081e37283d90000800003c07f3ef6bf │ │ ├── 3085a0e285430894940527032f8b26df │ │ ├── 3ecb610c1bf2410f44200f48c40d3599 │ │ ├── 4498f0e0c1937ffe01fd06f973665830 │ │ ├── 5c6cd98b3f3ebcb1f9c7f1c204630408 │ │ ├── 6407b0e94181790501fd1e167b474872 │ │ ├── 640fb0e74195791501fd1ed57b41487f │ │ ├── 9081237383d90e509aa00f00170e968f │ │ ├── 9d800788f1b08800ae810202380a0822 │ │ ├── a2a266d0498c3104214a47bd64ab0fc8 │ │ ├── alias │ │ ├── all-scroll │ │ ├── arrow │ │ ├── b66166c04f8c3109214a4fbd64a50fc8 │ │ ├── bottom_left_corner │ │ ├── bottom_right_corner │ │ ├── bottom_side │ │ ├── cell │ │ ├── center_ptr │ │ ├── circle │ │ ├── closedhand │ │ ├── col-resize │ │ ├── color-picker │ │ ├── context-menu │ │ ├── copy │ │ ├── cross │ │ ├── crossed_circle │ │ ├── crosshair │ │ ├── d9ce0ab605698f320427677b458ad60b │ │ ├── default │ │ ├── dnd-copy │ │ ├── dnd-move │ │ ├── dnd-no-drop │ │ ├── dnd-none │ │ ├── down-arrow │ │ ├── draft │ │ ├── e-resize │ │ ├── e29285e634086352946a0e7090d73106 │ │ ├── fcf21c00b30f7e3f83fe0dfd12e71cff │ │ ├── fleur │ │ ├── forbidden │ │ ├── grab │ │ ├── grabbing │ │ ├── h_double_arrow │ │ ├── half-busy │ │ ├── hand1 │ │ ├── hand2 │ │ ├── help │ │ ├── ibeam │ │ ├── left-arrow │ │ ├── left_ptr │ │ ├── left_ptr_help │ │ ├── left_ptr_watch │ │ ├── left_side │ │ ├── link │ │ ├── ll_angle │ │ ├── lr_angle │ │ ├── move │ │ ├── n-resize │ │ ├── ne-resize │ │ ├── nesw-resize │ │ ├── no-drop │ │ ├── not-allowed │ │ ├── nw-resize │ │ ├── nwse-resize │ │ ├── openhand │ │ ├── pencil │ │ ├── pirate │ │ ├── plus │ │ ├── pointer │ │ ├── pointing_hand │ │ ├── progress │ │ ├── question_arrow │ │ ├── right-arrow │ │ ├── right_ptr │ │ ├── right_side │ │ ├── row-resize │ │ ├── s-resize │ │ ├── sb_h_double_arrow │ │ ├── sb_v_double_arrow │ │ ├── se-resize │ │ ├── size_all │ │ ├── size_bdiag │ │ ├── size_fdiag │ │ ├── size_hor │ │ ├── size_ver │ │ ├── split_h │ │ ├── split_v │ │ ├── sw-resize │ │ ├── text │ │ ├── top_left_corner │ │ ├── top_right_corner │ │ ├── top_side │ │ ├── ul_angle │ │ ├── up-arrow │ │ ├── ur_angle │ │ ├── v_double_arrow │ │ ├── vertical-text │ │ ├── w-resize │ │ ├── wait │ │ ├── watch │ │ ├── wayland-cursor │ │ ├── whats_this │ │ ├── x-cursor │ │ ├── xterm │ │ ├── zoom-in │ │ └── zoom-out │ └── index.theme ├── colorScheme_list.sh ├── environment └── obsidia_themes │ └── style-settings.json ├── qbit └── mocha.qbtheme ├── rofi ├── bin │ ├── asroot │ ├── confirm │ ├── launcher │ ├── lockscreen │ ├── monitor │ ├── powermenu │ ├── screenshot │ ├── testing.sh │ └── windows └── themes │ ├── asroot.rasi │ ├── colors.rasi │ ├── colors │ ├── adapta.rasi │ ├── arc.rasi │ ├── black.rasi │ ├── catppuccin.rasi │ ├── cyberpunk.rasi │ ├── dracula.rasi │ ├── everforest.rasi │ ├── gruvbox.rasi │ ├── lovelace.rasi │ ├── navy.rasi │ ├── nord.rasi │ ├── onedark.rasi │ ├── paper.rasi │ ├── solarized.rasi │ ├── tokyonight.rasi │ └── yousai.rasi │ ├── confirmation │ ├── askpass.rasi │ └── confirm.rasi │ ├── launcher.rasi │ ├── monitor.rasi │ ├── powermenu.rasi │ ├── screenshot.rasi │ └── shared │ ├── colors.rasi │ └── fonts.rasi ├── screenshots └── screenshots.png ├── starship └── starship.toml ├── sync_local_config_to_repo.sh ├── tmux ├── plugins │ ├── tmux-menus │ │ ├── .gitignore │ │ ├── .markdownlint.json │ │ ├── .olint.conf │ │ ├── .shellcheckrc │ │ ├── .vscode │ │ │ ├── launch.json │ │ │ └── settings.json │ │ ├── CHANGELOG.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── docs │ │ │ ├── Caching.md │ │ │ ├── CustomMenus.md │ │ │ ├── Debugging.md │ │ │ ├── Modifications.md │ │ │ ├── SingleQuotes.md │ │ │ ├── Styling.md │ │ │ └── TODO.md │ │ ├── items │ │ │ ├── advanced.sh │ │ │ ├── external_tools │ │ │ │ ├── dropbox.sh │ │ │ │ ├── mullvad.sh │ │ │ │ └── spotify.sh │ │ │ ├── extras.sh │ │ │ ├── help │ │ │ │ ├── help_currencies.sh │ │ │ │ ├── help_extras.sh │ │ │ │ ├── help_missing_keys.sh │ │ │ │ ├── help_pane_history.sh │ │ │ │ ├── help_pane_move.sh │ │ │ │ ├── help_paste_buffers.sh │ │ │ │ ├── help_summary.sh │ │ │ │ └── help_window_move.sh │ │ │ ├── hints │ │ │ │ ├── choose-buffer.sh │ │ │ │ ├── choose-client.sh │ │ │ │ ├── choose-tree.sh │ │ │ │ └── customize-mode.sh │ │ │ ├── layouts.sh │ │ │ ├── layouts_indicators.sh │ │ │ ├── layouts_lines.sh │ │ │ ├── main.sh │ │ │ ├── nav_search.sh │ │ │ ├── odd_chars │ │ │ │ ├── currencies.sh │ │ │ │ ├── diacritics.sh │ │ │ │ ├── diacritics_a.sh │ │ │ │ ├── diacritics_c.sh │ │ │ │ ├── diacritics_d.sh │ │ │ │ ├── diacritics_e.sh │ │ │ │ ├── diacritics_g.sh │ │ │ │ ├── diacritics_h.sh │ │ │ │ ├── diacritics_i.sh │ │ │ │ ├── diacritics_k.sh │ │ │ │ ├── diacritics_l.sh │ │ │ │ ├── diacritics_n.sh │ │ │ │ ├── diacritics_o.sh │ │ │ │ ├── diacritics_r.sh │ │ │ │ ├── diacritics_s.sh │ │ │ │ ├── diacritics_t.sh │ │ │ │ ├── diacritics_u.sh │ │ │ │ ├── diacritics_w.sh │ │ │ │ ├── diacritics_y.sh │ │ │ │ ├── diacritics_z.sh │ │ │ │ └── missing_keys.sh │ │ │ ├── pane_history.sh │ │ │ ├── pane_move.sh │ │ │ ├── pane_resize.sh │ │ │ ├── pane_split.sh │ │ │ ├── panes.sh │ │ │ ├── paste_buffers.sh │ │ │ ├── sessions.sh │ │ │ ├── window_move.sh │ │ │ ├── window_split.sh │ │ │ └── windows.sh │ │ ├── menus.tmux │ │ ├── pyproject.toml │ │ ├── scripts │ │ │ ├── act_choose_tree.sh │ │ │ ├── act_clear_screen.sh │ │ │ ├── act_display_char.sh │ │ │ ├── break_pane.sh │ │ │ ├── change_prefix.sh │ │ │ ├── dead_code │ │ │ │ ├── _mullvad_country.sh │ │ │ │ ├── act_unlink_and_jump_to.sh │ │ │ │ ├── config.sh │ │ │ │ └── move_menu.sh │ │ │ ├── dialog_handling.sh │ │ │ ├── external_dialog_handle.sh │ │ │ ├── external_dialog_trigger.sh │ │ │ ├── helpers.sh │ │ │ ├── helpers_minimal.sh │ │ │ ├── kill_other_windows.sh │ │ │ ├── plugin_init.sh │ │ │ ├── reload_conf.sh │ │ │ ├── relocate_pane.sh │ │ │ ├── relocate_window.sh │ │ │ ├── show_cmd.sh │ │ │ ├── update_custom_inventory.sh │ │ │ └── utils │ │ │ │ ├── cache.sh │ │ │ │ ├── dbg_profiling.sh │ │ │ │ ├── helpers_full.sh │ │ │ │ ├── std_alone_log.sh │ │ │ │ └── tmux.sh │ │ ├── templates │ │ │ ├── custom_index_template.sh │ │ │ └── custom_item_template.sh │ │ └── tools │ │ │ ├── dbg_vars.sh │ │ │ ├── plugins.sh │ │ │ ├── public_ip.sh │ │ │ └── show_config.sh │ ├── tmux-resurrect │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .gitmodules │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── docs │ │ │ ├── custom_key_bindings.md │ │ │ ├── hooks.md │ │ │ ├── migrating_from_tmuxinator.md │ │ │ ├── restoring_bash_history.md │ │ │ ├── restoring_pane_contents.md │ │ │ ├── restoring_previously_saved_environment.md │ │ │ ├── restoring_programs.md │ │ │ ├── restoring_vim_and_neovim_sessions.md │ │ │ └── save_dir.md │ │ ├── lib │ │ │ └── tmux-test │ │ │ │ ├── .gitignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── LICENSE.md │ │ │ │ ├── README.md │ │ │ │ ├── Vagrantfile │ │ │ │ ├── run_framework_tests │ │ │ │ ├── setup │ │ │ │ ├── tests │ │ │ │ ├── helpers │ │ │ │ │ └── helpers.sh │ │ │ │ ├── run_tests_in_isolation │ │ │ │ ├── test_basic_script_execution.sh │ │ │ │ ├── test_default_session_name.sh │ │ │ │ └── test_tmux_scripting.sh │ │ │ │ ├── vagrant_centos_provisioning.sh │ │ │ │ └── vagrant_ubuntu_provisioning.sh │ │ ├── resurrect.tmux │ │ ├── save_command_strategies │ │ │ ├── gdb.sh │ │ │ ├── linux_procfs.sh │ │ │ ├── pgrep.sh │ │ │ └── ps.sh │ │ ├── scripts │ │ │ ├── check_tmux_version.sh │ │ │ ├── helpers.sh │ │ │ ├── process_restore_helpers.sh │ │ │ ├── restore.exp │ │ │ ├── restore.sh │ │ │ ├── save.sh │ │ │ ├── spinner_helpers.sh │ │ │ ├── tmux_spinner.sh │ │ │ └── variables.sh │ │ ├── strategies │ │ │ ├── irb_default_strategy.sh │ │ │ ├── mosh-client_default_strategy.sh │ │ │ ├── nvim_session.sh │ │ │ └── vim_session.sh │ │ ├── tests │ │ │ ├── fixtures │ │ │ │ ├── restore_file.txt │ │ │ │ └── save_file.txt │ │ │ ├── helpers │ │ │ │ ├── create_and_save_tmux_test_environment.exp │ │ │ │ ├── expect_helpers.exp │ │ │ │ ├── restore_and_save_tmux_test_environment.exp │ │ │ │ └── resurrect_helpers.sh │ │ │ ├── test_resurrect_restore.sh │ │ │ └── test_resurrect_save.sh │ │ └── video │ │ │ ├── issue_vid.png │ │ │ ├── screencast_img.png │ │ │ └── script.md │ ├── tmux-sensible │ │ ├── .gitattributes │ │ ├── CHANGELOG.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ └── sensible.tmux │ ├── tmux-yank │ │ ├── .editorconfig │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── Vagrantfile │ │ ├── _config.yml │ │ ├── citest │ │ ├── scripts │ │ │ ├── copy_line.sh │ │ │ ├── copy_pane_pwd.sh │ │ │ └── helpers.sh │ │ ├── vagrant_provisioning.sh │ │ ├── video │ │ │ ├── README.md │ │ │ ├── screencast_img.png │ │ │ └── script.md │ │ └── yank.tmux │ ├── tmux │ │ ├── .editorconfig │ │ ├── .github │ │ │ ├── ISSUE_TEMPLATE │ │ │ │ ├── bug.yml │ │ │ │ ├── config.yml │ │ │ │ ├── enhancement.yml │ │ │ │ └── meta.yml │ │ │ ├── release-please-config.json │ │ │ ├── release-please-manifest.json │ │ │ └── workflows │ │ │ │ ├── release.yml │ │ │ │ ├── shellcheck.yml │ │ │ │ └── test.yml │ │ ├── .gitignore │ │ ├── .markdownlint.jsonc │ │ ├── .shellcheckrc │ │ ├── CHANGELOG.md │ │ ├── CONTRIBUTING.md │ │ ├── LICENSE │ │ ├── README.md │ │ ├── assets │ │ │ ├── config1.png │ │ │ ├── config2.png │ │ │ ├── config3.png │ │ │ ├── demos │ │ │ │ ├── basic.conf │ │ │ │ ├── basic.gif │ │ │ │ └── basic.tape │ │ │ ├── example-config.webp │ │ │ ├── frappe.webp │ │ │ ├── generate_preview.fish │ │ │ ├── latte.webp │ │ │ ├── macchiato.webp │ │ │ ├── mocha.webp │ │ │ ├── preview.webp │ │ │ ├── ram-example.webp │ │ │ ├── structure.svg │ │ │ ├── window-basic.webp │ │ │ ├── window-none.webp │ │ │ ├── window-rounded.webp │ │ │ └── window-slanted.webp │ │ ├── catppuccin.tmux │ │ ├── catppuccin_options_tmux.conf │ │ ├── catppuccin_tmux.conf │ │ ├── docs │ │ │ ├── explanation │ │ │ │ └── design.md │ │ │ ├── guides │ │ │ │ └── troubleshooting.md │ │ │ ├── reference │ │ │ │ ├── configuration.md │ │ │ │ └── status-line.md │ │ │ └── tutorials │ │ │ │ ├── 01-getting-started.md │ │ │ │ └── 02-custom-status.md │ │ ├── renovate.json │ │ ├── run_tests.sh │ │ ├── status │ │ │ ├── application.conf │ │ │ ├── battery.conf │ │ │ ├── clima.conf │ │ │ ├── cpu.conf │ │ │ ├── date_time.conf │ │ │ ├── directory.conf │ │ │ ├── gitmux.conf │ │ │ ├── host.conf │ │ │ ├── kube.conf │ │ │ ├── load.conf │ │ │ ├── pomodoro_plus.conf │ │ │ ├── session.conf │ │ │ ├── uptime.conf │ │ │ ├── user.conf │ │ │ └── weather.conf │ │ ├── tests │ │ │ ├── application_module.sh │ │ │ ├── application_module_expected.txt │ │ │ ├── battery_module.sh │ │ │ ├── battery_module_expected.txt │ │ │ ├── cpu_module.sh │ │ │ ├── cpu_module_expected.txt │ │ │ ├── default_options.sh │ │ │ ├── default_options_expected.txt │ │ │ ├── harness.sh │ │ │ ├── helpers.sh │ │ │ ├── load_module.sh │ │ │ ├── load_module_expected.txt │ │ │ ├── pane_styling.sh │ │ │ ├── pane_styling_expected.txt │ │ │ ├── window_status_styling.sh │ │ │ └── window_status_styling_expected.txt │ │ ├── themes │ │ │ ├── catppuccin_frappe_tmux.conf │ │ │ ├── catppuccin_latte_tmux.conf │ │ │ ├── catppuccin_macchiato_tmux.conf │ │ │ └── catppuccin_mocha_tmux.conf │ │ ├── tmux.tera │ │ └── utils │ │ │ └── status_module.conf │ ├── tpm │ │ ├── .gitattributes │ │ ├── .gitignore │ │ ├── .gitmodules │ │ ├── .travis.yml │ │ ├── CHANGELOG.md │ │ ├── HOW_TO_PLUGIN.md │ │ ├── LICENSE.md │ │ ├── README.md │ │ ├── bin │ │ │ ├── clean_plugins │ │ │ ├── install_plugins │ │ │ └── update_plugins │ │ ├── bindings │ │ │ ├── clean_plugins │ │ │ ├── install_plugins │ │ │ └── update_plugins │ │ ├── docs │ │ │ ├── automatic_tpm_installation.md │ │ │ ├── changing_plugins_install_dir.md │ │ │ ├── how_to_create_plugin.md │ │ │ ├── managing_plugins_via_cmd_line.md │ │ │ └── tpm_not_working.md │ │ ├── lib │ │ │ └── tmux-test │ │ │ │ ├── .gitignore │ │ │ │ ├── .travis.yml │ │ │ │ ├── CHANGELOG.md │ │ │ │ ├── LICENSE.md │ │ │ │ ├── README.md │ │ │ │ ├── Vagrantfile │ │ │ │ ├── run_framework_tests │ │ │ │ ├── setup │ │ │ │ ├── tests │ │ │ │ ├── helpers │ │ │ │ │ └── helpers.sh │ │ │ │ ├── run_tests_in_isolation │ │ │ │ ├── test_basic_script_execution.sh │ │ │ │ ├── test_default_session_name.sh │ │ │ │ └── test_tmux_scripting.sh │ │ │ │ ├── vagrant_centos_provisioning.sh │ │ │ │ └── vagrant_ubuntu_provisioning.sh │ │ ├── scripts │ │ │ ├── check_tmux_version.sh │ │ │ ├── clean_plugins.sh │ │ │ ├── helpers │ │ │ │ ├── plugin_functions.sh │ │ │ │ ├── shell_echo_functions.sh │ │ │ │ ├── tmux_echo_functions.sh │ │ │ │ ├── tmux_utils.sh │ │ │ │ └── utility.sh │ │ │ ├── install_plugins.sh │ │ │ ├── source_plugins.sh │ │ │ ├── update_plugin.sh │ │ │ ├── update_plugin_prompt_handler.sh │ │ │ └── variables.sh │ │ ├── tests │ │ │ ├── expect_failed_plugin_download │ │ │ ├── expect_successful_clean_plugins │ │ │ ├── expect_successful_multiple_plugins_download │ │ │ ├── expect_successful_plugin_download │ │ │ ├── expect_successful_update_of_a_single_plugin │ │ │ ├── expect_successful_update_of_all_plugins │ │ │ ├── helpers │ │ │ │ └── tpm.sh │ │ │ ├── test_plugin_clean.sh │ │ │ ├── test_plugin_installation.sh │ │ │ ├── test_plugin_installation_legacy.sh │ │ │ ├── test_plugin_sourcing.sh │ │ │ └── test_plugin_update.sh │ │ └── tpm │ └── vim-tmux-navigator │ │ ├── .github │ │ └── workflows │ │ │ └── main.yml │ │ ├── .gitignore │ │ ├── License.md │ │ ├── README.md │ │ ├── doc │ │ └── tmux-navigator.txt │ │ ├── pattern-check │ │ ├── plugin │ │ └── tmux_navigator.vim │ │ └── vim-tmux-navigator.tmux ├── temp.zip └── tmux.conf └── waybar ├── config ├── config.json ├── configs └── custom_modules │ ├── modules │ └── privacy_container ├── scripts ├── checkupdates ├── custom │ └── privacy-test.sh ├── pacman-update-icon.sh ├── rofi-wifi-menu.sh ├── title │ └── icon_check.sh └── window-name.sh ├── style.css ├── style.css.map └── style.scss /.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/.zshrc -------------------------------------------------------------------------------- /.zshrc_without_vi_mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/.zshrc_without_vi_mode -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /bat/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/bat/config -------------------------------------------------------------------------------- /bat/themes/Catppuccin-frappe.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/bat/themes/Catppuccin-frappe.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin-latte.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/bat/themes/Catppuccin-latte.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin-macchiato.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/bat/themes/Catppuccin-macchiato.tmTheme -------------------------------------------------------------------------------- /bat/themes/Catppuccin-mocha.tmTheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/bat/themes/Catppuccin-mocha.tmTheme -------------------------------------------------------------------------------- /bat/themes/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/bat/themes/LICENSE -------------------------------------------------------------------------------- /bat/themes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/bat/themes/README.md -------------------------------------------------------------------------------- /cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/cava/config -------------------------------------------------------------------------------- /cava/shaders/bar_spectrum.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/cava/shaders/bar_spectrum.frag -------------------------------------------------------------------------------- /cava/shaders/northern_lights.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/cava/shaders/northern_lights.frag -------------------------------------------------------------------------------- /cava/shaders/pass_through.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/cava/shaders/pass_through.vert -------------------------------------------------------------------------------- /hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/hyprland.conf -------------------------------------------------------------------------------- /hypr/scripts/brightness: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/brightness -------------------------------------------------------------------------------- /hypr/scripts/gtkthemes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/gtkthemes -------------------------------------------------------------------------------- /hypr/scripts/lockscreen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/lockscreen -------------------------------------------------------------------------------- /hypr/scripts/notifications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/notifications -------------------------------------------------------------------------------- /hypr/scripts/portal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/portal -------------------------------------------------------------------------------- /hypr/scripts/statusbar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/statusbar -------------------------------------------------------------------------------- /hypr/scripts/volume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/volume -------------------------------------------------------------------------------- /hypr/scripts/waybar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/waybar -------------------------------------------------------------------------------- /hypr/scripts/waybar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/waybar.sh -------------------------------------------------------------------------------- /hypr/scripts/wlogout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/scripts/wlogout -------------------------------------------------------------------------------- /hypr/wallpapers/4e8b68010e85032348b191dd90a2713d.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/4e8b68010e85032348b191dd90a2713d.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/Animated-Gif1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/Animated-Gif1.gif -------------------------------------------------------------------------------- /hypr/wallpapers/Animated-Gif2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/Animated-Gif2.gif -------------------------------------------------------------------------------- /hypr/wallpapers/lockscreen.png: -------------------------------------------------------------------------------- 1 | wallpaper.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/wallhaven-963988.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallhaven-963988.png -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper.png -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper2.png -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper3.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper4.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper5.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper6.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper7.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper8.jpg -------------------------------------------------------------------------------- /hypr/wallpapers/wallpaper9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/hypr/wallpapers/wallpaper9.jpg -------------------------------------------------------------------------------- /kitty/Catppuccin-Mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/Catppuccin-Mocha.conf -------------------------------------------------------------------------------- /kitty/current-theme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/current-theme.conf -------------------------------------------------------------------------------- /kitty/dark-theme.auto.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/dark-theme.auto.conf -------------------------------------------------------------------------------- /kitty/kitty.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/kitty.conf -------------------------------------------------------------------------------- /kitty/kitty.conf.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/kitty.conf.bak -------------------------------------------------------------------------------- /kitty/light-theme.auto.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/light-theme.auto.conf -------------------------------------------------------------------------------- /kitty/mocha.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/mocha.conf -------------------------------------------------------------------------------- /kitty/no-preference-theme.auto.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/kitty/no-preference-theme.auto.conf -------------------------------------------------------------------------------- /mako/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/config -------------------------------------------------------------------------------- /mako/icons/brightness-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/brightness-100.png -------------------------------------------------------------------------------- /mako/icons/brightness-20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/brightness-20.png -------------------------------------------------------------------------------- /mako/icons/brightness-40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/brightness-40.png -------------------------------------------------------------------------------- /mako/icons/brightness-60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/brightness-60.png -------------------------------------------------------------------------------- /mako/icons/brightness-80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/brightness-80.png -------------------------------------------------------------------------------- /mako/icons/dropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/dropper.png -------------------------------------------------------------------------------- /mako/icons/microphone-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/microphone-mute.png -------------------------------------------------------------------------------- /mako/icons/microphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/microphone.png -------------------------------------------------------------------------------- /mako/icons/music.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/music.png -------------------------------------------------------------------------------- /mako/icons/palette.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/palette.png -------------------------------------------------------------------------------- /mako/icons/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/picture.png -------------------------------------------------------------------------------- /mako/icons/timer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/timer.png -------------------------------------------------------------------------------- /mako/icons/volume-high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/volume-high.png -------------------------------------------------------------------------------- /mako/icons/volume-low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/volume-low.png -------------------------------------------------------------------------------- /mako/icons/volume-mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/volume-mid.png -------------------------------------------------------------------------------- /mako/icons/volume-mute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/mako/icons/volume-mute.png -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/00000000000000020006000e7e9ffc3f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/00000000000000020006000e7e9ffc3f -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/00008160000006810000408080010102: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/00008160000006810000408080010102 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/03b6e0fcb3499374a867c041f52298f0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/03b6e0fcb3499374a867c041f52298f0 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/08e8e1c95fe2fc01f976f1e063a24ccd -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/1081e37283d90000800003c07f3ef6bf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/1081e37283d90000800003c07f3ef6bf -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/3085a0e285430894940527032f8b26df: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/3085a0e285430894940527032f8b26df -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/3ecb610c1bf2410f44200f48c40d3599 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/4498f0e0c1937ffe01fd06f973665830: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/4498f0e0c1937ffe01fd06f973665830 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/6407b0e94181790501fd1e167b474872: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/6407b0e94181790501fd1e167b474872 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/640fb0e74195791501fd1ed57b41487f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/640fb0e74195791501fd1ed57b41487f -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/9081237383d90e509aa00f00170e968f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/9081237383d90e509aa00f00170e968f -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/9d800788f1b08800ae810202380a0822: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/9d800788f1b08800ae810202380a0822 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/a2a266d0498c3104214a47bd64ab0fc8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/a2a266d0498c3104214a47bd64ab0fc8 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/alias -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/all-scroll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/all-scroll -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/b66166c04f8c3109214a4fbd64a50fc8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/b66166c04f8c3109214a4fbd64a50fc8 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/bottom_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/bottom_left_corner -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/bottom_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/bottom_right_corner -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/bottom_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/bottom_side -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/cell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/cell -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/center_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/center_ptr -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/circle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/circle -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/closedhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/closedhand -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/col-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/col-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/color-picker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/color-picker -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/context-menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/context-menu -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/copy -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/cross: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/cross -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/crossed_circle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/crossed_circle -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/crosshair: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/crosshair -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/d9ce0ab605698f320427677b458ad60b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/d9ce0ab605698f320427677b458ad60b -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/default -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/dnd-copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/dnd-copy -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/dnd-move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/dnd-move -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/dnd-no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/dnd-no-drop -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/dnd-none: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/dnd-none -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/down-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/down-arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/draft: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/draft -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/e-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/e-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/e29285e634086352946a0e7090d73106: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/e29285e634086352946a0e7090d73106 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/fcf21c00b30f7e3f83fe0dfd12e71cff -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/fleur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/fleur -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/forbidden: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/forbidden -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/grab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/grab -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/grabbing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/grabbing -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/h_double_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/h_double_arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/half-busy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/half-busy -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/hand1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/hand1 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/hand2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/hand2 -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/help -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/ibeam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/ibeam -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/left-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/left-arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/left_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/left_ptr -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/left_ptr_help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/left_ptr_help -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/left_ptr_watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/left_ptr_watch -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/left_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/left_side -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/link -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/ll_angle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/ll_angle -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/lr_angle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/lr_angle -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/move: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/move -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/n-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/n-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/ne-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/ne-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/nesw-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/nesw-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/no-drop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/no-drop -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/not-allowed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/not-allowed -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/nw-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/nw-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/nwse-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/nwse-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/openhand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/openhand -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/pencil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/pencil -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/pirate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/pirate -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/plus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/plus -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/pointer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/pointer -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/pointing_hand: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/pointing_hand -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/progress: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/progress -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/question_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/question_arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/right-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/right-arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/right_ptr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/right_ptr -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/right_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/right_side -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/row-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/row-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/s-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/s-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/sb_h_double_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/sb_h_double_arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/sb_v_double_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/sb_v_double_arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/se-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/se-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/size_all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/size_all -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/size_bdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/size_bdiag -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/size_fdiag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/size_fdiag -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/size_hor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/size_hor -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/size_ver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/size_ver -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/split_h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/split_h -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/split_v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/split_v -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/sw-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/sw-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/text -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/top_left_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/top_left_corner -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/top_right_corner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/top_right_corner -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/top_side: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/top_side -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/ul_angle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/ul_angle -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/up-arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/up-arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/ur_angle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/ur_angle -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/v_double_arrow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/v_double_arrow -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/vertical-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/vertical-text -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/w-resize: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/w-resize -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/wait: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/wait -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/watch -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/wayland-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/wayland-cursor -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/whats_this: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/whats_this -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/x-cursor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/x-cursor -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/xterm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/xterm -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/zoom-in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/zoom-in -------------------------------------------------------------------------------- /misc/Qogir-cursors/cursors/zoom-out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/Qogir-cursors/cursors/zoom-out -------------------------------------------------------------------------------- /misc/Qogir-cursors/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Name=Qogir Cursors 3 | 4 | -------------------------------------------------------------------------------- /misc/colorScheme_list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/colorScheme_list.sh -------------------------------------------------------------------------------- /misc/environment: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/environment -------------------------------------------------------------------------------- /misc/obsidia_themes/style-settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/misc/obsidia_themes/style-settings.json -------------------------------------------------------------------------------- /qbit/mocha.qbtheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/qbit/mocha.qbtheme -------------------------------------------------------------------------------- /rofi/bin/asroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/asroot -------------------------------------------------------------------------------- /rofi/bin/confirm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/confirm -------------------------------------------------------------------------------- /rofi/bin/launcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/launcher -------------------------------------------------------------------------------- /rofi/bin/lockscreen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/lockscreen -------------------------------------------------------------------------------- /rofi/bin/monitor: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/monitor -------------------------------------------------------------------------------- /rofi/bin/powermenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/powermenu -------------------------------------------------------------------------------- /rofi/bin/screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/screenshot -------------------------------------------------------------------------------- /rofi/bin/testing.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | source ./lockscreen 4 | 5 | -------------------------------------------------------------------------------- /rofi/bin/windows: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/bin/windows -------------------------------------------------------------------------------- /rofi/themes/asroot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/asroot.rasi -------------------------------------------------------------------------------- /rofi/themes/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/adapta.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/adapta.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/arc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/arc.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/black.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/black.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/catppuccin.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/catppuccin.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/cyberpunk.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/cyberpunk.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/dracula.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/everforest.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/everforest.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/gruvbox.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/gruvbox.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/lovelace.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/lovelace.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/navy.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/navy.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/nord.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/onedark.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/paper.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/paper.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/solarized.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/solarized.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/tokyonight.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/tokyonight.rasi -------------------------------------------------------------------------------- /rofi/themes/colors/yousai.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/colors/yousai.rasi -------------------------------------------------------------------------------- /rofi/themes/confirmation/askpass.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/confirmation/askpass.rasi -------------------------------------------------------------------------------- /rofi/themes/confirmation/confirm.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/confirmation/confirm.rasi -------------------------------------------------------------------------------- /rofi/themes/launcher.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/launcher.rasi -------------------------------------------------------------------------------- /rofi/themes/monitor.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/monitor.rasi -------------------------------------------------------------------------------- /rofi/themes/powermenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/powermenu.rasi -------------------------------------------------------------------------------- /rofi/themes/screenshot.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/screenshot.rasi -------------------------------------------------------------------------------- /rofi/themes/shared/colors.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/shared/colors.rasi -------------------------------------------------------------------------------- /rofi/themes/shared/fonts.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/rofi/themes/shared/fonts.rasi -------------------------------------------------------------------------------- /screenshots/screenshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/screenshots/screenshots.png -------------------------------------------------------------------------------- /starship/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/starship/starship.toml -------------------------------------------------------------------------------- /sync_local_config_to_repo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/sync_local_config_to_repo.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/.gitignore -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/.markdownlint.json -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/.olint.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/.olint.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/.shellcheckrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/.shellcheckrc -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/.vscode/launch.json -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "shellcheck.enable": false 3 | } 4 | -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/LICENSE -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/README.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/docs/Caching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/docs/Caching.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/docs/CustomMenus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/docs/CustomMenus.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/docs/Debugging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/docs/Debugging.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/docs/Modifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/docs/Modifications.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/docs/SingleQuotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/docs/SingleQuotes.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/docs/Styling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/docs/Styling.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/docs/TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/docs/TODO.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/advanced.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/advanced.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/external_tools/dropbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/external_tools/dropbox.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/external_tools/mullvad.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/external_tools/mullvad.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/external_tools/spotify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/external_tools/spotify.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/extras.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/extras.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_currencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_currencies.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_extras.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_extras.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_missing_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_missing_keys.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_pane_history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_pane_history.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_pane_move.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_pane_move.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_paste_buffers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_paste_buffers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_summary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_summary.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/help/help_window_move.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/help/help_window_move.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/hints/choose-buffer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/hints/choose-buffer.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/hints/choose-client.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/hints/choose-client.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/hints/choose-tree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/hints/choose-tree.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/hints/customize-mode.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/hints/customize-mode.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/layouts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/layouts.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/layouts_indicators.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/layouts_indicators.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/layouts_lines.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/layouts_lines.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/main.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/nav_search.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/nav_search.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/currencies.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/currencies.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_a.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_a.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_c.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_c.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_d.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_d.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_e.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_e.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_g.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_g.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_h.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_h.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_i.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_i.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_k.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_k.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_l.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_l.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_n.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_n.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_o.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_o.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_r.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_r.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_s.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_s.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_t.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_t.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_u.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_u.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_w.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_w.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_y.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_y.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/diacritics_z.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/diacritics_z.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/odd_chars/missing_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/odd_chars/missing_keys.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/pane_history.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/pane_history.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/pane_move.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/pane_move.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/pane_resize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/pane_resize.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/pane_split.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/pane_split.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/panes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/panes.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/paste_buffers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/paste_buffers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/sessions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/sessions.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/window_move.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/window_move.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/window_split.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/window_split.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/items/windows.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/items/windows.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/menus.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/menus.tmux -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/pyproject.toml -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/act_choose_tree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/act_choose_tree.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/act_clear_screen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/act_clear_screen.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/act_display_char.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/act_display_char.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/break_pane.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/break_pane.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/change_prefix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/change_prefix.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/dead_code/_mullvad_country.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/dead_code/_mullvad_country.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/dead_code/act_unlink_and_jump_to.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/dead_code/act_unlink_and_jump_to.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/dead_code/config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/dead_code/config.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/dead_code/move_menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/dead_code/move_menu.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/dialog_handling.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/dialog_handling.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/external_dialog_handle.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/external_dialog_handle.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/external_dialog_trigger.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/external_dialog_trigger.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/helpers_minimal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/helpers_minimal.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/kill_other_windows.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/kill_other_windows.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/plugin_init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/plugin_init.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/reload_conf.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/reload_conf.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/relocate_pane.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/relocate_pane.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/relocate_window.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/relocate_window.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/show_cmd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/show_cmd.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/update_custom_inventory.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/update_custom_inventory.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/utils/cache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/utils/cache.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/utils/dbg_profiling.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/utils/dbg_profiling.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/utils/helpers_full.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/utils/helpers_full.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/utils/std_alone_log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/utils/std_alone_log.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/scripts/utils/tmux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/scripts/utils/tmux.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/templates/custom_index_template.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/templates/custom_index_template.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/templates/custom_item_template.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/templates/custom_item_template.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/tools/dbg_vars.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/tools/dbg_vars.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/tools/plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/tools/plugins.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/tools/public_ip.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/tools/public_ip.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-menus/tools/show_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-menus/tools/show_config.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/.gitattributes -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/.gitignore -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/.gitmodules -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/.travis.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/CONTRIBUTING.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/LICENSE.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/README.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/custom_key_bindings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/custom_key_bindings.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/hooks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/hooks.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/migrating_from_tmuxinator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/migrating_from_tmuxinator.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/restoring_bash_history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/restoring_bash_history.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/restoring_pane_contents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/restoring_pane_contents.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/restoring_previously_saved_environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/restoring_previously_saved_environment.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/restoring_programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/restoring_programs.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/restoring_vim_and_neovim_sessions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/restoring_vim_and_neovim_sessions.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/docs/save_dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/docs/save_dir.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/.gitignore: -------------------------------------------------------------------------------- 1 | .vagrant/ 2 | lib/ 3 | -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/.travis.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/LICENSE.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/README.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/Vagrantfile -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/run_framework_tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/run_framework_tests -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/setup -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/tests/helpers/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/tests/helpers/helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/tests/run_tests_in_isolation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/tests/run_tests_in_isolation -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_basic_script_execution.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | exit 0 4 | -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_default_session_name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_default_session_name.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_tmux_scripting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/tests/test_tmux_scripting.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_centos_provisioning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_centos_provisioning.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_ubuntu_provisioning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/lib/tmux-test/vagrant_ubuntu_provisioning.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/resurrect.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/resurrect.tmux -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/save_command_strategies/gdb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/save_command_strategies/gdb.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/save_command_strategies/linux_procfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/save_command_strategies/linux_procfs.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/save_command_strategies/pgrep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/save_command_strategies/pgrep.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/save_command_strategies/ps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/save_command_strategies/ps.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/check_tmux_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/check_tmux_version.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/process_restore_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/process_restore_helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/restore.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/restore.exp -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/restore.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/save.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/save.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/spinner_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/spinner_helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/tmux_spinner.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/tmux_spinner.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/scripts/variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/scripts/variables.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/strategies/irb_default_strategy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/strategies/irb_default_strategy.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/strategies/mosh-client_default_strategy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/strategies/mosh-client_default_strategy.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/strategies/nvim_session.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/strategies/nvim_session.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/strategies/vim_session.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/strategies/vim_session.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/fixtures/restore_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/fixtures/restore_file.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/fixtures/save_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/fixtures/save_file.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/helpers/create_and_save_tmux_test_environment.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/helpers/create_and_save_tmux_test_environment.exp -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/helpers/expect_helpers.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/helpers/expect_helpers.exp -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/helpers/restore_and_save_tmux_test_environment.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/helpers/restore_and_save_tmux_test_environment.exp -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/helpers/resurrect_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/helpers/resurrect_helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/test_resurrect_restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/test_resurrect_restore.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/tests/test_resurrect_save.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/tests/test_resurrect_save.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/video/issue_vid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/video/issue_vid.png -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/video/screencast_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/video/screencast_img.png -------------------------------------------------------------------------------- /tmux/plugins/tmux-resurrect/video/script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-resurrect/video/script.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-sensible/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-sensible/.gitattributes -------------------------------------------------------------------------------- /tmux/plugins/tmux-sensible/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-sensible/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-sensible/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-sensible/LICENSE.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-sensible/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-sensible/README.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-sensible/sensible.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-sensible/sensible.tmux -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/.editorconfig -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/.gitattributes -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/.gitignore: -------------------------------------------------------------------------------- 1 | .vagrant/ 2 | -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/.travis.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/LICENSE.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/README.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/Vagrantfile -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/_config.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/citest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/citest -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/scripts/copy_line.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/scripts/copy_line.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/scripts/copy_pane_pwd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/scripts/copy_pane_pwd.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/scripts/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/scripts/helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/vagrant_provisioning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/vagrant_provisioning.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/video/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/video/README.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/video/screencast_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/video/screencast_img.png -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/video/script.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/video/script.md -------------------------------------------------------------------------------- /tmux/plugins/tmux-yank/yank.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux-yank/yank.tmux -------------------------------------------------------------------------------- /tmux/plugins/tmux/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.editorconfig -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/ISSUE_TEMPLATE/enhancement.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/ISSUE_TEMPLATE/enhancement.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/ISSUE_TEMPLATE/meta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/ISSUE_TEMPLATE/meta.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/release-please-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/release-please-config.json -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/release-please-manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | ".": "2.1.3" 3 | } 4 | -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/workflows/release.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/workflows/shellcheck.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/workflows/shellcheck.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux/.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.github/workflows/test.yml -------------------------------------------------------------------------------- /tmux/plugins/tmux/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.gitignore -------------------------------------------------------------------------------- /tmux/plugins/tmux/.markdownlint.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.markdownlint.jsonc -------------------------------------------------------------------------------- /tmux/plugins/tmux/.shellcheckrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/.shellcheckrc -------------------------------------------------------------------------------- /tmux/plugins/tmux/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/CONTRIBUTING.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/LICENSE -------------------------------------------------------------------------------- /tmux/plugins/tmux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/README.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/config1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/config1.png -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/config2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/config2.png -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/config3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/config3.png -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/demos/basic.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/demos/basic.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/demos/basic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/demos/basic.gif -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/demos/basic.tape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/demos/basic.tape -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/example-config.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/example-config.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/frappe.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/frappe.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/generate_preview.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/generate_preview.fish -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/latte.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/latte.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/macchiato.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/macchiato.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/mocha.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/mocha.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/preview.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/preview.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/ram-example.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/ram-example.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/structure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/structure.svg -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/window-basic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/window-basic.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/window-none.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/window-none.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/window-rounded.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/window-rounded.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/assets/window-slanted.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/assets/window-slanted.webp -------------------------------------------------------------------------------- /tmux/plugins/tmux/catppuccin.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/catppuccin.tmux -------------------------------------------------------------------------------- /tmux/plugins/tmux/catppuccin_options_tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/catppuccin_options_tmux.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/catppuccin_tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/catppuccin_tmux.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/docs/explanation/design.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/docs/explanation/design.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/docs/guides/troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/docs/guides/troubleshooting.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/docs/reference/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/docs/reference/configuration.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/docs/reference/status-line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/docs/reference/status-line.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/docs/tutorials/01-getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/docs/tutorials/01-getting-started.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/docs/tutorials/02-custom-status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/docs/tutorials/02-custom-status.md -------------------------------------------------------------------------------- /tmux/plugins/tmux/renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/renovate.json -------------------------------------------------------------------------------- /tmux/plugins/tmux/run_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/run_tests.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/application.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/application.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/battery.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/battery.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/clima.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/clima.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/cpu.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/cpu.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/date_time.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/date_time.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/directory.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/directory.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/gitmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/gitmux.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/host.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/host.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/kube.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/kube.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/load.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/load.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/pomodoro_plus.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/pomodoro_plus.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/session.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/session.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/uptime.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/uptime.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/user.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/user.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/status/weather.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/status/weather.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/application_module.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/application_module.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/application_module_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/application_module_expected.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/battery_module.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/battery_module.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/battery_module_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/battery_module_expected.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/cpu_module.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/cpu_module.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/cpu_module_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/cpu_module_expected.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/default_options.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/default_options.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/default_options_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/default_options_expected.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/harness.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/harness.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/load_module.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/load_module.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/load_module_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/load_module_expected.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/pane_styling.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/pane_styling.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/pane_styling_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/pane_styling_expected.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/window_status_styling.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/window_status_styling.sh -------------------------------------------------------------------------------- /tmux/plugins/tmux/tests/window_status_styling_expected.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tests/window_status_styling_expected.txt -------------------------------------------------------------------------------- /tmux/plugins/tmux/themes/catppuccin_frappe_tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/themes/catppuccin_frappe_tmux.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/themes/catppuccin_latte_tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/themes/catppuccin_latte_tmux.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/themes/catppuccin_macchiato_tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/themes/catppuccin_macchiato_tmux.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/themes/catppuccin_mocha_tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/themes/catppuccin_mocha_tmux.conf -------------------------------------------------------------------------------- /tmux/plugins/tmux/tmux.tera: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/tmux.tera -------------------------------------------------------------------------------- /tmux/plugins/tmux/utils/status_module.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tmux/utils/status_module.conf -------------------------------------------------------------------------------- /tmux/plugins/tpm/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/.gitattributes -------------------------------------------------------------------------------- /tmux/plugins/tpm/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/.gitignore -------------------------------------------------------------------------------- /tmux/plugins/tpm/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/.gitmodules -------------------------------------------------------------------------------- /tmux/plugins/tpm/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/.travis.yml -------------------------------------------------------------------------------- /tmux/plugins/tpm/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/HOW_TO_PLUGIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/HOW_TO_PLUGIN.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/LICENSE.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/README.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/bin/clean_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/bin/clean_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/bin/install_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/bin/install_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/bin/update_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/bin/update_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/bindings/clean_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/bindings/clean_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/bindings/install_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/bindings/install_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/bindings/update_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/bindings/update_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/docs/automatic_tpm_installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/docs/automatic_tpm_installation.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/docs/changing_plugins_install_dir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/docs/changing_plugins_install_dir.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/docs/how_to_create_plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/docs/how_to_create_plugin.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/docs/managing_plugins_via_cmd_line.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/docs/tpm_not_working.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/docs/tpm_not_working.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/.gitignore: -------------------------------------------------------------------------------- 1 | .vagrant/ 2 | lib/ 3 | -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/.travis.yml -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/CHANGELOG.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/LICENSE.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/README.md -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/Vagrantfile -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/run_framework_tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/run_framework_tests -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/setup -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/tests/helpers/helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/tests/helpers/helpers.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/tests/run_tests_in_isolation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/tests/run_tests_in_isolation -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/tests/test_basic_script_execution.sh: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env bash 2 | 3 | exit 0 4 | -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/tests/test_default_session_name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/tests/test_default_session_name.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/tests/test_tmux_scripting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/tests/test_tmux_scripting.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/vagrant_centos_provisioning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/vagrant_centos_provisioning.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/lib/tmux-test/vagrant_ubuntu_provisioning.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/lib/tmux-test/vagrant_ubuntu_provisioning.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/check_tmux_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/check_tmux_version.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/clean_plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/clean_plugins.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/helpers/plugin_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/helpers/plugin_functions.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/helpers/shell_echo_functions.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/helpers/tmux_echo_functions.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/helpers/tmux_utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/helpers/tmux_utils.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/helpers/utility.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/helpers/utility.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/install_plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/install_plugins.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/source_plugins.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/source_plugins.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/update_plugin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/update_plugin.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/update_plugin_prompt_handler.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/scripts/variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/scripts/variables.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/expect_failed_plugin_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/expect_failed_plugin_download -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/expect_successful_clean_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/expect_successful_clean_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/expect_successful_multiple_plugins_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/expect_successful_multiple_plugins_download -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/expect_successful_plugin_download: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/expect_successful_plugin_download -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/expect_successful_update_of_a_single_plugin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/expect_successful_update_of_a_single_plugin -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/expect_successful_update_of_all_plugins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/expect_successful_update_of_all_plugins -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/helpers/tpm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/helpers/tpm.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/test_plugin_clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/test_plugin_clean.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/test_plugin_installation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/test_plugin_installation.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/test_plugin_installation_legacy.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/test_plugin_sourcing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/test_plugin_sourcing.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/tests/test_plugin_update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tests/test_plugin_update.sh -------------------------------------------------------------------------------- /tmux/plugins/tpm/tpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/tpm/tpm -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/vim-tmux-navigator/.github/workflows/main.yml -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/.gitignore: -------------------------------------------------------------------------------- 1 | doc/tags 2 | -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/vim-tmux-navigator/License.md -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/vim-tmux-navigator/README.md -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/doc/tmux-navigator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/vim-tmux-navigator/doc/tmux-navigator.txt -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/pattern-check: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/vim-tmux-navigator/pattern-check -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/plugin/tmux_navigator.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/vim-tmux-navigator/plugin/tmux_navigator.vim -------------------------------------------------------------------------------- /tmux/plugins/vim-tmux-navigator/vim-tmux-navigator.tmux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/plugins/vim-tmux-navigator/vim-tmux-navigator.tmux -------------------------------------------------------------------------------- /tmux/temp.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/temp.zip -------------------------------------------------------------------------------- /tmux/tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/tmux/tmux.conf -------------------------------------------------------------------------------- /waybar/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/config -------------------------------------------------------------------------------- /waybar/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/config.json -------------------------------------------------------------------------------- /waybar/configs/custom_modules/modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/configs/custom_modules/modules -------------------------------------------------------------------------------- /waybar/configs/custom_modules/privacy_container: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/configs/custom_modules/privacy_container -------------------------------------------------------------------------------- /waybar/scripts/checkupdates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/scripts/checkupdates -------------------------------------------------------------------------------- /waybar/scripts/custom/privacy-test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/scripts/custom/privacy-test.sh -------------------------------------------------------------------------------- /waybar/scripts/pacman-update-icon.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/scripts/pacman-update-icon.sh -------------------------------------------------------------------------------- /waybar/scripts/rofi-wifi-menu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/scripts/rofi-wifi-menu.sh -------------------------------------------------------------------------------- /waybar/scripts/title/icon_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/scripts/title/icon_check.sh -------------------------------------------------------------------------------- /waybar/scripts/window-name.sh: -------------------------------------------------------------------------------- 1 | #!/bin/env bash 2 | 3 | hyprctl activewindow | grep -oP 'class: \K[^\s]+' 4 | -------------------------------------------------------------------------------- /waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/style.css -------------------------------------------------------------------------------- /waybar/style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/style.css.map -------------------------------------------------------------------------------- /waybar/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukas0173/Hyprland-dotfiles/HEAD/waybar/style.scss --------------------------------------------------------------------------------