From 4bd70602b6f5e367fa4f0c127732bc001dbf4694 Mon Sep 17 00:00:00 2001 From: orca Date: Sun, 21 Jan 2024 12:09:37 +0100 Subject: [PATCH] Organized the configuration. Closes #1. --- {images => .images}/desktop.png | Bin README.md | 2 +- {dunst => gui/desktop/dunst}/dunstrc | 0 {hypr => gui/desktop/hypr}/background | Bin {hypr => gui/desktop/hypr}/bindings.conf | 0 {hypr => gui/desktop/hypr}/definitions.conf | 0 {hypr => gui/desktop/hypr}/executables.conf | 0 {hypr => gui/desktop/hypr}/hyprland.conf | 0 {hypr => gui/desktop/hypr}/window-rules.conf | 0 {waybar => gui/desktop/waybar}/colors.css | 0 {waybar => gui/desktop/waybar}/config.jsonc | 0 {waybar => gui/desktop/waybar}/config.jsonc.m4 | 0 {waybar => gui/desktop/waybar}/generate.sh | 0 {waybar => gui/desktop/waybar}/style.css | 0 {waybar => gui/desktop/waybar}/style.css.m4 | 0 {kitty => gui/kitty}/kitty.conf | 0 {kitty => gui/kitty}/macchiato.conf | 0 {kitty => gui/kitty}/tab_bar.py | 0 .../mullvad}/mullvadbrowser/installs.ini | 0 .../mullvad}/mullvadbrowser/profiles.ini | 0 {zathura => gui/zathura}/theme | 0 {zathura => gui/zathura}/zathurarc | 0 {btop => tui/btop}/btop.conf | 0 {btop => tui/btop}/themes/aurum.theme | 0 {fish => tui/fish}/config.fish | 0 {fish => tui/fish}/fish_plugins | 0 {fish => tui/fish}/themes/Macchiato.theme | 0 {fish => tui/fish}/update.fish | 0 {font => tui/font}/README.md | 0 {font => tui/font}/atlas.tar.xz | Bin {font => tui/font}/build/private-build-plans.toml | 0 {font => tui/font}/build/shell.nix | 0 {font => tui/font}/install.sh | 0 {helix => tui/helix}/config.toml | 0 {helix => tui/helix}/languages.toml | 0 {helix => tui/helix}/themes/aurum.toml | 0 radare2rc => tui/radare2rc | 0 37 files changed, 1 insertion(+), 1 deletion(-) rename {images => .images}/desktop.png (100%) rename {dunst => gui/desktop/dunst}/dunstrc (100%) rename {hypr => gui/desktop/hypr}/background (100%) rename {hypr => gui/desktop/hypr}/bindings.conf (100%) rename {hypr => gui/desktop/hypr}/definitions.conf (100%) rename {hypr => gui/desktop/hypr}/executables.conf (100%) rename {hypr => gui/desktop/hypr}/hyprland.conf (100%) rename {hypr => gui/desktop/hypr}/window-rules.conf (100%) rename {waybar => gui/desktop/waybar}/colors.css (100%) rename {waybar => gui/desktop/waybar}/config.jsonc (100%) rename {waybar => gui/desktop/waybar}/config.jsonc.m4 (100%) rename {waybar => gui/desktop/waybar}/generate.sh (100%) rename {waybar => gui/desktop/waybar}/style.css (100%) rename {waybar => gui/desktop/waybar}/style.css.m4 (100%) rename {kitty => gui/kitty}/kitty.conf (100%) rename {kitty => gui/kitty}/macchiato.conf (100%) rename {kitty => gui/kitty}/tab_bar.py (100%) rename {mullvad => gui/mullvad}/mullvadbrowser/installs.ini (100%) rename {mullvad => gui/mullvad}/mullvadbrowser/profiles.ini (100%) rename {zathura => gui/zathura}/theme (100%) rename {zathura => gui/zathura}/zathurarc (100%) rename {btop => tui/btop}/btop.conf (100%) rename {btop => tui/btop}/themes/aurum.theme (100%) rename {fish => tui/fish}/config.fish (100%) rename {fish => tui/fish}/fish_plugins (100%) rename {fish => tui/fish}/themes/Macchiato.theme (100%) rename {fish => tui/fish}/update.fish (100%) rename {font => tui/font}/README.md (100%) rename {font => tui/font}/atlas.tar.xz (100%) rename {font => tui/font}/build/private-build-plans.toml (100%) rename {font => tui/font}/build/shell.nix (100%) rename {font => tui/font}/install.sh (100%) rename {helix => tui/helix}/config.toml (100%) rename {helix => tui/helix}/languages.toml (100%) rename {helix => tui/helix}/themes/aurum.toml (100%) rename radare2rc => tui/radare2rc (100%) diff --git a/images/desktop.png b/.images/desktop.png similarity index 100% rename from images/desktop.png rename to .images/desktop.png diff --git a/README.md b/README.md index 006f7d9..53615d8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ My minimal desktop workflow. ## What does it look like? -![My desktop workflow](./images/desktop.png) +![My desktop workflow](./.images/desktop.png) ## What is the colorscheme? diff --git a/dunst/dunstrc b/gui/desktop/dunst/dunstrc similarity index 100% rename from dunst/dunstrc rename to gui/desktop/dunst/dunstrc diff --git a/hypr/background b/gui/desktop/hypr/background similarity index 100% rename from hypr/background rename to gui/desktop/hypr/background diff --git a/hypr/bindings.conf b/gui/desktop/hypr/bindings.conf similarity index 100% rename from hypr/bindings.conf rename to gui/desktop/hypr/bindings.conf diff --git a/hypr/definitions.conf b/gui/desktop/hypr/definitions.conf similarity index 100% rename from hypr/definitions.conf rename to gui/desktop/hypr/definitions.conf diff --git a/hypr/executables.conf b/gui/desktop/hypr/executables.conf similarity index 100% rename from hypr/executables.conf rename to gui/desktop/hypr/executables.conf diff --git a/hypr/hyprland.conf b/gui/desktop/hypr/hyprland.conf similarity index 100% rename from hypr/hyprland.conf rename to gui/desktop/hypr/hyprland.conf diff --git a/hypr/window-rules.conf b/gui/desktop/hypr/window-rules.conf similarity index 100% rename from hypr/window-rules.conf rename to gui/desktop/hypr/window-rules.conf diff --git a/waybar/colors.css b/gui/desktop/waybar/colors.css similarity index 100% rename from waybar/colors.css rename to gui/desktop/waybar/colors.css diff --git a/waybar/config.jsonc b/gui/desktop/waybar/config.jsonc similarity index 100% rename from waybar/config.jsonc rename to gui/desktop/waybar/config.jsonc diff --git a/waybar/config.jsonc.m4 b/gui/desktop/waybar/config.jsonc.m4 similarity index 100% rename from waybar/config.jsonc.m4 rename to gui/desktop/waybar/config.jsonc.m4 diff --git a/waybar/generate.sh b/gui/desktop/waybar/generate.sh similarity index 100% rename from waybar/generate.sh rename to gui/desktop/waybar/generate.sh diff --git a/waybar/style.css b/gui/desktop/waybar/style.css similarity index 100% rename from waybar/style.css rename to gui/desktop/waybar/style.css diff --git a/waybar/style.css.m4 b/gui/desktop/waybar/style.css.m4 similarity index 100% rename from waybar/style.css.m4 rename to gui/desktop/waybar/style.css.m4 diff --git a/kitty/kitty.conf b/gui/kitty/kitty.conf similarity index 100% rename from kitty/kitty.conf rename to gui/kitty/kitty.conf diff --git a/kitty/macchiato.conf b/gui/kitty/macchiato.conf similarity index 100% rename from kitty/macchiato.conf rename to gui/kitty/macchiato.conf diff --git a/kitty/tab_bar.py b/gui/kitty/tab_bar.py similarity index 100% rename from kitty/tab_bar.py rename to gui/kitty/tab_bar.py diff --git a/mullvad/mullvadbrowser/installs.ini b/gui/mullvad/mullvadbrowser/installs.ini similarity index 100% rename from mullvad/mullvadbrowser/installs.ini rename to gui/mullvad/mullvadbrowser/installs.ini diff --git a/mullvad/mullvadbrowser/profiles.ini b/gui/mullvad/mullvadbrowser/profiles.ini similarity index 100% rename from mullvad/mullvadbrowser/profiles.ini rename to gui/mullvad/mullvadbrowser/profiles.ini diff --git a/zathura/theme b/gui/zathura/theme similarity index 100% rename from zathura/theme rename to gui/zathura/theme diff --git a/zathura/zathurarc b/gui/zathura/zathurarc similarity index 100% rename from zathura/zathurarc rename to gui/zathura/zathurarc diff --git a/btop/btop.conf b/tui/btop/btop.conf similarity index 100% rename from btop/btop.conf rename to tui/btop/btop.conf diff --git a/btop/themes/aurum.theme b/tui/btop/themes/aurum.theme similarity index 100% rename from btop/themes/aurum.theme rename to tui/btop/themes/aurum.theme diff --git a/fish/config.fish b/tui/fish/config.fish similarity index 100% rename from fish/config.fish rename to tui/fish/config.fish diff --git a/fish/fish_plugins b/tui/fish/fish_plugins similarity index 100% rename from fish/fish_plugins rename to tui/fish/fish_plugins diff --git a/fish/themes/Macchiato.theme b/tui/fish/themes/Macchiato.theme similarity index 100% rename from fish/themes/Macchiato.theme rename to tui/fish/themes/Macchiato.theme diff --git a/fish/update.fish b/tui/fish/update.fish similarity index 100% rename from fish/update.fish rename to tui/fish/update.fish diff --git a/font/README.md b/tui/font/README.md similarity index 100% rename from font/README.md rename to tui/font/README.md diff --git a/font/atlas.tar.xz b/tui/font/atlas.tar.xz similarity index 100% rename from font/atlas.tar.xz rename to tui/font/atlas.tar.xz diff --git a/font/build/private-build-plans.toml b/tui/font/build/private-build-plans.toml similarity index 100% rename from font/build/private-build-plans.toml rename to tui/font/build/private-build-plans.toml diff --git a/font/build/shell.nix b/tui/font/build/shell.nix similarity index 100% rename from font/build/shell.nix rename to tui/font/build/shell.nix diff --git a/font/install.sh b/tui/font/install.sh similarity index 100% rename from font/install.sh rename to tui/font/install.sh diff --git a/helix/config.toml b/tui/helix/config.toml similarity index 100% rename from helix/config.toml rename to tui/helix/config.toml diff --git a/helix/languages.toml b/tui/helix/languages.toml similarity index 100% rename from helix/languages.toml rename to tui/helix/languages.toml diff --git a/helix/themes/aurum.toml b/tui/helix/themes/aurum.toml similarity index 100% rename from helix/themes/aurum.toml rename to tui/helix/themes/aurum.toml diff --git a/radare2rc b/tui/radare2rc similarity index 100% rename from radare2rc rename to tui/radare2rc