From 38947e2468751c6f7d80ae51615a82f4b699d468 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 4 Feb 2021 22:29:15 -0600 Subject: [PATCH] Rework directory structure to more accurately reflect what the "work" package did --- README.md | 3 ++- .../.config/qt5ct/qt5ct.conf | 0 {work => theme-qt-gruvbox-light}/.config/qt5ct/qt5ct.conf | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename {desktop-gruvbox => theme-qt-gruvbox-dark}/.config/qt5ct/qt5ct.conf (100%) rename {work => theme-qt-gruvbox-light}/.config/qt5ct/qt5ct.conf (100%) diff --git a/README.md b/README.md index 115e8e31..a15af5f1 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ This stash contains a number of packages for numerous situations. Note that `con | `base` | The base package contains shell and core utility configuration. Other packages do not depend on it; it merely contains basic configuration that I find necessary in every case. | | `desktop-common` | Common configuration shared across all possible rices. This contains things such as keybindings for applications, Quake configs, Redshift, etc. Configuration files with themes are avoided where possible. | | `desktop-gruvbox` | My current rice and its accompanying configs. A nice and simple one with Rofi, bspwm, Dunst, Compton, and Polybar. | +| `theme-qt-gruvbox-dark` | A dark mode theme for general use | +| `theme-qt-gruvbox-light` | A light mode for my work user | | `theme-gruvbox` | A Gruvbox Materia GTK theme and an accompanying Papirus icon theme. | -| `work` | Dots specific to my work user setup. | | `git` | My personal git configuration. Separated from base because sometimes I don't want cockmail on all my commits. | | `mac` | MacOS-specific configs. Very sparse; I hardly ever have to use one. | | `ssh` | SSH configuration for my desktop machines. | diff --git a/desktop-gruvbox/.config/qt5ct/qt5ct.conf b/theme-qt-gruvbox-dark/.config/qt5ct/qt5ct.conf similarity index 100% rename from desktop-gruvbox/.config/qt5ct/qt5ct.conf rename to theme-qt-gruvbox-dark/.config/qt5ct/qt5ct.conf diff --git a/work/.config/qt5ct/qt5ct.conf b/theme-qt-gruvbox-light/.config/qt5ct/qt5ct.conf similarity index 100% rename from work/.config/qt5ct/qt5ct.conf rename to theme-qt-gruvbox-light/.config/qt5ct/qt5ct.conf