From a8208af95d84da7852bec554d198ca3cec4eccf4 Mon Sep 17 00:00:00 2001 From: Buliway Date: Sat, 20 Dec 2025 22:09:19 +0300 Subject: [PATCH] Update system to latest unstable and Linux 6.18.2 Changes - Update pkgs to latest unstable (2025.12.26) and spkgs to 25.05 - Fix qt5 "end of life" and use `sddm qt5` - Fix mpv config symlink - Fix starship config - Rename `hardware.pulseaudio` to `services.pulseaudio` - Use `qview` as a default image viewer - Disable `qt` theme settings in `./shit/`. Stylix now works with Qt - Enable `flatpak` - Install `kubernetes`, `godot`, `ldtk`, `adb`, `throne` - Update `neovim` to 0.11 - Delete `vscode.nix`, `imv.nix`, `git.nix`, `lynx.nix` - Delete `mtr`, `ollama`, `pg-admin4`, `postgres-lsp`, `lynx`, `imv`, `feh`, `osu`, `gimp` - Delete `rustup` and `driwio` cuz no binary cache - Commented many packages --- flake.lock | 451 +- flake.nix | 23 +- modules/home-manager/mpv/mpv.conf | 2 +- modules/home-manager/mpv/mpv.nix | 17 +- modules/home-manager/ranger/ranger.nix | 8 +- modules/home-manager/symlinks.nix | 25 - modules/home-manager/terminal/starship.nix | 6 +- modules/home-manager/terminal/zsh.nix | 16 +- modules/home-manager/wm/bspwm/bspwm.nix | 3 +- modules/nixos/hardware.nix | 17 - modules/nixos/network.nix | 23 +- modules/nixos/sound.nix | 38 +- modules/nixos/stylix.nix | 13 - modules/nixos/xserver.nix | 6 +- nixos/configuration.nix | 30 +- nixos/home.nix | 15 +- nixos/packages.nix | 128 +- .../Catppuccin-Latte.kvconfig | 466 -- .../Catppuccin-Latte/Catppuccin-Latte.svg | 1958 ----- .../Catppuccin-Mocha.kvconfig | 466 -- .../Catppuccin-Mocha/Catppuccin-Mocha.svg | 1958 ----- .../Cyberpunk-Edge/Cyberpunk-Edge.kvconfig | 562 -- .../Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg | 6789 --------------- shit/Kvantum/Decay-Green/Decay-Green.kvconfig | 466 -- shit/Kvantum/Decay-Green/Decay-Green.svg | 7279 ----------------- .../Frosted-Glass/Frosted-Glass.kvconfig | 563 -- shit/Kvantum/Frosted-Glass/Frosted-Glass.svg | 6674 --------------- .../Graphite-Mono/Graphite-Mono.kvconfig | 562 -- shit/Kvantum/Graphite-Mono/Graphite-Mono.svg | 6303 -------------- .../Gruvbox-Retro/Gruvbox-Retro.kvconfig | 544 -- shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg | 5594 ------------- .../Material-Sakura/Material-Sakura.kvconfig | 466 -- .../Material-Sakura/Material-Sakura.svg | 7279 ----------------- shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig | 466 -- shit/Kvantum/Rose-Pine/Rose-Pine.svg | 7279 ----------------- shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig | 466 -- shit/Kvantum/Tokyo-Night/Tokyo-Night.svg | 7279 ----------------- shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig | 562 -- shit/Kvantum/Wall-Dcol/Wall-Dcol.svg | 6303 -------------- shit/Kvantum/kvantum.kvconfig | 2 - shit/install.sh | 4 - shit/qt5ct/colors/Catppuccin-Latte.conf | 4 - shit/qt5ct/colors/Catppuccin-Mocha.conf | 4 - shit/qt5ct/colors/Cyberpunk-Edge.conf | 4 - shit/qt5ct/colors/Decay-Green.conf | 4 - shit/qt5ct/colors/Frosted-Glass.conf | 4 - shit/qt5ct/colors/Graphite-Mono.conf | 4 - shit/qt5ct/colors/Gruvbox-Retro.conf | 4 - shit/qt5ct/colors/Material-Sakura.conf | 4 - shit/qt5ct/colors/Rose-Pine.conf | 4 - shit/qt5ct/colors/Tokyo-Night.conf | 4 - shit/qt5ct/qt5ct.conf | 32 - shit/qt6ct/colors/Catppuccin-Latte.conf | 4 - shit/qt6ct/colors/Catppuccin-Mocha.conf | 4 - shit/qt6ct/colors/Cyberpunk-Edge.conf | 4 - shit/qt6ct/colors/Decay-Green.conf | 4 - shit/qt6ct/colors/Frosted-Glass.conf | 4 - shit/qt6ct/colors/Graphite-Mono.conf | 4 - shit/qt6ct/colors/Gruvbox-Retro.conf | 4 - shit/qt6ct/colors/Material-Sakura.conf | 4 - shit/qt6ct/colors/Rose-Pine.conf | 4 - shit/qt6ct/colors/Tokyo-Night.conf | 4 - shit/qt6ct/colors/Wall-Dcol.conf | 4 - shit/qt6ct/qt6ct.conf | 35 - 64 files changed, 262 insertions(+), 71000 deletions(-) delete mode 100644 shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig delete mode 100644 shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg delete mode 100644 shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig delete mode 100644 shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg delete mode 100644 shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.kvconfig delete mode 100644 shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg delete mode 100644 shit/Kvantum/Decay-Green/Decay-Green.kvconfig delete mode 100644 shit/Kvantum/Decay-Green/Decay-Green.svg delete mode 100644 shit/Kvantum/Frosted-Glass/Frosted-Glass.kvconfig delete mode 100644 shit/Kvantum/Frosted-Glass/Frosted-Glass.svg delete mode 100644 shit/Kvantum/Graphite-Mono/Graphite-Mono.kvconfig delete mode 100644 shit/Kvantum/Graphite-Mono/Graphite-Mono.svg delete mode 100644 shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.kvconfig delete mode 100644 shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg delete mode 100644 shit/Kvantum/Material-Sakura/Material-Sakura.kvconfig delete mode 100644 shit/Kvantum/Material-Sakura/Material-Sakura.svg delete mode 100644 shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig delete mode 100644 shit/Kvantum/Rose-Pine/Rose-Pine.svg delete mode 100644 shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig delete mode 100644 shit/Kvantum/Tokyo-Night/Tokyo-Night.svg delete mode 100644 shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig delete mode 100644 shit/Kvantum/Wall-Dcol/Wall-Dcol.svg delete mode 100644 shit/Kvantum/kvantum.kvconfig delete mode 100644 shit/qt5ct/colors/Catppuccin-Latte.conf delete mode 100644 shit/qt5ct/colors/Catppuccin-Mocha.conf delete mode 100644 shit/qt5ct/colors/Cyberpunk-Edge.conf delete mode 100644 shit/qt5ct/colors/Decay-Green.conf delete mode 100644 shit/qt5ct/colors/Frosted-Glass.conf delete mode 100644 shit/qt5ct/colors/Graphite-Mono.conf delete mode 100644 shit/qt5ct/colors/Gruvbox-Retro.conf delete mode 100644 shit/qt5ct/colors/Material-Sakura.conf delete mode 100644 shit/qt5ct/colors/Rose-Pine.conf delete mode 100644 shit/qt5ct/colors/Tokyo-Night.conf delete mode 100644 shit/qt5ct/qt5ct.conf delete mode 100644 shit/qt6ct/colors/Catppuccin-Latte.conf delete mode 100644 shit/qt6ct/colors/Catppuccin-Mocha.conf delete mode 100644 shit/qt6ct/colors/Cyberpunk-Edge.conf delete mode 100644 shit/qt6ct/colors/Decay-Green.conf delete mode 100644 shit/qt6ct/colors/Frosted-Glass.conf delete mode 100644 shit/qt6ct/colors/Graphite-Mono.conf delete mode 100644 shit/qt6ct/colors/Gruvbox-Retro.conf delete mode 100644 shit/qt6ct/colors/Material-Sakura.conf delete mode 100644 shit/qt6ct/colors/Rose-Pine.conf delete mode 100644 shit/qt6ct/colors/Tokyo-Night.conf delete mode 100644 shit/qt6ct/colors/Wall-Dcol.conf delete mode 100644 shit/qt6ct/qt6ct.conf diff --git a/flake.lock b/flake.lock index 4e08d8b..aee44e9 100644 --- a/flake.lock +++ b/flake.lock @@ -1,41 +1,15 @@ { "nodes": { - "affinity-nix": { - "inputs": { - "elemental-wine-source": "elemental-wine-source", - "flake-compat": "flake-compat", - "flake-parts": "flake-parts", - "git-hooks": "git-hooks", - "nixpkgs": "nixpkgs_2", - "nixpkgs-wine": "nixpkgs-wine", - "on-linux": "on-linux", - "plugin-loader": "plugin-loader", - "treefmt-nix": "treefmt-nix" - }, - "locked": { - "lastModified": 1764799851, - "narHash": "sha256-GSwYx+yFEZWUtRrUUyQjikvAErXZM/yLWtJYOWYlfKA=", - "owner": "mrshmllow", - "repo": "affinity-nix", - "rev": "8c939e11edda228a529ed78701c327df4d38a4c4", - "type": "github" - }, - "original": { - "owner": "mrshmllow", - "repo": "affinity-nix", - "type": "github" - } - }, "base16": { "inputs": { "fromYaml": "fromYaml" }, "locked": { - "lastModified": 1732200724, - "narHash": "sha256-+R1BH5wHhfnycySb7Sy5KbYEaTJZWm1h+LW1OtyhiTs=", + "lastModified": 1755819240, + "narHash": "sha256-qcMhnL7aGAuFuutH4rq9fvAhCpJWVHLcHVZLtPctPlo=", "owner": "SenchoPens", "repo": "base16.nix", - "rev": "153d52373b0fb2d343592871009a286ec8837aec", + "rev": "75ed5e5e3fce37df22e49125181fa37899c3ccd6", "type": "github" }, "original": { @@ -47,27 +21,28 @@ "base16-fish": { "flake": false, "locked": { - "lastModified": 1622559957, - "narHash": "sha256-PebymhVYbL8trDVVXxCvZgc0S5VxI7I1Hv4RMSquTpA=", + "lastModified": 1765809053, + "narHash": "sha256-XCUQLoLfBJ8saWms2HCIj4NEN+xNsWBlU1NrEPcQG4s=", "owner": "tomyun", "repo": "base16-fish", - "rev": "2f6dd973a9075dabccd26f1cded09508180bf5fe", + "rev": "86cbea4dca62e08fb7fd83a70e96472f92574782", "type": "github" }, "original": { "owner": "tomyun", "repo": "base16-fish", + "rev": "86cbea4dca62e08fb7fd83a70e96472f92574782", "type": "github" } }, "base16-helix": { "flake": false, "locked": { - "lastModified": 1725860795, - "narHash": "sha256-Z2o8VBPW3I+KKTSfe25kskz0EUj7MpUh8u355Z1nVsU=", + "lastModified": 1760703920, + "narHash": "sha256-m82fGUYns4uHd+ZTdoLX2vlHikzwzdu2s2rYM2bNwzw=", "owner": "tinted-theming", "repo": "base16-helix", - "rev": "7f795bf75d38e0eea9fed287264067ca187b88a9", + "rev": "d646af9b7d14bff08824538164af99d0c521b185", "type": "github" }, "original": { @@ -79,119 +54,54 @@ "base16-vim": { "flake": false, "locked": { - "lastModified": 1731949548, - "narHash": "sha256-XIDexXM66sSh5j/x70e054BnUsviibUShW7XhbDGhYo=", + "lastModified": 1732806396, + "narHash": "sha256-e0bpPySdJf0F68Ndanwm+KWHgQiZ0s7liLhvJSWDNsA=", "owner": "tinted-theming", "repo": "base16-vim", - "rev": "61165b1632409bd55e530f3dbdd4477f011cadc6", + "rev": "577fe8125d74ff456cf942c733a85d769afe58b7", "type": "github" }, "original": { "owner": "tinted-theming", "repo": "base16-vim", + "rev": "577fe8125d74ff456cf942c733a85d769afe58b7", "type": "github" } }, - "elemental-wine-source": { + "firefox-gnome-theme": { "flake": false, "locked": { - "host": "gitlab.winehq.org", - "lastModified": 1722747031, - "narHash": "sha256-XVhz9p2kgFBoJ376vg8OaFXxcMEjAe9AK1hk0I1rb1Q=", - "owner": "ElementalWarrior", - "repo": "wine", - "rev": "a7c9b19e1a26cf49c63a7c19189a3e2bbe2c6ac2", - "type": "gitlab" - }, - "original": { - "host": "gitlab.winehq.org", - "owner": "ElementalWarrior", - "ref": "affinity-photo3-wine9.13-part3", - "repo": "wine", - "type": "gitlab" - } - }, - "flake-compat": { - "locked": { - "lastModified": 1751685974, - "narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=", - "rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1", - "type": "tarball", - "url": "https://git.lix.systems/api/v1/repos/lix-project/flake-compat/archive/549f2762aebeff29a2e5ece7a7dc0f955281a1d1.tar.gz?rev=549f2762aebeff29a2e5ece7a7dc0f955281a1d1" - }, - "original": { - "type": "tarball", - "url": "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz" - } - }, - "flake-compat_2": { - "flake": false, - "locked": { - "lastModified": 1747046372, - "narHash": "sha256-CIVLLkVgvHYbgI2UpXvIIBJ12HWgX+fjA8Xf8PUmqCY=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "9100a0f413b0c601e0533d1d94ffd501ce2e7885", + "lastModified": 1764724327, + "narHash": "sha256-OkFLrD3pFR952TrjQi1+Vdj604KLcMnkpa7lkW7XskI=", + "owner": "rafaelmardojai", + "repo": "firefox-gnome-theme", + "rev": "66b7c635763d8e6eb86bd766de5a1e1fbfcc1047", "type": "github" }, "original": { - "owner": "edolstra", - "repo": "flake-compat", - "type": "github" - } - }, - "flake-compat_3": { - "flake": false, - "locked": { - "lastModified": 1696426674, - "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=", - "owner": "edolstra", - "repo": "flake-compat", - "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33", - "type": "github" - }, - "original": { - "owner": "edolstra", - "repo": "flake-compat", + "owner": "rafaelmardojai", + "repo": "firefox-gnome-theme", "type": "github" } }, "flake-parts": { "inputs": { - "nixpkgs-lib": "nixpkgs-lib" - }, - "locked": { - "lastModified": 1762980239, - "narHash": "sha256-8oNVE8TrD19ulHinjaqONf9QWCKK+w4url56cdStMpM=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "52a2caecc898d0b46b2b905f058ccc5081f842da", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-utils": { - "inputs": { - "systems": [ + "nixpkgs-lib": [ "stylix", - "systems" + "nixpkgs" ] }, "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "lastModified": 1763759067, + "narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=", + "owner": "hercules-ci", + "repo": "flake-parts", + "rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0", "type": "github" }, "original": { - "owner": "numtide", - "repo": "flake-utils", + "owner": "hercules-ci", + "repo": "flake-parts", "type": "github" } }, @@ -211,63 +121,23 @@ "type": "github" } }, - "git-hooks": { - "inputs": { - "flake-compat": "flake-compat_2", - "gitignore": "gitignore", - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1763319842, - "narHash": "sha256-YG19IyrTdnVn0l3DvcUYm85u3PaqBt6tI6VvolcuHnA=", - "owner": "cachix", - "repo": "git-hooks.nix", - "rev": "7275fa67fbbb75891c16d9dee7d88e58aea2d761", - "type": "github" - }, - "original": { - "owner": "cachix", - "repo": "git-hooks.nix", - "type": "github" - } - }, - "gitignore": { - "inputs": { - "nixpkgs": [ - "affinity-nix", - "git-hooks", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1709087332, - "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", - "owner": "hercules-ci", - "repo": "gitignore.nix", - "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "gitignore.nix", - "type": "github" - } - }, "gnome-shell": { "flake": false, "locked": { - "lastModified": 1732369855, - "narHash": "sha256-JhUWbcYPjHO3Xs3x9/Z9RuqXbcp5yhPluGjwsdE2GMg=", + "host": "gitlab.gnome.org", + "lastModified": 1764524476, + "narHash": "sha256-bTmNn3Q4tMQ0J/P0O5BfTQwqEnCiQIzOGef9/aqAZvk=", "owner": "GNOME", "repo": "gnome-shell", - "rev": "dadd58f630eeea41d645ee225a63f719390829dc", - "type": "github" + "rev": "c0e1ad9f0f703fd0519033b8f46c3267aab51a22", + "type": "gitlab" }, "original": { + "host": "gitlab.gnome.org", "owner": "GNOME", - "ref": "47.2", + "ref": "gnome-49", "repo": "gnome-shell", - "type": "github" + "type": "gitlab" } }, "home-manager": { @@ -277,32 +147,11 @@ ] }, "locked": { - "lastModified": 1733484277, - "narHash": "sha256-i5ay20XsvpW91N4URET/nOc0VQWOAd4c4vbqYtcH8Rc=", + "lastModified": 1766682973, + "narHash": "sha256-GKO35onS711ThCxwWcfuvbIBKXwriahGqs+WZuJ3v9E=", "owner": "nix-community", "repo": "home-manager", - "rev": "d00c6f6d0ad16d598bf7e2956f52c1d9d5de3c3a", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "home-manager", - "type": "github" - } - }, - "home-manager_2": { - "inputs": { - "nixpkgs": [ - "stylix", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1733085484, - "narHash": "sha256-dVmNuUajnU18oHzBQWZm1BQtANCHaqNuxTHZQ+GN0r8=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "c1fee8d4a60b89cae12b288ba9dbc608ff298163", + "rev": "91cdb0e2d574c64fae80d221f4bf09d5592e9ec2", "type": "github" }, "original": { @@ -313,74 +162,43 @@ }, "nixpkgs": { "locked": { - "lastModified": 1759417375, - "narHash": "sha256-O7eHcgkQXJNygY6AypkF9tFhsoDQjpNEojw3eFs73Ow=", - "owner": "NixOS", + "lastModified": 1766651565, + "narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "dc704e6102e76aad573f63b74c742cd96f8f1e6c", + "rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "nixos", + "ref": "nixos-unstable", "repo": "nixpkgs", "type": "github" } }, - "nixpkgs-lib": { - "locked": { - "lastModified": 1761765539, - "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=", - "owner": "nix-community", - "repo": "nixpkgs.lib", - "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixpkgs.lib", - "type": "github" - } - }, "nixpkgs-stable": { "locked": { - "lastModified": 1733412085, - "narHash": "sha256-FillH0qdWDt/nlO6ED7h4cmN+G9uXwGjwmCnHs0QVYM=", + "lastModified": 1766399428, + "narHash": "sha256-vS6LSOMDOB3s+L6tqw9IGujxnmUAZQnEG+Vi640LayI=", "owner": "nixos", "repo": "nixpkgs", - "rev": "4dc2fc4e62dbf62b84132fe526356fbac7b03541", + "rev": "a6c3a6141ec1b367c58ead3f7f846c772a25f4e5", "type": "github" }, "original": { "owner": "nixos", - "ref": "nixos-24.11", + "ref": "nixos-25.05", "repo": "nixpkgs", "type": "github" } }, - "nixpkgs-wine": { - "locked": { - "lastModified": 1735834308, - "narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "6df24922a1400241dae323af55f30e4318a6ca65", - "type": "github" - }, - "original": { - "owner": "nixos", - "repo": "nixpkgs", - "rev": "6df24922a1400241dae323af55f30e4318a6ca65", - "type": "github" - } - }, "nixpkgs2": { "locked": { - "lastModified": 1764242076, - "narHash": "sha256-sKoIWfnijJ0+9e4wRvIgm/HgE27bzwQxcEmo2J/gNpI=", + "lastModified": 1766651565, + "narHash": "sha256-QEhk0eXgyIqTpJ/ehZKg9IKS7EtlWxF3N7DXy42zPfU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "2fad6eac6077f03fe109c4d4eb171cf96791faa4", + "rev": "3e2499d5539c16d0d173ba53552a4ff8547f4539", "type": "github" }, "original": { @@ -390,87 +208,35 @@ "type": "github" } }, - "nixpkgs_2": { + "nur": { + "inputs": { + "flake-parts": [ + "stylix", + "flake-parts" + ], + "nixpkgs": [ + "stylix", + "nixpkgs" + ] + }, "locked": { - "lastModified": 1763421233, - "narHash": "sha256-Stk9ZYRkGrnnpyJ4eqt9eQtdFWRRIvMxpNRf4sIegnw=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "89c2b2330e733d6cdb5eae7b899326930c2c0648", + "lastModified": 1764773531, + "narHash": "sha256-mCBl7MD1WZ7yCG6bR9MmpPO2VydpNkWFgnslJRIT1YU=", + "owner": "nix-community", + "repo": "NUR", + "rev": "1d9616689e98beded059ad0384b9951e967a17fa", "type": "github" }, "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", + "owner": "nix-community", + "repo": "NUR", "type": "github" } }, - "nixpkgs_3": { - "locked": { - "lastModified": 1761236834, - "narHash": "sha256-+pthv6hrL5VLW2UqPdISGuLiUZ6SnAXdd2DdUE+fV2Q=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "d5faa84122bc0a1fd5d378492efce4e289f8eac1", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_4": { - "locked": { - "lastModified": 1733392399, - "narHash": "sha256-kEsTJTUQfQFIJOcLYFt/RvNxIK653ZkTBIs4DG+cBns=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "d0797a04b81caeae77bcff10a9dde78bc17f5661", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "on-linux": { - "flake": false, - "locked": { - "lastModified": 1763514293, - "narHash": "sha256-x766SlDqS6DoOQyW4u1zV3iZbrEKoy4P9K6XDjZ4fGU=", - "owner": "seapear", - "repo": "AffinityOnLinux", - "rev": "2eacfdf625bfafa3099d411f8e2d5afec565fcd6", - "type": "github" - }, - "original": { - "owner": "seapear", - "repo": "AffinityOnLinux", - "type": "github" - } - }, - "plugin-loader": { - "flake": false, - "locked": { - "narHash": "sha256-mixBa/xIfSIrSS3+bGqznXxSE6h8s7e2xoJM2g4eXhg=", - "type": "file", - "url": "https://github.com/noahc3/AffinityPluginLoader/releases/download/v0.2.0/affinitypluginloader-plus-winefix.tar.xz" - }, - "original": { - "type": "file", - "url": "https://github.com/noahc3/AffinityPluginLoader/releases/download/v0.2.0/affinitypluginloader-plus-winefix.tar.xz" - } - }, "root": { "inputs": { - "affinity-nix": "affinity-nix", "home-manager": "home-manager", - "nixpkgs": "nixpkgs_4", + "nixpkgs": "nixpkgs", "nixpkgs-stable": "nixpkgs-stable", "nixpkgs2": "nixpkgs2", "stylix": "stylix" @@ -482,28 +248,30 @@ "base16-fish": "base16-fish", "base16-helix": "base16-helix", "base16-vim": "base16-vim", - "flake-compat": "flake-compat_3", - "flake-utils": "flake-utils", + "firefox-gnome-theme": "firefox-gnome-theme", + "flake-parts": "flake-parts", "gnome-shell": "gnome-shell", - "home-manager": "home-manager_2", "nixpkgs": [ "nixpkgs" ], + "nur": "nur", "systems": "systems", "tinted-foot": "tinted-foot", "tinted-kitty": "tinted-kitty", - "tinted-tmux": "tinted-tmux" + "tinted-schemes": "tinted-schemes", + "tinted-tmux": "tinted-tmux", + "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1733510476, - "narHash": "sha256-RH/8yIuo+fNLCjQ6e1mnXwmmxymjvfWC9JcbDuIA8TM=", - "owner": "danth", + "lastModified": 1766603026, + "narHash": "sha256-J2DDdRqSU4w9NNgkMfmMeaLIof5PXtS9RG7y6ckDvQE=", + "owner": "nix-community", "repo": "stylix", - "rev": "e309d64fe7f203274a7913e1d2b74307d15ba122", + "rev": "551df12ee3ebac52c5712058bd97fd9faa4c3430", "type": "github" }, "original": { - "owner": "danth", + "owner": "nix-community", "repo": "stylix", "type": "github" } @@ -543,28 +311,43 @@ "tinted-kitty": { "flake": false, "locked": { - "lastModified": 1716423189, - "narHash": "sha256-2xF3sH7UIwegn+2gKzMpFi3pk5DlIlM18+vj17Uf82U=", + "lastModified": 1735730497, + "narHash": "sha256-4KtB+FiUzIeK/4aHCKce3V9HwRvYaxX+F1edUrfgzb8=", "owner": "tinted-theming", "repo": "tinted-kitty", - "rev": "eb39e141db14baef052893285df9f266df041ff8", + "rev": "de6f888497f2c6b2279361bfc790f164bfd0f3fa", "type": "github" }, "original": { "owner": "tinted-theming", "repo": "tinted-kitty", - "rev": "eb39e141db14baef052893285df9f266df041ff8", + "type": "github" + } + }, + "tinted-schemes": { + "flake": false, + "locked": { + "lastModified": 1763914658, + "narHash": "sha256-Hju0WtMf3iForxtOwXqGp3Ynipo0EYx1AqMKLPp9BJw=", + "owner": "tinted-theming", + "repo": "schemes", + "rev": "0f6be815d258e435c9b137befe5ef4ff24bea32c", + "type": "github" + }, + "original": { + "owner": "tinted-theming", + "repo": "schemes", "type": "github" } }, "tinted-tmux": { "flake": false, "locked": { - "lastModified": 1729501581, - "narHash": "sha256-1ohEFMC23elnl39kxWnjzH1l2DFWWx4DhFNNYDTYt54=", + "lastModified": 1764465359, + "narHash": "sha256-lbSVPqLEk2SqMrnpvWuKYGCaAlfWFMA6MVmcOFJjdjE=", "owner": "tinted-theming", "repo": "tinted-tmux", - "rev": "f0e7f7974a6441033eb0a172a0342e96722b4f14", + "rev": "edf89a780e239263cc691a987721f786ddc4f6aa", "type": "github" }, "original": { @@ -573,21 +356,19 @@ "type": "github" } }, - "treefmt-nix": { - "inputs": { - "nixpkgs": "nixpkgs_3" - }, + "tinted-zed": { + "flake": false, "locked": { - "lastModified": 1762938485, - "narHash": "sha256-AlEObg0syDl+Spi4LsZIBrjw+snSVU4T8MOeuZJUJjM=", - "owner": "numtide", - "repo": "treefmt-nix", - "rev": "5b4ee75aeefd1e2d5a1cc43cf6ba65eba75e83e4", + "lastModified": 1764464512, + "narHash": "sha256-rCD/pAhkMdCx6blsFwxIyvBJbPZZ1oL2sVFrH07lmqg=", + "owner": "tinted-theming", + "repo": "base16-zed", + "rev": "907dbba5fb8cf69ebfd90b00813418a412d0a29a", "type": "github" }, "original": { - "owner": "numtide", - "repo": "treefmt-nix", + "owner": "tinted-theming", + "repo": "base16-zed", "type": "github" } } diff --git a/flake.nix b/flake.nix index 61da93e..98b9a8f 100644 --- a/flake.nix +++ b/flake.nix @@ -3,15 +3,18 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - # Вторая unstable ветка, которую я буду обновлять отдельно + # Unstable ветка, которую я буду обновлять отдельно # Нужна если я не хочу обновлять систему, но хочу обновить конкретный софт # Просто задам этому софту репу pkgs2 и обновлю только её nixpkgs2.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11"; - affinity-nix.url = "github:mrshmllow/affinity-nix"; - - # nix-gaming.url = "github:fufexan/nix-gaming"; + # libsForQt5.kimageformats has been removed, as KDE Frameworks 5 has reached end of life + # Ненавижу когда мне указывают и за меня решают что есть "end of life", а что есть рабочий софт + # Qt5 работает, программы на нём работают, многие из них не будут обновляться до qt6 + # Кто дал им право удалять кучу работающих программ из репозитория + # и помечать их как неработающее легаси? + # Эта репа фиксит идиотский поступок по лишению людей кучи важных программ. + nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05"; home-manager = { url = "github:nix-community/home-manager"; @@ -19,9 +22,17 @@ }; stylix = { - url = "github:danth/stylix"; + url = "github:nix-community/stylix"; inputs.nixpkgs.follows = "nixpkgs"; }; + + # Всему что ниже надо включить кеш в конце файла configuration.nix + + # Аналог фотошопа, запуск через wine + # affinity-nix.url = "github:mrshmllow/affinity-nix"; + + # Удобная установка некоторых игр + # nix-gaming.url = "github:fufexan/nix-gaming"; }; outputs = { self, nixpkgs, ... }@inputs: diff --git a/modules/home-manager/mpv/mpv.conf b/modules/home-manager/mpv/mpv.conf index e78b347..d433fa9 100644 --- a/modules/home-manager/mpv/mpv.conf +++ b/modules/home-manager/mpv/mpv.conf @@ -24,7 +24,7 @@ script-opts=ytdl_hook-ytdl_path=yt-dlp # В стоке 1080p # ytdl-format=best[height<=1080] # Куки из браузера и ipv4 only -ytdl-raw-options=cookies=/home/buliway/backups/Media/yt-dlp/cookies.firefox-private.txt,force-ipv4= +ytdl-raw-options=cookies-from-browser=firefox,force-ipv4= cache=yes cache-on-disk=yes diff --git a/modules/home-manager/mpv/mpv.nix b/modules/home-manager/mpv/mpv.nix index 470dcad..44b4043 100644 --- a/modules/home-manager/mpv/mpv.nix +++ b/modules/home-manager/mpv/mpv.nix @@ -1,11 +1,10 @@ -{ config, ... }: { - programs.mpv.enable = true; - - home.file = { - ".config/mpv/mpv.conf".source = config.lib.file.mkOutOfStoreSymlink ./mpv.conf; - ".config/mpv/input.conf".source = config.lib.file.mkOutOfStoreSymlink ./input.conf; - ".config/mpv/scripts".source = config.lib.file.mkOutOfStoreSymlink ./scripts; - ".config/mpv/script-opts".source = config.lib.file.mkOutOfStoreSymlink ./script-opts; - ".config/mpv/fonts".source = config.lib.file.mkOutOfStoreSymlink ./fonts; +{ + xdg.configFile = { # Это для каталога .config + "mpv/mpv.conf".source = ./mpv.conf; + "mpv/input.conf".source = ./input.conf; + "mpv/scripts".source = ./scripts; + "mpv/script-opts".source = ./script-opts; + "mpv/fonts".source = ./fonts; }; } + diff --git a/modules/home-manager/ranger/ranger.nix b/modules/home-manager/ranger/ranger.nix index d35ca32..f630779 100644 --- a/modules/home-manager/ranger/ranger.nix +++ b/modules/home-manager/ranger/ranger.nix @@ -1,4 +1,4 @@ -{ pkgs, spkgs, ... }: { +{ pkgs, ... }: { programs.ranger = { # Файловый менеджер в терминале enable = true; @@ -14,7 +14,7 @@ lynx # Preview html pages poppler # Preview PDF djvulibre # Preview djvu - spkgs.calibre # Preview ebooks (or epub-thumbnailer) + calibre # Preview ebooks (or epub-thumbnailer) catdoc # Preview XLS as csv conversion exiftool # Information about media files odt2txt # For OpenDocument text files @@ -23,7 +23,7 @@ sqlite-utils # Fancier box drawing (optional) fontforge # Preview font openscad # 3D model previews (`stl`, `off`, `dxf`, `scad`, `csg`) - drawio # Preview draw.io diagram + # drawio # Preview draw.io diagram pandoc # Preview DOCX, ePub, FB2, odt, ods, odp, sxw, html (using markdown) # Plugins @@ -77,4 +77,4 @@ "ranger/scope.sh" = { source = ./scope.sh; executable = true; }; "ranger/commands.py" = { source = ./commands.py; executable = true; }; }; -} \ No newline at end of file +} diff --git a/modules/home-manager/symlinks.nix b/modules/home-manager/symlinks.nix index 92a9740..023453f 100644 --- a/modules/home-manager/symlinks.nix +++ b/modules/home-manager/symlinks.nix @@ -6,8 +6,6 @@ # Для таких файлов я сделал каталог shit # Я не уверен надо ли писать "config.lib.file.mkOutOfStoreSymlink" -# Вроде это более простой симлинк, чем просто ссылка на файл -# Но мб меня обманули # Он работает только с абсолютными путями { config, ... }: let @@ -18,33 +16,10 @@ in { "${home-dir}".source = config.lib.file.mkOutOfStoreSymlink "/mnt/${home-dir}"; # Чтоб остальные симлинки были от ~/backups # Secrets - ".password-store".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/.password-store"; # Для утилиты pass ".ssh".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/.ssh"; - - # Games - # ".local/share/osu-wine/osu!/Replays".source = config.lib.file.mkOutOfStoreSymlink "${dir}/games/osu!/Replays"; - # ".local/share/osu-wine/osu!/Skins".source = config.lib.file.mkOutOfStoreSymlink "${dir}/games/osu!/Skins"; - # ".local/share/osu-wine/osu!/Songs".source = config.lib.file.mkOutOfStoreSymlink "${dir}/games/osu!/Songs"; - # ".local/share/osu-wine/osu!/collection.db".source = config.lib.file.mkOutOfStoreSymlink "${dir}/games/osu!/collection.db"; - # ".local/share/osu-wine/osu!/osu!.buliway.cfg".source = config.lib.file.mkOutOfStoreSymlink "${dir}/games/osu!/osu!.buliway.cfg"; - - # Browsers. Мб сделать .force, чтоб удалить сток. А мб руками удалить сток перед этим - ".mozilla".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/Apps/.mozilla"; - ".librewolf".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/Apps/.librewolf"; - - "Downloads/Telegram Desktop".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Telegram Desktop"; - - # Не знаю на счёт obs, chatbox, planify, calibre, discord, nekobox }; xdg.configFile = { # Это для каталога .config - "qobuz-dl".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Media/Music/Qobuz/.config/qobuz-dl"; # Конфиг для бекапа Qobuz музыки - # "chromium".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/Apps/chromium"; # "vesktop/themes/my-vesktop_theme.css".source = config.lib.file.mkOutOfStoreSymlink "${dir}/Backups/Apps/my-vesktop_theme.css" - - # Ебаный qt, как я тебя ненавижу - # "Kvantum".source = ../shit/Kvantum; - # "qt5ct".source = ../shit/qt5ct - # "qt6ct".source = ../shit/qt6ct }; } diff --git a/modules/home-manager/terminal/starship.nix b/modules/home-manager/terminal/starship.nix index 31b6df0..2bfff3f 100644 --- a/modules/home-manager/terminal/starship.nix +++ b/modules/home-manager/terminal/starship.nix @@ -1,4 +1,4 @@ -{ +{ lib, ... }: { programs.starship = { enable = true; @@ -8,7 +8,7 @@ enableNushellIntegration = true; enableTransience = true; # Fish Shell only. Отображает пустую строку при нажатии enter? - }; - xdg.configFile."starship.toml".source = ./starship.toml; + settings = lib.importTOML ./starship.toml; + }; } diff --git a/modules/home-manager/terminal/zsh.nix b/modules/home-manager/terminal/zsh.nix index ed93c07..c01842e 100644 --- a/modules/home-manager/terminal/zsh.nix +++ b/modules/home-manager/terminal/zsh.nix @@ -18,8 +18,8 @@ rbs = "sudo nixos-rebuild switch --impure --flake ${flakeDir}"; # Применить новый конфиг сразу rbb = "sudo nixos-rebuild boot --impure --flake ${flakeDir}"; # Применить новый конфиг после ребута пк - # Можно назвать аналогом "sudo pacman -Su", не "Syu", репу не обновляет - upg = "sudo nixos-rebuild switch --impure --upgrade --flake ${flakeDir}"; # Обновить пакеты, но не репозиторий во fleke.lock + # Я не помню что это значит, не использую + upg = "sudo nixos-rebuild switch --impure --upgrade --flake ${flakeDir}"; # Обновить все flake inputs до последних версий. Возможно это аналог "sudo pacman -Sy" на Arch Linux # Если после upd дописать название инпута из flake.nix, то обновится только указанный инпут @@ -41,13 +41,6 @@ g = "gitui"; f = "fastfetch"; b = "bat --color=always -p --pager='-r'"; # Веди себя как cat, но с цветами - yt = "yt-dlp --cookies /home/buliway/backups/Media/yt-dlp/cookies.firefox-private.txt"; - yt-dir = "cd /mnt/backups/Media/yt-dlp"; - yt-music = "yt-dlp --config-locations music.conf | sed '/has already been recorded in the archive/d'"; - yt-video = "yt-dlp --config-locations video.conf | sed '/has already been recorded in the archive/d'"; - yt-jp = "yt-dlp --config-locations music-jp.conf | sed '/has already been recorded in the archive/d'"; - qb = "cd /mnt/backups/Media/Music/Qobuz/qdl"; # Бекапить музыку с Qobuz - html = "python3 /mnt/backups/html-library/generate_gallery.py --path"; # Html image gallery }; history = { @@ -60,8 +53,9 @@ # }; # Extra commands that should be added to .zshrc - initExtra = '' + initContent = '' source ${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh + unset -f d ''; historySubstringSearch = { @@ -100,8 +94,6 @@ "universalarchive" # Run "ua "" to compress into an archive file using # "vi-mode" # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode # "watson" # Completion for https://github.com/TailorDev/Watson (CLI to track your time) - # "z" # Tracks your most visited directories and allows you to access them with very few keystrokes - "zoxide" # Как "z", но быстрее и с более сложным и точным алгоритмом для ранжирования директорий ]; }; }; diff --git a/modules/home-manager/wm/bspwm/bspwm.nix b/modules/home-manager/wm/bspwm/bspwm.nix index 1a0daf6..89673b5 100644 --- a/modules/home-manager/wm/bspwm/bspwm.nix +++ b/modules/home-manager/wm/bspwm/bspwm.nix @@ -26,6 +26,7 @@ "xset s off -dpms" # Отменить затухание экрана через X минут "spice-vdagent" # Для виртуалки "systemctl --user import-environment PATH" # Фикс портала, мб надо ребут портала тоже добавить + "systemctl --user restart xdg-desktop-portal xdg-desktop-portal-gtk" ]; monitors = let @@ -69,12 +70,10 @@ "librewolf:librewolf:Save Image" = floating; "SshAskpass" = floating; "Nm-connection-editor" = floating; - "nekoray" = floating; "Kvantum Manager" = floating; "qt5ct" = floating; "qt6ct" = floating; "ksnip" = floating1600x900; - # "ark" = floating1200x800; # Удалил, чтоб blowjob на экран не выдавало "file-roller" = floating; "floating-terminal" = floating1200x800; "pavucontrol" = floating900x600; diff --git a/modules/nixos/hardware.nix b/modules/nixos/hardware.nix index ad27518..c867e35 100644 --- a/modules/nixos/hardware.nix +++ b/modules/nixos/hardware.nix @@ -5,12 +5,6 @@ hardware = { # Параметры для 24.05 и unstable могут сильно отличаться amdgpu = { opencl.enable = true; # Enable OpenCL support using ROCM runtime library. - # amdvlk = { # Гавно лаганое, лучше radv юзать (radeon vulkan) - # enable = true; # Enable AMDVLK Vulkan driver. - # support32Bit.enable = true; # Enable 32-bit driver support. - # supportExperimental.enable = true; # Enable Experimental features support. - # # settings = {}; # Runtime settings for AMDVLK to be configured /etc/amd/amdVulkanSettings.cfg. - # }; }; graphics = { # hardware.opengl переименован в hardware.graphics в unstable ветке @@ -47,9 +41,6 @@ # HIP # Most software has the HIP libraries hard-coded. You can work around it on NixOS by using: - # systemd.tmpfiles.rules = [ # Legacy - # "L+ /opt/rocm/hip - - - - ${pkgs.rocmPackages.clr}" - # ]; systemd.tmpfiles.rules = let rocmEnv = pkgs.symlinkJoin { name = "rocm-combined"; @@ -63,12 +54,4 @@ ]; boot.initrd.kernelModules = [ "amdgpu" ]; # Мб не обязательно - - # Для AMD существует два драйвера Vulkan - # Один официальный от AMD - amdvlk - # Второй начат сообществом и сейчас поддерживается Valve - radv - # В разных ситуациях разные драйверы будут лучше работать - # В некоторых играх лучше работает radv, в некоторых amdvlk - # Штука ниже не обязательна для работы radv, но я сохранил - # environment.variables.AMD_VULKAN_ICD = "RADV"; } diff --git a/modules/nixos/network.nix b/modules/nixos/network.nix index 710652d..3e7866d 100644 --- a/modules/nixos/network.nix +++ b/modules/nixos/network.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { # Блютуз, интернет, wifi +{ # Блютуз, интернет, wifi hardware.bluetooth = { enable = true; }; @@ -12,20 +12,13 @@ # wireless.enable = true; # Enables wireless support via wpa_supplicant. firewall.enable = false; - # firewall = { - # allowedTCPPorts = [ 2080 ]; # For nekoray - # allowedUDPPorts = [ 2080 ]; # Clients and peers can use the same port, see listenport - # }; - # firewall = { - # # allowedUDPPorts = [ 53 2017 2080 20170 20171 20172 46067 55084 57282 58374 ]; # For nekoray - # # allowedTCPPorts = [ 53 2017 2080 20170 20171 20172 46067 55084 57282 58374 ]; # Clients and peers can use the same port, see listenport - # allowedUDPPortRanges = [ { from = 1; to = 65535; } ]; - # allowedTCPPortRanges = [ { from = 1; to = 65535; } ]; - # }; }; - # services.sing-box = { # Тоже блочит инет, как и nekoray - # enable = true; - # settings = builtins.fromJSON (builtins.readFile "/home/buliway/nixos-private-dots/modules/nixos/singbox.json"); - # }; + programs.throne = { + enable = true; + tunMode = { + enable = true; + # setuid = true; # Если не работает tun мод + }; + }; } diff --git a/modules/nixos/sound.nix b/modules/nixos/sound.nix index f0a8786..e37d940 100644 --- a/modules/nixos/sound.nix +++ b/modules/nixos/sound.nix @@ -1,5 +1,5 @@ { # Настройки звука - hardware.pulseaudio.enable = false; + services.pulseaudio.enable = false; security.rtkit.enable = true; # Уменьшает задержку? services.pipewire = { enable = true; @@ -54,23 +54,23 @@ # Ниже настройки имеют формат "число - название" # Число определяет приоритет настройки, а название описывает цель конфига - extraConfig.pipewire = { - "10-clock-rate" = { - "context.properties" = { - "default.clock.rate" = 48000; - "default.clock.allowed-rates" = [ 44100 48000 88200 96000 176400 192000 352800 384000 705600 768000 ]; - }; - }; - # Ниже настройки для минимальной задержки в играх (например osu!stable через wine) - # quantum — устанавливает размер буфера (чем меньше значение, тем ниже задержка, но выше нагрузка на процессор). - # Можно посчитать теоретическую задержку в секундах, поделив quantum на rate (48/48000 будет 1мс) - # Если со звуком есть проблемы (щелчки, прерывания), попробуйте увеличить значение (64, 128, 256) или просто удалить эту настройку - # По умолчанию я закомментировал настройку, чтоб у людей не было проблем - # "92-low-latency" = { - # default.clock.quantum = 32; # default = 1024 - # default.clock.min-quantum = 32; # default = 32 - # default.clock.max-quantum = 32; # default = 2048 - # }; - }; + # extraConfig.pipewire = { + # "10-clock-rate" = { + # "context.properties" = { + # "default.clock.rate" = 48000; + # "default.clock.allowed-rates" = [ 44100 48000 88200 96000 176400 192000 352800 384000 705600 768000 ]; + # }; + # }; + # # Ниже настройки для минимальной задержки в играх (например osu!stable через wine) + # # quantum — устанавливает размер буфера (чем меньше значение, тем ниже задержка, но выше нагрузка на процессор). + # # Можно посчитать теоретическую задержку в секундах, поделив quantum на rate (48/48000 будет 1мс) + # # Если со звуком есть проблемы (щелчки, прерывания), попробуйте увеличить значение (64, 128, 256) или просто удалить эту настройку + # # По умолчанию я закомментировал настройку, чтоб у людей не было проблем + # # "92-low-latency" = { + # # default.clock.quantum = 32; # default = 1024 + # # default.clock.min-quantum = 32; # default = 32 + # # default.clock.max-quantum = 32; # default = 2048 + # # }; + # }; }; } diff --git a/modules/nixos/stylix.nix b/modules/nixos/stylix.nix index 35e38f0..c9edaf9 100644 --- a/modules/nixos/stylix.nix +++ b/modules/nixos/stylix.nix @@ -62,17 +62,4 @@ # }; }; - - ################################################### - ## Тема qt через stylix у меня не работает ## - ## Хотя в видео у других людей всё менялось ## - ## Приходится руками ставить грувбокс через qtct ## - ################################################### - - # https://discourse.nixos.org/t/guide-to-installing-qt-theme/35523/2 - qt = { - enable = true; - style = "kvantum"; - platformTheme = "qt5ct"; - }; } diff --git a/modules/nixos/xserver.nix b/modules/nixos/xserver.nix index f30c160..cd517b4 100644 --- a/modules/nixos/xserver.nix +++ b/modules/nixos/xserver.nix @@ -1,13 +1,13 @@ -{ pkgs, ... }: { +{ spkgs, ... }: { services.displayManager = { defaultSession = "none+bspwm"; # only effective for GDM, LightDM and SDDM sddm = { # Чтоб задать аватарку юзеру, надо отправить png файл такой командой: # sudo cp image.png /var/lib/AccountsService/icons/username - # Тоесть именно username, без .png в конце + # То есть именно username, без .png в конце enable = true; - # package = pkgs.kdePackages.sddm; # qt6 sddm + package = spkgs.libsForQt5.sddm; # qt5 sddm theme = "chili"; }; }; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 6a8e38d..64ba556 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -1,7 +1,3 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - { pkgs, pkgs2, spkgs, inputs, ... }: let @@ -14,8 +10,8 @@ in { ./packages.nix ]; - # Список сервисов, которые не надо ребутать после rebuild switch - # Мне это надо, потому что некоторые сервисы кладут систему + # Если какие-то сервисы кладут систему при ребилде, + # то их ребут при ребилде можно выключить таким конфигом: # systemd.services = { # "accounts-daemon".restartIfChanged = false; # "home-manager-buliway".restartIfChanged = false; @@ -28,7 +24,6 @@ in { # ]; loader = { - # systemd-boot.enable = true; grub = { enable = true; efiSupport = true; @@ -57,7 +52,7 @@ in { useGlobalPkgs = true; useUserPackages = true; extraSpecialArgs = { inherit spkgs; inherit pkgs2; inherit inputs; }; - users.${username} = import ./home.nix; + users.${username} = ./home.nix; }; security.polkit = { # Всплывающее меню для ввода пароля @@ -66,17 +61,22 @@ in { # flatpak fix: systemctl --user import-environment PATH # systemctl --user restart xdg-desktop-portal xdg-desktop-portal-gtk + # rollback: systemctl --user unset-environment PATH + # check: systemctl --user show-environment | grep PATH + # default: PATH=/nix/store/3abwqv1a1bdycmgaydzfw3a0qzxwk8am-systemd-256.8/bin/ + # test: # flatpak run --command=sh com.github.tchx84.Flatseal # xdg-open https://example.com + xdg.portal = { enable = true; xdgOpenUsePortal = true; config.common.default = [ "gtk" "*" ]; - extraPortals = with pkgs2; [ + extraPortals = with pkgs; [ xdg-desktop-portal-gtk ]; }; @@ -86,12 +86,12 @@ in { # Кеш, чтоб не компилить некоторый софт # Если начинает компилить, то удалить пакет и применить только с этой настройкой # Потом добавить пакет обратно - substituters = [ - "https://cache.garnix.io" - ]; - trusted-public-keys = [ - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" # https://github.com/mrshmllow/affinity-nix - ]; + # substituters = [ + # "https://cache.garnix.io" + # ]; + # trusted-public-keys = [ + # "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" # https://github.com/mrshmllow/affinity-nix + # ]; }; system.stateVersion = "24.05"; # Don't change it diff --git a/nixos/home.nix b/nixos/home.nix index 91aeb16..908e5cc 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -25,8 +25,6 @@ BROWSER = "librewolf"; TERMINAL = "alacritty"; TERM = "alacritty"; - QT_QPA_PLATFORMTHEME = "qt6ct"; - # QT_STYLE_OVERRIDE = "kvantum"; PATH = "$PATH:${config.home.homeDirectory}/go/bin"; }; @@ -42,9 +40,16 @@ }; stylix = { # Выключить стили у конкретного таргета походу можно лишь в home-manager - targets = { - vscode.enable = false; # Руками ставлю. Не нравится stylix вариант - firefox.enable = false; # Руками ставлю и бекаплю каталог браузера + targets = { # Выключить авто темы для этих приложений + vscode.enable = false; + firefox.enable = false; + vencord.enable = false; + vesktop.enable = false; + btop.enable = false; + zellij.enable = false; + yazi.enable = false; + neovim.enable = false; + gitui.enable = false; }; # iconTheme = { # enable = true; diff --git a/nixos/packages.nix b/nixos/packages.nix index 8df7874..7397d68 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -42,17 +42,12 @@ tumbler.enable = true; # Thumbnail support for Thunar file manager # unclutter.enable = true; # Hide your mouse cursor when inactive # fwupd.enable = true; # DBus service that allows applications to update firmware - # greenclip.enable = true; # https://github.com/erebe/greenclip (использую clipmenu вместо этого) # fstrim.enable = true; # Чистит ssd для норм производительности. Пока не пользуюсь - # archisteamfarm = {}; # Фарм карточек стима афк. Просто раскомментить мало, надо настроить flatpak = { # flatpak install flathub com.github.tchx84.Flatseal - # https://flathub.org/en/apps/org.vinegarhq.Vinegar - # https://flathub.org/en/apps/org.vinegarhq.Sober enable = true; - package = pkgs2.flatpak; }; - # ollama = { + # ollama = { # Настройки для amd видеокарт серии rx6000 # enable = true; # acceleration = "rocm"; # host = "0.0.0.0"; @@ -118,7 +113,7 @@ }; }; - thunar = { # Can't I use it with home-manager? WTF + thunar = { enable = true; plugins = with pkgs.xfce; [ thunar-media-tags-plugin # Tagging and renaming features for media files @@ -156,26 +151,25 @@ # Но я хочу на всю систему # Python - python3Full # Python last version + python3 # Python last version python3Packages.pip # Python package manager (nvim его не видит) python3Packages.debugpy # Debug Adapter Protocol for Python pyright # Python LSP ruff # Extremely fast Python linter # C/C++ - clang-tools # Clangd? LSP - ccls # C/C++ LSP - clang # Компилятор - gcc # Компилятор - glibc # GNU C Library - gnumake # ? - cmake-language-server # CMake LSP - cmake # ? + # clang-tools # Clangd? LSP + # ccls # C/C++ LSP + # clang # Компилятор + # gcc # Компилятор + # glibc # GNU C Library + # gnumake # ? + # cmake-language-server # CMake LSP + # cmake # ? # bear # Tool that generates a compilation database for clang tooling # boost # Collection of C++ libraries # Rust - rustup # Управление версиями языка Rust (rustup default stable) rust-analyzer # Rust LSP (rustup component add rust-analyzer) # Golang @@ -202,49 +196,47 @@ # SQL sqls # SQL LSP - postgres-lsp # Postgres SQL - # sql-formatter # SQL formatter sqlite dbeaver-bin # Frontend - pkgs2.nodejs_24 # For npm + nodejs_24 # For npm htmx-lsp # HTMX lsp emmet-language-server # Emmet.io LSP vscode-langservers-extracted # HTML/CSS/JSON/ESLint LSP typescript-language-server # TypeScript LSP tailwindcss-language-server # Tailwind LSP svelte-language-server # Svelte LSP - # tailwindcss + tailwindcss # Protobuf - protols # LSP # buf # LSP (крашит некоторые проекты в нвиме) + protols # LSP protobuf protoc-gen-go protoc-gen-go-grpc # Gamedev - pkgs2.godot - # pkgs2.gdtoolkit_4 - ldtk + # godot + # gdtoolkit_4 + # ldtk # Kubernetes - pkgs2.k3d # k3s in Docker - pkgs2.kubectl # Kubernetes CLI - pkgs2.kubernetes-helm # Package manager for kubernetes + # k3d # k3s in Docker + # kubectl # Kubernetes CLI + # kubernetes-helm # Package manager for kubernetes # Other - hugo # Для моего блога + # hugo # Для моего блога yaml-language-server # YAML LSP taplo # TOML LSP vim-language-server # VimScript LSP - go-migrate # Database migrations. CLI and Golang library - postman # API Development Environment - insomnia + # go-migrate # Database migrations. CLI and Golang library + # postman # API Development Environment + # insomnia # Nushell - pkgs2.nushell # Modern shell + # nushell # Modern shell # For nvim tree-sitter # For nvim @@ -301,7 +293,6 @@ timer # A "sleep" with progress. Таймер на пельмени "timer 5m" libqalculate # Advanced calculator library fastfetch # Пишешь в теримнал и кидаешь всем со словами I use nixos btw - zoxide # Замена cd для частых каталогов fzf # Нечёткий поиск killall # Убить процессы. Мем, что в стоке не стоит libnotify # Вызов оповещений через "notify-send" @@ -327,11 +318,10 @@ ######### ksnip # Скрины. Аналоги - Flameshot - # kdePackages.ark # Архиватор от kde. Имеет в зависимостях blowjob file-roller # Архиватор от gnome qbittorrent # Торренты качать - thunderbird # Почтовый клиент для своей почты - screenkey # A screencast tool to display your keys + # thunderbird # Почтовый клиент для своей почты + # screenkey # A screencast tool to display your keys pavucontrol # PulseAudio Volume Control # pwvucontrol # Pipewire Volume Control (Не знаю может ли полностью заменить pavucontrol) networkmanagerapplet # Tray for network manager @@ -345,6 +335,7 @@ librewolf firefox chromium + #ungoogled-chromium ########## ## Docs ## @@ -356,9 +347,9 @@ hunspell # Проверка орфографии для libreoffice hunspellDicts.ru_RU # Словарь для проверки орфографии hunspellDicts.en_US # Словарь для проверки орфографии - spkgs.calibre # Работа с ebook. Иногда даёт thumbnail в файловом менеджере - drawio # Desktop application for creating diagrams. Вроде даёт thumbnail в ranger - xournalpp # Xournal++ is a handwriting Notetaking software with PDF annotation support + calibre # Работа с ebook. Иногда даёт thumbnail в файловом менеджере + # drawio # Desktop application for creating diagrams. Вроде даёт thumbnail в ranger + spkgs.xournalpp # Xournal++ is a handwriting Notetaking software with PDF annotation support ################### ## File managers ## @@ -367,7 +358,7 @@ ranger # Terminal file manager xfce.thunar # GUI file manager (допы выше в `programs` и `services`) xfce.catfish # File searching (for Thunar) - xfce.exo # Мб надо, чтоб терминал открывать в каталоге + xfce4-exo # Мб надо, чтоб терминал открывать в каталоге ffmpegthumbnailer # A lightweight video thumbnailer gnome-epub-thumbnailer # Thumbnailer for EPub and MOBI books # nufraw-thumbnailer # Thumbnailer for .raw images from digital cameras @@ -380,9 +371,9 @@ ################## kdePackages.kimageformats # Image format plugins for Qt 6 - libsForQt5.kimageformats + spkgs.libsForQt5.kimageformats kdePackages.qtimageformats # Plugins for additional image formats: TIFF, MNG, TGA, WBMP - libsForQt5.qt5.qtimageformats + spkgs.libsForQt5.qt5.qtimageformats kdePackages.qtsvg # SVG support kdePackages.karchive # Plugin for Krita and OpenRaster images webp-pixbuf-loader # .webp support (what's this?) @@ -410,10 +401,7 @@ mousai # Опенсорс шазам. Со временем просит платный api spek # Спектрограмма аудио. mpv # Смотреть видео - # Смотреть картинки - # imv # Не умеет показывать анимированные webp. Через раз может показывать avif - qview # Умеет открывать всё, включая анимированный webp и avif - # feh # Нужен в большом количестве софта как зависимость. Может в avif, но криво + qview # Смотреть картинки. Умеет открывать всё, включая анимированный webp и avif ############ ## Social ## @@ -431,15 +419,15 @@ ## Games ## ########### - pkgs2.lutris # Запускать .exe игры. Не всё через `wine game.exe` работает на nixos нормально + lutris # Запускать .exe игры. Не всё через `wine game.exe` работает на nixos нормально # Мб зависимости protonup-qt # Управлять версиями proton-ge? - # steam-run # Запуск бинарей в окружении, похожем на steam runtime - pkgs2.mangohud # Фпс и нагрузку на пк показывает в играх - pkgs2.wineWowPackages.stableFull # support both 32- and 64-bit applications + steam-run # Запуск бинарей в окружении, похожем на steam runtime + mangohud # Фпс и нагрузку на пк показывает в играх + wineWowPackages.stableFull # support both 32- and 64-bit applications # wineWowPackages.staging # Можно назвать бета версией вайна - pkgs2.winetricks # winetricks (all versions) + winetricks # winetricks (all versions) # wineWowPackages.waylandFull # native wayland support (unstable) # protontricks # Running Winetricks commands for Proton-enabled games @@ -447,34 +435,33 @@ ## Design ## ############ - inputs.affinity-nix.packages.${pkgs.system}.v3 # Бесплатная замена photoshop через wine + # inputs.affinity-nix.packages.${pkgs.system}.v3 # Бесплатная замена photoshop через wine krita # Рисовать - pkgs2.davinci-resolve # Рендер видео. Проприетарное, бесплатная версия - blender-hip # 3д графика и рендер видео + # davinci-resolve # Рендер видео. Проприетарное, бесплатная версия + # blender-hip # 3д графика и рендер видео gcolor3 # GUI color picker xcolor # CLI color picker https://github.com/Soft/xcolor - # inkscape # Vector graphic editor ################## ## Productivity ## ################## obsidian # Заметки - pkgs2.planify # Task manager + spkgs.planify # Task manager pkgs2.ticktick # Powerful to-do app, proprietary ######### ## IDE ## ######### - pkgs2.neovim + neovim ########### ## Icons ## ########### adwaita-icon-theme - libsForQt5.breeze-icons # qt5 + spkgs.libsForQt5.breeze-icons # qt5 kdePackages.breeze-icons # qt6 papirus-icon-theme material-icons @@ -484,20 +471,11 @@ ## Vulkan ## ############ - gfxreconstruct - glslang - spirv-cross - spirv-headers - spirv-tools - vulkan-extension-layer - vulkan-headers + # gfxreconstruct vulkan-loader vulkan-tools - vulkan-tools-lunarg - vulkan-utility-libraries vulkan-validation-layers vkdisplayinfo - vk-bootstrap dxvk # Чтоб wine игры запускались через vulkan, а не opengl (Direct3D 8/9/10/11) vkd3d # Чтоб wine игры запускались через vulkan, а не opengl (Direct3D 12) vkd3d-proton @@ -507,8 +485,8 @@ ## Other ## ########### - qmk # Прошивка для моих раздельных клавиатур - vial # GUI для qmk, если клавиатура поддерживает + # qmk # Прошивка для моих раздельных клавиатур + # vial # GUI для qmk, если клавиатура поддерживает fontconfig zlib # google-fonts @@ -518,12 +496,12 @@ alsa-utils # Мне для команды amixer надо pamixer # PulseAudio cli (громкость редачу) easyeffects # PipeWire settings. Мне для эквалайзера нужен - weston # Для запуска wayland only apps на x11 (ещё есть cage, но он крашит систему при ребилде) + # weston # Для запуска wayland only apps на x11 (ещё есть cage, но он крашит систему при ребилде) # Для работы некоторых тем sddm kdePackages.qt5compat - libsForQt5.qt5.qtgraphicaleffects - libsForQt5.qt5.qtquickcontrols - sddm-chili-theme # Qt5 SDDM Theme + spkgs.libsForQt5.qt5.qtgraphicaleffects + spkgs.libsForQt5.qt5.qtquickcontrols + spkgs.sddm-chili-theme # Qt5 SDDM Theme ]; } diff --git a/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig b/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig deleted file mode 100644 index b2c54b2..0000000 --- a/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Latte-Rosewater -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#EFF1F5 -base.color=#E6E9EF -alt.base.color=#E6E9EF -button.color=#CCD0DA -light.color=#BCC0CC -mid.light.color=#BCC0CC -dark.color=#E6E9EF -mid.color=#E6E9EF -highlight.color=#DC8A78 -inactive.highlight.color=#DC8A78 -text.color=#4C4F69 -window.text.color=#4C4F69 -button.text.color=#4C4F69 -disabled.text.color=#ACB0BE -tooltip.text.color=#4C4F69 -highlight.text.color=#E6E9EF -link.color=#DC8A78 -link.visited.color=#1E66F5 - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#E6E9EF - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#ACB0BE -text.focus.color=#4C4F69 -text.press.color=#4C4F69 -text.toggle.color=#4C4F69 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#4C4F69 -text.focus.color=#DC8A78 -text.press.color=#4C4F69 -text.toggle.color=#4C4F69 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#DC8A78 -text.toggle.color=#DC8A78 -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#4C4F69 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#4C4F69 -text.focus.color=#4C4F69 -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#E6E9EF -text.toggle.color=#E6E9EF -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#4C4F69 -text.press.color=#4C4F69 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#4C4F69 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#4C4F69 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#4C4F69 -text.press.color=#4C4F69 -text.focus.color=#4C4F69 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg b/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg deleted file mode 100644 index eb99665..0000000 --- a/shit/Kvantum/Catppuccin-Latte/Catppuccin-Latte.svg +++ /dev/null @@ -1,1958 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig b/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig deleted file mode 100644 index 7d66830..0000000 --- a/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Mocha-Rosewater -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#1E1E2E -base.color=#181825 -alt.base.color=#181825 -button.color=#313244 -light.color=#45475A -mid.light.color=#45475A -dark.color=#181825 -mid.color=#181825 -highlight.color=#F5E0DC -inactive.highlight.color=#F5E0DC -text.color=#CDD6F4 -window.text.color=#CDD6F4 -button.text.color=#CDD6F4 -disabled.text.color=#585B70 -tooltip.text.color=#CDD6F4 -highlight.text.color=#181825 -link.color=#F5E0DC -link.visited.color=#89B4FA - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#181825 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#181825 -text.toggle.color=#181825 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#585B70 -text.focus.color=#CDD6F4 -text.press.color=#CDD6F4 -text.toggle.color=#CDD6F4 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#CDD6F4 -text.focus.color=#F5E0DC -text.press.color=#CDD6F4 -text.toggle.color=#CDD6F4 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#F5E0DC -text.toggle.color=#F5E0DC -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#CDD6F4 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#181825 -text.toggle.color=#181825 -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#CDD6F4 -text.focus.color=#CDD6F4 -text.press.color=#181825 -text.toggle.color=#181825 -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#181825 -text.toggle.color=#181825 -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#CDD6F4 -text.press.color=#CDD6F4 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#CDD6F4 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#CDD6F4 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#CDD6F4 -text.press.color=#CDD6F4 -text.focus.color=#CDD6F4 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg b/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg deleted file mode 100644 index c6dbf03..0000000 --- a/shit/Kvantum/Catppuccin-Mocha/Catppuccin-Mocha.svg +++ /dev/null @@ -1,1958 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.kvconfig b/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.kvconfig deleted file mode 100644 index 4080e5b..0000000 --- a/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.kvconfig +++ /dev/null @@ -1,562 +0,0 @@ -[%General] -author=Vince Liuice, based on KvAdapta by Tsu Jan -comment=An uncomplicated theme inspired by the Materia GTK theme -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=false -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=0 -toolbar_interior_spacing=2 -spread_progressbar=true -composite=true -menu_shadow_depth=6 -spread_menuitems=false -tooltip_shadow_depth=2 -splitter_width=1 -scroll_width=9 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=23 -slider_handle_length=22 -tickless_slider_handle_size=22 -center_toolbar_handle=true -check_size=16 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=true -blurring=true -popup_blurring=true -vertical_spin_indicators=false -spin_button_width=24 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=16 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=true -submenu_overlap=0 -tooltip_delay=0 -tree_branch_line=true -no_window_pattern=false -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=0 -respect_DE=true -scrollable_menu=false -submenu_delay=150 -no_inactiveness=false -reduce_menu_opacity=0 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#000000 -base.color=#000000 -alt.base.color=#000000 -button.color=#FADA16 -light.color=#FADA16 -mid.light.color=#FADA16 -dark.color=#000000 -mid.color=#000000 -highlight.color=#FFA6C2 -inactive.highlight.color=#FFA6C2 -text.color=#ffffff -window.text.color=#ffffff -button.text.color=#ffffff -disabled.text.color=#5032AC -tooltip.text.color=#1F5322 -highlight.text.color=#333333 -link.color=#A56DF2 -link.visited.color=#564873 -progress.indicator.text.color=#ffffff - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=true -blur_translucent=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=true -iconless_menu=false -disabled_icon_opacity=100 -lxqtmainmenu_iconsize=16 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=true -no_selection_tint=true -transparent_arrow_button=true -middle_click_scroll=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=true -centered_forms=false -noninteger_translucency=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#ffffff -text.focus.color=white -text.press.color=white -text.toggle.color=#333333 -text.shadow=0 -text.margin=4 -text.iconspacing=4 -indicator.element=arrow -frame.expansion=0 - -[PanelButtonTool] -inherits=PanelButtonCommand -text.normal.color=#ffffff -text.focus.color=white -text.press.color=white -text.toggle.color=#333333 -text.bold=false -indicator.element=arrow -indicator.size=0 -frame.expansion=0 - -[ToolbarButton] -frame=true -frame.element=tbutton -interior.element=tbutton -frame.top=16 -frame.bottom=16 -frame.left=16 -frame.right=16 -indicator.element=tarrow -text.normal.color=#ffffff -text.focus.color=white -text.press.color=white -text.toggle.color=white -text.bold=false -frame.expansion=32 - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#ffffff - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#ffffff -text.focus.color=white -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.element=spin -indicator.size=8 -text.normal.color=#ffffff -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#ffffff -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#ffffff -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -frame.patternsize=14 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[ToolbarLineEdit] -frame.element=lineedit -interior.element=lineedit - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#ffffff -text.press.color=#ffffff -text.focus.color=white - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=0 -text.margin.bottom=0 -frame.element=tab -indicator.element=tab -indicator.size=22 -frame.top=8 -frame.bottom=8 -frame.left=8 -frame.right=8 -text.normal.color=#ffffff -text.focus.color=#ffffff -text.press.color=white -text.toggle.color=white -frame.expansion=0 -text.bold=false - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=8 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#ffffff -text.focus.color=white -text.press.color=white -text.toggle.color=white -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -interior.element=menubar -frame.element=menubar -text.normal.color=#ffffff -text.focus.color=white -text.press.color=#ffffff -text.toggle.color=white -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=0 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -focusFrame=true -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#ffffff -text.focus.color=#ffffff -text.press.color=#ffffff -text.toggle.color=#ffffff -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#ffffff -text.focus.color=white -text.press.color=white -text.toggle.color=white -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=12 - -[ScrollbarSlider] -inherits=PanelButtonCommand -frame.element=scrollbarslider -interior=false -frame.left=5 -frame.right=5 -frame.top=5 -frame.bottom=5 -indicator.element=grip -indicator.size=12 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[Menu] -inherits=PanelButtonCommand -frame.top=10 -frame.bottom=10 -frame.left=10 -frame.right=10 -frame.element=menu -interior.element=menu -text.normal.color=#ffffff -text.shadow=false -frame.expansion=0 -text.bold=false - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#ffffff -text.focus.color=#333333 -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=6 -text.margin.right=6 -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.bold=false -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#ffffff -text.focus.color=#ffffff -text.press.color=#ffffff -text.toggle.color=#ffffff -frame.expansion=0 -text.bold=false - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#ffffff -text.focus.color=#ffffff -text.press.color=#ffffff -text.toggle.color=#ffffff -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#787878 -text.focus.color=#ffffff -text.bold=false -text.italic=true -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -frame.element=combo -interior.element=combo -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -text.focus.color=white -text.press.color=#ffffff -text.toggle.color=white - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#ffffff -text.focus.color=white -text.bold=false -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=false -frame.element=tabBarFrame -interior=false -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 - -[ToolTip] -inherits=GenericFrame -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=6 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false - -[Window] -interior=true -interior.element=window -frame=true -frame.element=window -frame.bottom=10 -frame.top=10 diff --git a/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg b/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg deleted file mode 100644 index 590a0f6..0000000 --- a/shit/Kvantum/Cyberpunk-Edge/Cyberpunk-Edge.svg +++ /dev/null @@ -1,6789 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Decay-Green/Decay-Green.kvconfig b/shit/Kvantum/Decay-Green/Decay-Green.kvconfig deleted file mode 100644 index 47d0087..0000000 --- a/shit/Kvantum/Decay-Green/Decay-Green.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Mocha-Rosewater -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#0d0f18 -base.color=#151720 -alt.base.color=#151720 -button.color=#1c1e27 -light.color=#90ceaa -mid.light.color=#90ceaa -dark.color=#151720 -mid.color=#151720 -highlight.color=#95d3af -inactive.highlight.color=#95d3af -text.color=#cbced3 -window.text.color=#cbced3 -button.text.color=#cbced3 -disabled.text.color=#ecd3a0 -tooltip.text.color=#cbced3 -highlight.text.color=#151720 -link.color=#c296eb -link.visited.color=#c79bf0 - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#151720 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#cbced3 -text.focus.color=#cbced3 -text.press.color=#151720 -text.toggle.color=#151720 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#ecd3a0 -text.focus.color=#cbced3 -text.press.color=#cbced3 -text.toggle.color=#cbced3 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#cbced3 -text.focus.color=#c296eb -text.press.color=#cbced3 -text.toggle.color=#cbced3 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#cbced3 -text.focus.color=#cbced3 -text.press.color=#c296eb -text.toggle.color=#c296eb -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#cbced3 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#cbced3 -text.focus.color=#cbced3 -text.press.color=#151720 -text.toggle.color=#151720 -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#cbced3 -text.focus.color=#cbced3 -text.press.color=#151720 -text.toggle.color=#151720 -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#151720 -text.toggle.color=#151720 -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#cbced3 -text.press.color=#cbced3 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#cbced3 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#cbced3 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#cbced3 -text.press.color=#cbced3 -text.focus.color=#cbced3 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/shit/Kvantum/Decay-Green/Decay-Green.svg b/shit/Kvantum/Decay-Green/Decay-Green.svg deleted file mode 100644 index 7b00d1e..0000000 --- a/shit/Kvantum/Decay-Green/Decay-Green.svg +++ /dev/null @@ -1,7279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Frosted-Glass/Frosted-Glass.kvconfig b/shit/Kvantum/Frosted-Glass/Frosted-Glass.kvconfig deleted file mode 100644 index cfe2a56..0000000 --- a/shit/Kvantum/Frosted-Glass/Frosted-Glass.kvconfig +++ /dev/null @@ -1,563 +0,0 @@ -[%General] -author=Vince Liuice, based on KvAdapta by Tsu Jan -comment=An uncomplicated theme inspired by the Materia GTK theme -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=false -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=0 -toolbar_interior_spacing=2 -spread_progressbar=true -composite=true -menu_shadow_depth=5 -spread_menuitems=false -tooltip_shadow_depth=2 -splitter_width=1 -scroll_width=9 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=23 -slider_handle_length=22 -tickless_slider_handle_size=22 -center_toolbar_handle=true -check_size=16 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=true -blurring=true -popup_blurring=true -vertical_spin_indicators=false -spin_button_width=24 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=16 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=true -submenu_overlap=0 -tooltip_delay=0 -tree_branch_line=true -no_window_pattern=false -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=0 -respect_DE=true -scrollable_menu=false -submenu_delay=150 -no_inactiveness=false -reduce_menu_opacity=0 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#F5F5F5 -base.color=#ffffff -alt.base.color=#f8f8f8 -button.color=#f2f2f2 -light.color=#ffffff -mid.light.color=#f0f0f0 -dark.color=#c8c8c8 -mid.color=#e1e1e196 -highlight.color=#333333 -inactive.highlight.color=#333333 -text.color=#444444 -window.text.color=#444444 -button.text.color=#444444 -disabled.text.color=#44444474 -tooltip.text.color=#444444 -highlight.text.color=#ffffff -link.color=#0057AE -link.visited.color=#E040FB -progress.indicator.text.color=#444444 - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=true -blur_translucent=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=false -iconless_menu=false -disabled_icon_opacity=100 -lxqtmainmenu_iconsize=16 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=true -no_selection_tint=true -transparent_arrow_button=true -middle_click_scroll=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=true -centered_forms=false -noninteger_translucency=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=white -highlight.text.color=white -text.shadow=0 -text.margin=4 -text.iconspacing=4 -indicator.element=arrow -frame.expansion=0 - -[PanelButtonTool] -inherits=PanelButtonCommand -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=white -text.disabled.color=#44444474 -text.bold=false -indicator.element=arrow -indicator.size=0 -frame.expansion=0 - -[ToolbarButton] -frame=true -frame.element=tbutton -interior.element=tbutton -frame.top=14 -frame.bottom=14 -frame.left=14 -frame.right=14 -indicator.element=tarrow -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -text.disabled.color=#44444474 -text.bold=false -frame.expansion=28 - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#444444 - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#444444 -text.focus.color=#444444 -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.element=spin -indicator.size=8 -text.normal.color=#444444 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#444444 -text.focus.color=#444444 -min_width=+0.3font -min_height=+0.3font - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#444444 -text.focus.color=#444444 -min_width=+0.3font -min_height=+0.3font - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -frame.patternsize=14 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[ToolbarLineEdit] -frame.element=lineedit -interior.element=lineedit - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#444444 -text.press.color=#333333 -text.focus.color=#444444 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=0 -text.margin.bottom=0 -frame.element=tab -indicator.element=tab -indicator.size=22 -frame.top=8 -frame.bottom=8 -frame.left=8 -frame.right=8 -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -frame.expansion=0 -text.bold=false - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=8 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -interior.element=menubar -frame.element=menubar -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -frame.left=2 -frame.right=2 -frame.top=2 -frame.bottom=2 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -focusFrame=true -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=12 - -[ScrollbarSlider] -inherits=PanelButtonCommand -frame.element=scrollbarslider -interior=false -frame.left=5 -frame.right=5 -frame.top=5 -frame.bottom=5 -indicator.element=grip -indicator.size=12 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[Menu] -inherits=PanelButtonCommand -frame.top=10 -frame.bottom=10 -frame.left=10 -frame.right=10 -frame.element=menu -interior.element=menu -text.normal.color=#444444 -text.shadow=false -frame.expansion=0 -text.bold=false - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#444444 -text.focus.color=white -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=6 -text.margin.right=6 -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.bold=false -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -frame.expansion=0 -text.bold=false - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#444444 -text.focus.color=#444444 -text.press.color=#333333 -text.toggle.color=#333333 -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#444444 -text.focus.color=#444444 -text.bold=false -text.italic=true -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -frame.element=combo -interior.element=combo -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -text.normal.color=#444444 -text.focus.color=#424242 -text.press.color=#424242 -text.toggle.color=#424242 - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#444444 -text.focus.color=#333333 -text.bold=false -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=false -interior=false - -[ToolTip] -inherits=GenericFrame -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -text.normal.color=#444444 -text.focus.color=#333333 -frame.expansion=6 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false - -[Window] -interior=true -interior.element=window -frame=true -frame.element=window -frame.bottom=10 -frame.top=10 diff --git a/shit/Kvantum/Frosted-Glass/Frosted-Glass.svg b/shit/Kvantum/Frosted-Glass/Frosted-Glass.svg deleted file mode 100644 index 7f3dec1..0000000 --- a/shit/Kvantum/Frosted-Glass/Frosted-Glass.svg +++ /dev/null @@ -1,6674 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Graphite-Mono/Graphite-Mono.kvconfig b/shit/Kvantum/Graphite-Mono/Graphite-Mono.kvconfig deleted file mode 100644 index 99410ac..0000000 --- a/shit/Kvantum/Graphite-Mono/Graphite-Mono.kvconfig +++ /dev/null @@ -1,562 +0,0 @@ -[%General] -author=Vince Liuice, based on KvAdapta by Tsu Jan -comment=An uncomplicated theme inspired by the Materia GTK theme -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=false -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=0 -toolbar_interior_spacing=2 -spread_progressbar=true -composite=true -menu_shadow_depth=6 -spread_menuitems=false -tooltip_shadow_depth=2 -splitter_width=1 -scroll_width=9 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=23 -slider_handle_length=22 -tickless_slider_handle_size=22 -center_toolbar_handle=true -check_size=16 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=true -blurring=true -popup_blurring=true -vertical_spin_indicators=false -spin_button_width=24 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=16 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=true -submenu_overlap=0 -tooltip_delay=0 -tree_branch_line=true -no_window_pattern=false -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=0 -respect_DE=true -scrollable_menu=false -submenu_delay=150 -no_inactiveness=false -reduce_menu_opacity=0 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#2c2c2c -base.color=#2c2c2c -alt.base.color=#2e2e2e -button.color=#4d4d4d -light.color=#535353 -mid.light.color=#474747 -dark.color=#282828 -mid.color=#323232 -highlight.color=#e0e0e0 -inactive.highlight.color=#e0e0e0 -text.color=#dfdfdf -window.text.color=#dfdfdf -button.text.color=#dfdfdf -disabled.text.color=#696969 -tooltip.text.color=#efefef -highlight.text.color=#333333 -link.color=#0057AE -link.visited.color=#E040FB -progress.indicator.text.color=#dfdfdf - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=true -blur_translucent=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=true -iconless_menu=false -disabled_icon_opacity=100 -lxqtmainmenu_iconsize=16 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=true -no_selection_tint=true -transparent_arrow_button=true -middle_click_scroll=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=true -centered_forms=false -noninteger_translucency=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#dfdfdf -text.focus.color=white -text.press.color=white -text.toggle.color=#333333 -text.shadow=0 -text.margin=4 -text.iconspacing=4 -indicator.element=arrow -frame.expansion=0 - -[PanelButtonTool] -inherits=PanelButtonCommand -text.normal.color=#dfdfdf -text.focus.color=white -text.press.color=white -text.toggle.color=#333333 -text.bold=false -indicator.element=arrow -indicator.size=0 -frame.expansion=0 - -[ToolbarButton] -frame=true -frame.element=tbutton -interior.element=tbutton -frame.top=16 -frame.bottom=16 -frame.left=16 -frame.right=16 -indicator.element=tarrow -text.normal.color=#dfdfdf -text.focus.color=white -text.press.color=white -text.toggle.color=white -text.bold=false -frame.expansion=32 - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#dfdfdf - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#dfdfdf -text.focus.color=white -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.element=spin -indicator.size=8 -text.normal.color=#dfdfdf -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#dfdfdf -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#dfdfdf -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -frame.patternsize=14 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[ToolbarLineEdit] -frame.element=lineedit -interior.element=lineedit - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#dfdfdf -text.press.color=#dfdfdf -text.focus.color=white - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=0 -text.margin.bottom=0 -frame.element=tab -indicator.element=tab -indicator.size=22 -frame.top=8 -frame.bottom=8 -frame.left=8 -frame.right=8 -text.normal.color=#dfdfdf -text.focus.color=#dfdfdf -text.press.color=white -text.toggle.color=white -frame.expansion=0 -text.bold=false - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=8 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#dfdfdf -text.focus.color=white -text.press.color=white -text.toggle.color=white -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -interior.element=menubar -frame.element=menubar -text.normal.color=#dfdfdf -text.focus.color=white -text.press.color=#dfdfdf -text.toggle.color=white -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=0 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -focusFrame=true -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#dfdfdf -text.focus.color=#dfdfdf -text.press.color=#dfdfdf -text.toggle.color=#dfdfdf -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#dfdfdf -text.focus.color=white -text.press.color=white -text.toggle.color=white -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=12 - -[ScrollbarSlider] -inherits=PanelButtonCommand -frame.element=scrollbarslider -interior=false -frame.left=5 -frame.right=5 -frame.top=5 -frame.bottom=5 -indicator.element=grip -indicator.size=12 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[Menu] -inherits=PanelButtonCommand -frame.top=10 -frame.bottom=10 -frame.left=10 -frame.right=10 -frame.element=menu -interior.element=menu -text.normal.color=#dfdfdf -text.shadow=false -frame.expansion=0 -text.bold=false - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#dfdfdf -text.focus.color=#333333 -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=6 -text.margin.right=6 -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.bold=false -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#dfdfdf -text.focus.color=#ffffff -text.press.color=#ffffff -text.toggle.color=#ffffff -frame.expansion=0 -text.bold=false - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#dfdfdf -text.focus.color=#ffffff -text.press.color=#ffffff -text.toggle.color=#ffffff -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#787878 -text.focus.color=#dfdfdf -text.bold=false -text.italic=true -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -frame.element=combo -interior.element=combo -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -text.focus.color=white -text.press.color=#dfdfdf -text.toggle.color=white - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#dfdfdf -text.focus.color=white -text.bold=false -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=false -frame.element=tabBarFrame -interior=false -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 - -[ToolTip] -inherits=GenericFrame -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=6 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false - -[Window] -interior=true -interior.element=window -frame=true -frame.element=window -frame.bottom=10 -frame.top=10 diff --git a/shit/Kvantum/Graphite-Mono/Graphite-Mono.svg b/shit/Kvantum/Graphite-Mono/Graphite-Mono.svg deleted file mode 100644 index 864ef47..0000000 --- a/shit/Kvantum/Graphite-Mono/Graphite-Mono.svg +++ /dev/null @@ -1,6303 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.kvconfig b/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.kvconfig deleted file mode 100644 index 525858d..0000000 --- a/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.kvconfig +++ /dev/null @@ -1,544 +0,0 @@ -[%General] -author=sachnr, based on KvAdapta -comment=Gruvbox Light theme with blue highlights -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=false -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=0 -toolbar_interior_spacing=2 -spread_progressbar=true -composite=true -menu_shadow_depth=5 -tooltip_shadow_depth=2 -splitter_width=4 -scroll_width=9 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=22 -slider_handle_length=22 -center_toolbar_handle=true -check_size=14 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=false -blurring=false -popup_blurring=false -vertical_spin_indicators=false -spin_button_width=24 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=22 -combo_as_lineedit=true -animate_states=true -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=true -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=false -submenu_overlap=0 -tooltip_delay=-1 -tree_branch_line=true -no_window_pattern=false -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=0 -respect_DE=true -scrollable_menu=false -submenu_delay=250 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -intensity=1.00 -menu_blur_radius=0 -no_inactiveness=false -reduce_menu_opacity=0 -saturation=1.00 -shadowless_popup=false -tooltip_blur_radius=0 - -[GeneralColors] -window.color=#232323 -base.color=#282828 -alt.base.color=#282828 -button.color=#2e2e2e -light.color=#504945 -mid.light.color=#3f3f3f -dark.color=#1d2021 -mid.color=##202324 -highlight.color=#458588cc -inactive.highlight.color=#458588bb -text.color=#ebdbb2 -window.text.color=#ebdbb2 -button.text.color=#ebdbb2 -disabled.text.color=#a89984 -tooltip.text.color=#fbf1c7 -highlight.text.color=#fbf1c7 -link.color=#b8bb26 -link.visited.color=#98971a -progress.indicator.text.color=#fbf1c7 - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=false -transparent_pcmanfm_sidepane=true -blur_translucent=false -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=true -iconless_menu=false -disabled_icon_opacity=70 -lxqtmainmenu_iconsize=22 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=false -no_selection_tint=true -transparent_arrow_button=true -blur_only_active_window=false -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -noninteger_translucency=false -style_vertical_toolbars=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#ebdbb2 -text.focus.color=white -text.press.color=#ebdbb2 -text.toggle.color=white -text.shadow=0 -text.margin=1 -text.iconspacing=4 -indicator.element=arrow -text.margin.top=2 -text.margin.bottom=4 -text.margin.left=2 -text.margin.right=2 -min_width=+0.3font -min_height=+0.3font -frame.expansion=14 - -[PanelButtonTool] -inherits=PanelButtonCommand -text.normal.color=#ebdbb2 -text.bold=false -indicator.element=arrow -indicator.size=0 - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=tarrow -text.normal.color=#ebdbb2 -text.focus.color=white -text.press.color=white -text.toggle.color=white -text.bold=false - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#ebdbb2 - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#ebdbb2 -text.focus.color=white -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.element=spin -indicator.size=8 -text.normal.color=#ebdbb2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#ebdbb2 -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#ebdbb2 -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -interior=false -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -frame.expansion=0 - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#ebdbb2 -text.press.color=#ebdbb2 -text.focus.color=white - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=2 -text.margin.bottom=2 -frame.element=tab -indicator.element=tab -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.normal.color=#ebdbb2 -text.focus.color=#ebdbb2 -text.toggle.color=#ebdbb2 -frame.expansion=0 -text.bold=false - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=8 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#ebdbb2 -text.focus.color=white -text.press.color=white -text.toggle.color=white -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -interior.element=menubar -frame.element=menubar -text.normal.color=#ebdbb2 -text.focus.color=white -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=4 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#ebdbb2 -text.focus.color=#ebdbb2 -text.press.color=#ebdbb2 -text.toggle.color=#cfd8dc -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#ebdbb2 -text.focus.color=white -text.press.color=white -text.toggle.color=white -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=8 - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior.element=scrollbarslider -interior=true -frame=false -indicator.element=grip -indicator.size=13 -frame.expansion=48 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#ebdbb2 -text.focus.color=white -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=4 -text.margin.right=4 -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#ebdbb2 -frame.expansion=0 -text.bold=false - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#ebdbb2 -text.focus.color=white -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#d5c4a1 -text.focus.color=#ebdbb2 -text.bold=false -text.italic=true -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -frame.element=combo -interior.element=combo -interior=false -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -text.focus.color=white -text.press.color=#ebdbb2 -text.toggle.color=white -frame.expansion=0 - -[Menu] -inherits=PanelButtonCommand -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.element=menu -interior.element=menu -text.normal.color=#ebdbb2 -text.shadow=false -frame.expansion=0 - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#ebdbb2 -text.focus.color=white -text.bold=false -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[ToolTip] -inherits=GenericFrame -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=0 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false - -[Window] -interior=true -interior.element=window diff --git a/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg b/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg deleted file mode 100644 index fbcf686..0000000 --- a/shit/Kvantum/Gruvbox-Retro/Gruvbox-Retro.svg +++ /dev/null @@ -1,5594 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Material-Sakura/Material-Sakura.kvconfig b/shit/Kvantum/Material-Sakura/Material-Sakura.kvconfig deleted file mode 100644 index f0c7f49..0000000 --- a/shit/Kvantum/Material-Sakura/Material-Sakura.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Latte-Rosewater -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam,qmplay2 -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#faf4ed -base.color=#fffaf3 -alt.base.color=#fffaf3 -button.color=#d7827e -light.color=#f4ede8 -mid.light.color=#f4ede8 -dark.color=#fffaf3 -mid.color=#fffaf3 -highlight.color=#907aa9 -inactive.highlight.color=#907aa9 -text.color=#575279 -window.text.color=#575279 -button.text.color=#575279 -disabled.text.color=#9893a5 -tooltip.text.color=#575279 -highlight.text.color=#fffaf3 -link.color=#907aa9 -link.visited.color=#56949f - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#fffaf3 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#575279 -text.focus.color=#575279 -text.press.color=#fffaf3 -text.toggle.color=#fffaf3 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#9893a5 -text.focus.color=#575279 -text.press.color=#575279 -text.toggle.color=#575279 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#575279 -text.focus.color=#907aa9 -text.press.color=#575279 -text.toggle.color=#575279 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#575279 -text.focus.color=#575279 -text.press.color=#907aa9 -text.toggle.color=#907aa9 -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#575279 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#575279 -text.focus.color=#575279 -text.press.color=#fffaf3 -text.toggle.color=#fffaf3 -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#575279 -text.focus.color=#575279 -text.press.color=#fffaf3 -text.toggle.color=#fffaf3 -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#fffaf3 -text.toggle.color=#fffaf3 -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#575279 -text.press.color=#575279 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#575279 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#575279 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#575279 -text.press.color=#575279 -text.focus.color=#575279 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/shit/Kvantum/Material-Sakura/Material-Sakura.svg b/shit/Kvantum/Material-Sakura/Material-Sakura.svg deleted file mode 100644 index c6e5dd5..0000000 --- a/shit/Kvantum/Material-Sakura/Material-Sakura.svg +++ /dev/null @@ -1,7279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig b/shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig deleted file mode 100644 index 9176f89..0000000 --- a/shit/Kvantum/Rose-Pine/Rose-Pine.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Mocha-Rosewater -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#191724 -base.color=#26233a -alt.base.color=#26233a -button.color=#6e6a86 -light.color=#908caa -mid.light.color=#908caa -dark.color=#26233a -mid.color=#26233a -highlight.color=#31748f -inactive.highlight.color=#31748f -text.color=#e0def4 -window.text.color=#e0def4 -button.text.color=#e0def4 -disabled.text.color=#524f67 -tooltip.text.color=#e0def4 -highlight.text.color=#26233a -link.color=#31748f -link.visited.color=#9ccfd8 - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#26233a - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#e0def4 -text.focus.color=#e0def4 -text.press.color=#26233a -text.toggle.color=#26233a - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#524f67 -text.focus.color=#e0def4 -text.press.color=#e0def4 -text.toggle.color=#e0def4 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#e0def4 -text.focus.color=#31748f -text.press.color=#e0def4 -text.toggle.color=#e0def4 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#e0def4 -text.focus.color=#e0def4 -text.press.color=#31748f -text.toggle.color=#31748f -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#e0def4 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#e0def4 -text.focus.color=#e0def4 -text.press.color=#26233a -text.toggle.color=#26233a -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#e0def4 -text.focus.color=#e0def4 -text.press.color=#26233a -text.toggle.color=#26233a -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#26233a -text.toggle.color=#26233a -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#e0def4 -text.press.color=#e0def4 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#e0def4 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#e0def4 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#e0def4 -text.press.color=#e0def4 -text.focus.color=#e0def4 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/shit/Kvantum/Rose-Pine/Rose-Pine.svg b/shit/Kvantum/Rose-Pine/Rose-Pine.svg deleted file mode 100644 index 19bfcde..0000000 --- a/shit/Kvantum/Rose-Pine/Rose-Pine.svg +++ /dev/null @@ -1,7279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig b/shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig deleted file mode 100644 index 8d3ca3f..0000000 --- a/shit/Kvantum/Tokyo-Night/Tokyo-Night.kvconfig +++ /dev/null @@ -1,466 +0,0 @@ -[%General] -author=elkrien based on Arc Dark style -comment=Catppuccin-Mocha-Rosewater -spread_menuitems=true -left_tabs=true -mirror_doc_tabs=true -scroll_width=8 -attach_active_tab=true -composite=true -menu_shadow_depth=7 -tooltip_shadow_depth=0 -splitter_width=7 -check_size=16 -slider_width=4 -slider_handle_width=18 -slider_handle_length=18 -textless_progressbar=false -menubar_mouse_tracking=true -slim_toolbars=false -toolbutton_style=1 -x11drag=menubar_and_primary_toolbar -double_click=false -translucent_windows=false -blurring=false -popup_blurring=true -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,VirtualBoxVM,trojita,dragon,digikam,lyx -group_toolbar_buttons=false -vertical_spin_indicators=false -fill_rubberband=false -spread_progressbar=true -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -scroll_arrows=false -iconless_pushbutton=true -toolbar_icon_size=16 -combo_as_lineedit=true -button_contents_shift=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=2 -submenu_overlap=0 -tooltip_delay=-1 -animate_states=true -transient_scrollbar=true -alt_mnemonic=true -combo_menu=true -layout_margin=4 -no_window_pattern=false -respect_DE=true -scroll_min_extent=36 -scrollable_menu=false -scrollbar_in_view=false -spin_button_width=16 -submenu_delay=250 -tree_branch_line=true -progressbar_thickness=8 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -drag_from_buttons=false -hide_combo_checkboxes=false -intensity=1.00 -no_inactiveness=false -reduce_menu_opacity=0 -reduce_window_opacity=10 -saturation=1.00 -shadowless_popup=true -transient_groove=false -menu_blur_radius=6 -tooltip_blur_radius=6 - -[GeneralColors] -window.color=#24283b -base.color=#414868 -alt.base.color=#414868 -button.color=#c0caf5 -light.color=#7dcfff -mid.light.color=#7dcfff -dark.color=#414868 -mid.color=#414868 -highlight.color=#2ac3de -inactive.highlight.color=#2ac3de -text.color=#a9b1d6 -window.text.color=#a9b1d6 -button.text.color=#a9b1d6 -disabled.text.color=#565f89 -tooltip.text.color=#a9b1d6 -highlight.text.color=#414868 -link.color=#2ac3de -link.visited.color=#73daca - -[ItemView] -inherits=PanelButtonCommand -frame.element=itemview -interior.element=itemview -frame=true -interior=true -text.iconspacing=3 -text.toggle.color=#414868 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox - -[TreeExpander] -indicator.element=tree -indicator.size=8 - -[ToolTip] -frame.top=4 -frame.right=4 -frame.bottom=4 -frame.left=4 -frame=true - -[PanelButtonCommand] -inherits=PanelButtonCommand -interior.element=button -frame.element=button -text.normal.color=#a9b1d6 -text.focus.color=#a9b1d6 -text.press.color=#414868 -text.toggle.color=#414868 - -[PanelButtonTool] -inherits=PanelButtonCommand - -[DockTitle] -inherits=PanelButtonCommand -interior=false -frame=false -text.margin.top=5 -text.margin.bottom=5 -text.margin.left=5 -text.margin.right=5 -indicator.size=0 - -[Dock] -interior.element=toolbar -frame.element=toolbar -frame=true -interior=true - -[GroupBox] -inherits=PanelButtonCommand -interior.element=tabframe -interior=true -frame=false - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.patternsize=20 - -[GenericFrame] -inherits=PanelButtonCommand -frame.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Slider] -inherits=PanelButtonCommand -interior=true -frame.element=slider -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -focusFrame=true - -[SliderCursor] -inherits=PanelButtonCommand -interior=true -interior.element=slidercursor -frame=false - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit - -[IndicatorSpinBox] -inherits=LineEdit -frame.element=lineedit -interior.element=lineedit -frame.top=0 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.size=8 - -[DropDownButton] -inherits=PanelButtonCommand -frame.top=2 -frame.bottom=2 -frame.left=0 -frame.right=1 -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -frame.element=tabframe -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -frame.element=tab -frame.top=2 -frame.bottom=3 -frame.left=3 -frame.right=3 -indicator.size=10 -text.normal.color=#565f89 -text.focus.color=#a9b1d6 -text.press.color=#a9b1d6 -text.toggle.color=#a9b1d6 -focusFrame=true - -[TabBarFrame] -inherits=GenericFrame -frame=true -frame.element=tabBarFrame -interior=false -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe - -[Dialog] -inherits=TabBarFrame -frame.element=tabframe -interior=false -frame=false -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -frame.expansion=0 -text.normal.color=#a9b1d6 -text.focus.color=#2ac3de -text.press.color=#a9b1d6 -text.toggle.color=#a9b1d6 -indicator.element=harrow - -[SizeGrip] -inherits=PanelButtonCommand -frame=false -interior=false -indicator.element=resize-grip -indicator.size=0 - -[Toolbar] -inherits=PanelButtonCommand -interior.element=menubar -frame.element=menubar -frame=true -frame.bottom=4 -frame.left=4 -frame.right=4 -text.normal.color=#a9b1d6 -text.focus.color=#a9b1d6 -text.press.color=#2ac3de -text.toggle.color=#2ac3de -text.bold=false - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#a9b1d6 -frame.expansion=0 -text.bold=false - -[ToolbarButton] -frame.element=tbutton -interior.element=tbutton -indicator.element=arrow -text.normal.color=#a9b1d6 -text.focus.color=#a9b1d6 -text.press.color=#414868 -text.toggle.color=#414868 -text.bold=false - -[Scrollbar] -inherits=PanelButtonCommand -indicator.size=0 -interior=false -frame=false - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[ScrollbarSlider] -inherits=PanelButtonCommand -interior=false -frame.element=scrollbarslider -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin=0 -text.normal.color=#a9b1d6 -text.focus.color=#a9b1d6 -text.press.color=#414868 -text.toggle.color=#414868 -text.bold=false -frame.expansion=18 - -[RadioButton] -inherits=PanelButtonCommand - -[Menu] -frame.element=menu -interior.element=menu -inherits=PanelButtonCommand -text.press.color=#414868 -text.toggle.color=#414868 -text.bold=false -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[MenuItem] -inherits=PanelButtonCommand -interior.element=menuitem -indicator.size=8 -text.focus.color=#a9b1d6 -text.press.color=#a9b1d6 - -[MenuBarItem] -inherits=PanelButtonCommand -interior.element=menubaritem -frame=false -text.margin.top=3 -text.margin.bottom=3 -text.margin.left=5 -text.margin.right=5 - -[StatusBar] -inherits=Toolbar -frame.element=toolbar -font.bold=true -text.normal.color=#a9b1d6 -frame=true -frame.top=0 -frame.bottom=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -interior=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=3 -text.margin.right=3 - -[ComboBox] -inherits=PanelButtonCommand -indicator.size=8 -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 -text.margin.top=1 -text.margin.bottom=1 -text.margin.left=3 -text.margin.right=3 -text.toggle.color=#a9b1d6 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#a9b1d6 -text.press.color=#a9b1d6 -text.focus.color=#a9b1d6 - -[Hacks] -transparent_dolphin_view=true -blur_konsole=true -transparent_ktitle_label=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=false -iconless_pushbutton=true -iconless_menu=true -disabled_icon_opacity=80 -lxqtmainmenu_iconsize=0 -normal_default_pushbutton=true -single_top_toolbar=false -tint_on_mouseover=0 -transparent_pcmanfm_sidepane=true -transparent_pcmanfm_view=true -blur_translucent=true -centered_forms=false -kinetic_scrolling=false -middle_click_scroll=false -no_selection_tint=false -noninteger_translucency=false -style_vertical_toolbars=false -blur_only_active_window=false - -[Window] -interior=true -interior.element=window -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 diff --git a/shit/Kvantum/Tokyo-Night/Tokyo-Night.svg b/shit/Kvantum/Tokyo-Night/Tokyo-Night.svg deleted file mode 100644 index 7dafd75..0000000 --- a/shit/Kvantum/Tokyo-Night/Tokyo-Night.svg +++ /dev/null @@ -1,7279 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig b/shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig deleted file mode 100644 index eabbd28..0000000 --- a/shit/Kvantum/Wall-Dcol/Wall-Dcol.kvconfig +++ /dev/null @@ -1,562 +0,0 @@ -[%General] -author=Vince Liuice, based on KvAdapta by Tsu Jan -comment=An uncomplicated theme inspired by the Materia GTK theme -x11drag=menubar_and_primary_toolbar -alt_mnemonic=true -left_tabs=true -attach_active_tab=false -mirror_doc_tabs=true -group_toolbar_buttons=false -toolbar_item_spacing=0 -toolbar_interior_spacing=2 -spread_progressbar=true -composite=true -menu_shadow_depth=6 -spread_menuitems=false -tooltip_shadow_depth=2 -splitter_width=1 -scroll_width=9 -scroll_arrows=false -scroll_min_extent=60 -slider_width=2 -slider_handle_width=23 -slider_handle_length=22 -tickless_slider_handle_size=22 -center_toolbar_handle=true -check_size=16 -textless_progressbar=false -progressbar_thickness=2 -menubar_mouse_tracking=true -toolbutton_style=1 -double_click=false -translucent_windows=true -blurring=true -popup_blurring=true -vertical_spin_indicators=false -spin_button_width=24 -fill_rubberband=false -merge_menubar_with_toolbar=true -small_icon_size=16 -large_icon_size=32 -button_icon_size=16 -toolbar_icon_size=16 -combo_as_lineedit=true -animate_states=false -button_contents_shift=false -combo_menu=true -hide_combo_checkboxes=true -combo_focus_rect=false -groupbox_top_label=true -inline_spin_indicators=true -joined_inactive_tabs=false -layout_spacing=6 -layout_margin=9 -scrollbar_in_view=true -transient_scrollbar=true -transient_groove=true -submenu_overlap=0 -tooltip_delay=0 -tree_branch_line=true -no_window_pattern=false -opaque=kaffeine,kmplayer,subtitlecomposer,kdenlive,vlc,smplayer,smplayer2,avidemux,avidemux2_qt4,avidemux3_qt4,avidemux3_qt5,kamoso,QtCreator,VirtualBox,trojita,dragon,digikam -reduce_window_opacity=0 -respect_DE=true -scrollable_menu=false -submenu_delay=150 -no_inactiveness=false -reduce_menu_opacity=0 -click_behavior=0 -contrast=1.00 -dialog_button_layout=0 -intensity=1.00 -saturation=1.00 -shadowless_popup=false - -[GeneralColors] -window.color=#1D202E -base.color=#1D202E -alt.base.color=#1D202E -button.color=#4d4d4d -light.color=#535353 -mid.light.color=#474747 -dark.color=#282828 -mid.color=#323232 -highlight.color=#e0e0e0 -inactive.highlight.color=#e0e0e0 -text.color=#AD584F -window.text.color=#AD584F -button.text.color=#AD584F -disabled.text.color=#696969 -tooltip.text.color=#efefef -highlight.text.color=#333333 -link.color=#0057AE -link.visited.color=#E040FB -progress.indicator.text.color=#AD584F - -[Hacks] -transparent_ktitle_label=true -transparent_dolphin_view=true -transparent_pcmanfm_sidepane=true -blur_translucent=true -transparent_menutitle=true -respect_darkness=true -kcapacitybar_as_progressbar=true -force_size_grip=true -iconless_pushbutton=true -iconless_menu=false -disabled_icon_opacity=100 -lxqtmainmenu_iconsize=16 -normal_default_pushbutton=true -single_top_toolbar=true -tint_on_mouseover=0 -transparent_pcmanfm_view=true -no_selection_tint=true -transparent_arrow_button=true -middle_click_scroll=false -opaque_colors=false -kinetic_scrolling=false -scroll_jump_workaround=true -centered_forms=false -noninteger_translucency=false - -[PanelButtonCommand] -frame=true -frame.element=button -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -interior.element=button -indicator.size=8 -text.normal.color=#AD584F -text.focus.color=white -text.press.color=white -text.toggle.color=#333333 -text.shadow=0 -text.margin=4 -text.iconspacing=4 -indicator.element=arrow -frame.expansion=0 - -[PanelButtonTool] -inherits=PanelButtonCommand -text.normal.color=#AD584F -text.focus.color=white -text.press.color=white -text.toggle.color=#333333 -text.bold=false -indicator.element=arrow -indicator.size=0 -frame.expansion=0 - -[ToolbarButton] -frame=true -frame.element=tbutton -interior.element=tbutton -frame.top=16 -frame.bottom=16 -frame.left=16 -frame.right=16 -indicator.element=tarrow -text.normal.color=#AD584F -text.focus.color=white -text.press.color=white -text.toggle.color=white -text.bold=false -frame.expansion=32 - -[Dock] -inherits=PanelButtonCommand -interior.element=dock -frame.element=dock -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#AD584F - -[DockTitle] -inherits=PanelButtonCommand -frame=false -interior=false -text.normal.color=#AD584F -text.focus.color=white -text.bold=false - -[IndicatorSpinBox] -inherits=PanelButtonCommand -frame=true -interior=true -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -indicator.element=spin -indicator.size=8 -text.normal.color=#AD584F -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[RadioButton] -inherits=PanelButtonCommand -frame=false -interior.element=radio -text.normal.color=#AD584F -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[CheckBox] -inherits=PanelButtonCommand -frame=false -interior.element=checkbox -text.normal.color=#AD584F -text.focus.color=white -min_width=+0.3font -min_height=+0.3font - -[Focus] -inherits=PanelButtonCommand -frame=true -frame.element=focus -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -frame.patternsize=14 - -[GenericFrame] -inherits=PanelButtonCommand -frame=true -interior=false -frame.element=common -interior.element=common -frame.top=1 -frame.bottom=1 -frame.left=1 -frame.right=1 - -[LineEdit] -inherits=PanelButtonCommand -frame.element=lineedit -interior.element=lineedit -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 - -[ToolbarLineEdit] -frame.element=lineedit -interior.element=lineedit - -[DropDownButton] -inherits=PanelButtonCommand -indicator.element=arrow-down - -[IndicatorArrow] -indicator.element=arrow -indicator.size=8 - -[ToolboxTab] -inherits=PanelButtonCommand -text.normal.color=#AD584F -text.press.color=#AD584F -text.focus.color=white - -[Tab] -inherits=PanelButtonCommand -interior.element=tab -text.margin.left=8 -text.margin.right=8 -text.margin.top=0 -text.margin.bottom=0 -frame.element=tab -indicator.element=tab -indicator.size=22 -frame.top=8 -frame.bottom=8 -frame.left=8 -frame.right=8 -text.normal.color=#AD584F -text.focus.color=#AD584F -text.press.color=white -text.toggle.color=white -frame.expansion=0 -text.bold=false - -[TabFrame] -inherits=PanelButtonCommand -frame.element=tabframe -interior.element=tabframe -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 - -[TreeExpander] -inherits=PanelButtonCommand -indicator.size=8 -indicator.element=tree - -[HeaderSection] -inherits=PanelButtonCommand -interior.element=header -frame.element=header -frame.top=0 -frame.bottom=1 -frame.left=1 -frame.right=1 -text.normal.color=#AD584F -text.focus.color=white -text.press.color=white -text.toggle.color=white -frame.expansion=0 - -[SizeGrip] -indicator.element=resize-grip - -[Toolbar] -inherits=PanelButtonCommand -indicator.element=toolbar -indicator.size=5 -text.margin=0 -interior.element=menubar -frame.element=menubar -text.normal.color=#AD584F -text.focus.color=white -text.press.color=#AD584F -text.toggle.color=white -frame.left=0 -frame.right=0 -frame.top=0 -frame.bottom=0 -frame.expansion=0 - -[Slider] -inherits=PanelButtonCommand -frame.element=slider -focusFrame=true -interior.element=slider -frame.top=3 -frame.bottom=3 -frame.left=3 -frame.right=3 - -[SliderCursor] -inherits=PanelButtonCommand -frame=false -interior.element=slidercursor - -[Progressbar] -inherits=PanelButtonCommand -frame.element=progress -interior.element=progress -text.margin=0 -text.normal.color=#AD584F -text.focus.color=#AD584F -text.press.color=#AD584F -text.toggle.color=#AD584F -text.bold=false -frame.expansion=8 - -[ProgressbarContents] -inherits=PanelButtonCommand -frame=true -frame.element=progress-pattern -interior.element=progress-pattern - -[ItemView] -inherits=PanelButtonCommand -text.margin=0 -frame.element=itemview -interior.element=itemview -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=4 -text.margin.right=4 -text.normal.color=#AD584F -text.focus.color=white -text.press.color=white -text.toggle.color=white -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[Splitter] -indicator.size=48 - -[Scrollbar] -inherits=PanelButtonCommand -indicator.element=arrow -indicator.size=12 - -[ScrollbarSlider] -inherits=PanelButtonCommand -frame.element=scrollbarslider -interior=false -frame.left=5 -frame.right=5 -frame.top=5 -frame.bottom=5 -indicator.element=grip -indicator.size=12 - -[ScrollbarGroove] -inherits=PanelButtonCommand -interior=false -frame=false - -[Menu] -inherits=PanelButtonCommand -frame.top=10 -frame.bottom=10 -frame.left=10 -frame.right=10 -frame.element=menu -interior.element=menu -text.normal.color=#AD584F -text.shadow=false -frame.expansion=0 -text.bold=false - -[MenuItem] -inherits=PanelButtonCommand -frame=true -frame.element=menuitem -interior.element=menuitem -indicator.element=menuitem -text.normal.color=#AD584F -text.focus.color=#333333 -text.margin.top=0 -text.margin.bottom=0 -text.margin.left=6 -text.margin.right=6 -frame.top=4 -frame.bottom=4 -frame.left=4 -frame.right=4 -text.bold=false -frame.expansion=0 - -[MenuBar] -inherits=PanelButtonCommand -frame.element=menubar -interior.element=menubar -frame.bottom=0 -text.normal.color=#AD584F -text.focus.color=#ffffff -text.press.color=#ffffff -text.toggle.color=#ffffff -frame.expansion=0 -text.bold=false - -[MenuBarItem] -inherits=PanelButtonCommand -interior=true -interior.element=menubaritem -frame.element=menubaritem -frame.top=2 -frame.bottom=2 -frame.left=2 -frame.right=2 -text.margin.left=4 -text.margin.right=4 -text.margin.top=0 -text.margin.bottom=0 -text.normal.color=#AD584F -text.focus.color=#ffffff -text.press.color=#ffffff -text.toggle.color=#ffffff -text.bold=false -min_width=+0.3font -min_height=+0.3font -frame.expansion=0 - -[TitleBar] -inherits=PanelButtonCommand -frame=false -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -interior.element=titlebar -indicator.size=16 -indicator.element=mdi -text.normal.color=#787878 -text.focus.color=#AD584F -text.bold=false -text.italic=true -frame.expansion=0 - -[ComboBox] -inherits=PanelButtonCommand -frame.element=combo -interior.element=combo -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -text.margin.top=2 -text.margin.bottom=2 -text.margin.left=2 -text.margin.right=2 -text.focus.color=white -text.press.color=#AD584F -text.toggle.color=white - -[GroupBox] -inherits=GenericFrame -frame=false -text.shadow=0 -text.margin=0 -text.normal.color=#AD584F -text.focus.color=white -text.bold=false -frame.expansion=0 - -[TabBarFrame] -inherits=GenericFrame -frame=false -frame.element=tabBarFrame -interior=false -frame.top=0 -frame.bottom=0 -frame.left=0 -frame.right=0 - -[ToolTip] -inherits=GenericFrame -frame.top=6 -frame.bottom=6 -frame.left=6 -frame.right=6 -interior=true -text.shadow=0 -text.margin=0 -interior.element=tooltip -frame.element=tooltip -frame.expansion=6 - -[StatusBar] -inherits=GenericFrame -frame=false -interior=false - -[Window] -interior=true -interior.element=window -frame=true -frame.element=window -frame.bottom=10 -frame.top=10 diff --git a/shit/Kvantum/Wall-Dcol/Wall-Dcol.svg b/shit/Kvantum/Wall-Dcol/Wall-Dcol.svg deleted file mode 100644 index 1c89c7c..0000000 --- a/shit/Kvantum/Wall-Dcol/Wall-Dcol.svg +++ /dev/null @@ -1,6303 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/shit/Kvantum/kvantum.kvconfig b/shit/Kvantum/kvantum.kvconfig deleted file mode 100644 index 5bc30a7..0000000 --- a/shit/Kvantum/kvantum.kvconfig +++ /dev/null @@ -1,2 +0,0 @@ -[General] -theme=Gruvbox-Retro diff --git a/shit/install.sh b/shit/install.sh index cd0f9a5..c727528 100755 --- a/shit/install.sh +++ b/shit/install.sh @@ -3,7 +3,3 @@ mkdir -p "$HOME/.config/xfce4/" cp "$HOME/nixos-private-dots/shit/helpers.rc" "$HOME/.config/xfce4/helpers.rc" cp "$HOME/nixos-private-dots/shit/mimeapps.list" "$HOME/.config/mimeapps.list" - -cp -r "$HOME/nixos-private-dots/shit/Kvantum" "$HOME/.config/Kvantum" -cp -r "$HOME/nixos-private-dots/shit/qt5ct" "$HOME/.config/qt5ct" -p -r "$HOME/nixos-private-dots/shit/qt6ct" "$HOME/.config/qt6ct" diff --git a/shit/qt5ct/colors/Catppuccin-Latte.conf b/shit/qt5ct/colors/Catppuccin-Latte.conf deleted file mode 100644 index 42db9c5..0000000 --- a/shit/qt5ct/colors/Catppuccin-Latte.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 diff --git a/shit/qt5ct/colors/Catppuccin-Mocha.conf b/shit/qt5ct/colors/Catppuccin-Mocha.conf deleted file mode 100644 index e566a63..0000000 --- a/shit/qt5ct/colors/Catppuccin-Mocha.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ff1e1e2e, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c -disabled_colors=#ffa6adc8, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffa6adc8, #ffa6adc8, #ffa6adc8, #ff1e1e2e, #ff11111b, #ff7f849c, #ff89b4fa, #ff45475a, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c -inactive_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ffa6adc8, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c diff --git a/shit/qt5ct/colors/Cyberpunk-Edge.conf b/shit/qt5ct/colors/Cyberpunk-Edge.conf deleted file mode 100644 index 231a836..0000000 --- a/shit/qt5ct/colors/Cyberpunk-Edge.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959f5, #595959f5, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1 -disabled_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D985, #D9D9D985, #D9D9D985, #595959f5, #D9D9D9ef, #595959a1, #A6A6A6b0, #40404077, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1 -inactive_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959da, #D9D9D985, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1 diff --git a/shit/qt5ct/colors/Decay-Green.conf b/shit/qt5ct/colors/Decay-Green.conf deleted file mode 100644 index 6667e56..0000000 --- a/shit/qt5ct/colors/Decay-Green.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca diff --git a/shit/qt5ct/colors/Frosted-Glass.conf b/shit/qt5ct/colors/Frosted-Glass.conf deleted file mode 100644 index 42db9c5..0000000 --- a/shit/qt5ct/colors/Frosted-Glass.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 diff --git a/shit/qt5ct/colors/Graphite-Mono.conf b/shit/qt5ct/colors/Graphite-Mono.conf deleted file mode 100644 index 586d064..0000000 --- a/shit/qt5ct/colors/Graphite-Mono.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959f5, ##595959f5, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1 -disabled_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D985, ##D9D9D985, ##D9D9D985, ##595959f5, ##D9D9D9ef, ##595959a1, ##A6A6A6b0, ##40404077, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1 -inactive_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959da, ##D9D9D985, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1 diff --git a/shit/qt5ct/colors/Gruvbox-Retro.conf b/shit/qt5ct/colors/Gruvbox-Retro.conf deleted file mode 100644 index 6667e56..0000000 --- a/shit/qt5ct/colors/Gruvbox-Retro.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca diff --git a/shit/qt5ct/colors/Material-Sakura.conf b/shit/qt5ct/colors/Material-Sakura.conf deleted file mode 100644 index f424f21..0000000 --- a/shit/qt5ct/colors/Material-Sakura.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1 -disabled_colors=#d7827e85, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #d7827e85, #d7827e85, #d7827e85, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1 -inactive_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ffccd0da, #d7827e85, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1 diff --git a/shit/qt5ct/colors/Rose-Pine.conf b/shit/qt5ct/colors/Rose-Pine.conf deleted file mode 100644 index 9844ecd..0000000 --- a/shit/qt5ct/colors/Rose-Pine.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, ##31748f2e, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c -disabled_colors=#c4a7e7c8, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #c4a7e7c8, #c4a7e7c8, #c4a7e7c8, ##31748f2e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c -inactive_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, #c4a7e7c8, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c diff --git a/shit/qt5ct/colors/Tokyo-Night.conf b/shit/qt5ct/colors/Tokyo-Night.conf deleted file mode 100644 index f5b582e..0000000 --- a/shit/qt5ct/colors/Tokyo-Night.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, ##bb9af72e, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c -disabled_colors=#565f89c8, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #565f89c8, #565f89c8, #565f89c8, ##bb9af72e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c -inactive_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, #565f89c8, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c diff --git a/shit/qt5ct/qt5ct.conf b/shit/qt5ct/qt5ct.conf deleted file mode 100644 index 256a24f..0000000 --- a/shit/qt5ct/qt5ct.conf +++ /dev/null @@ -1,32 +0,0 @@ -[Appearance] -color_scheme_path=/home/buliway/.config/qt5ct/colors/Gruvbox-Retro.conf -custom_palette=true -icon_theme=Gruvbox-Plus-Dark -standard_dialogs=default -style=kvantum-dark - -[Fonts] -fixed="JetBrainsMono Nerd Font,9,-1,5,50,0,0,0,0,0,Regular" -general="Cantarell,10,-1,5,50,0,0,0,0,0" - -[Interface] -activate_item_on_single_click=1 -buttonbox_layout=0 -cursor_flash_time=1000 -dialog_buttons_have_icons=0 -double_click_interval=400 -gui_effects=@Invalid() -keyboard_scheme=2 -menus_have_icons=true -show_shortcuts_in_context_menus=true -stylesheets=@Invalid() -toolbutton_style=4 -underline_shortcut=2 -wheel_scroll_lines=4 - -[SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x66\0\0\0\x8a\0\0\x6\x19\0\0\x3\xad\0\0\x4\xa1\0\0\0\x14\0\0\a\x7f\0\0\x2\xb3\0\0\0\0\x2\0\0\0\a\x80\0\0\x1h\0\0\0\x8c\0\0\x6\x17\0\0\x3\xab) - -[Troubleshooting] -force_raster_widgets=1 -ignored_applications=/usr/bin/strawberry diff --git a/shit/qt6ct/colors/Catppuccin-Latte.conf b/shit/qt6ct/colors/Catppuccin-Latte.conf deleted file mode 100644 index 42db9c5..0000000 --- a/shit/qt6ct/colors/Catppuccin-Latte.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 diff --git a/shit/qt6ct/colors/Catppuccin-Mocha.conf b/shit/qt6ct/colors/Catppuccin-Mocha.conf deleted file mode 100644 index e566a63..0000000 --- a/shit/qt6ct/colors/Catppuccin-Mocha.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ff1e1e2e, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c -disabled_colors=#ffa6adc8, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffa6adc8, #ffa6adc8, #ffa6adc8, #ff1e1e2e, #ff11111b, #ff7f849c, #ff89b4fa, #ff45475a, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c -inactive_colors=#ffcdd6f4, #ff1e1e2e, #ffa6adc8, #ff9399b2, #ff45475a, #ff6c7086, #ffcdd6f4, #ffcdd6f4, #ffcdd6f4, #ff1e1e2e, #ff181825, #ff7f849c, #ff89b4fa, #ffa6adc8, #ff89b4fa, #fff38ba8, #ff1e1e2e, #ffcdd6f4, #ff11111b, #ffcdd6f4, #807f849c diff --git a/shit/qt6ct/colors/Cyberpunk-Edge.conf b/shit/qt6ct/colors/Cyberpunk-Edge.conf deleted file mode 100644 index 231a836..0000000 --- a/shit/qt6ct/colors/Cyberpunk-Edge.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959f5, #595959f5, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1 -disabled_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D985, #D9D9D985, #D9D9D985, #595959f5, #D9D9D9ef, #595959a1, #A6A6A6b0, #40404077, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1 -inactive_colors=#ffffffff, #D9D9D9ff, #D9D9D9ff, #A6A6A693, #A6A6A6cc, #A6A6A6b0, #D9D9D969, #D9D9D969, #D9D9D969, #595959f5, #D9D9D9ef, #595959a1, #595959da, #D9D9D985, #404040fd, #40404053, #595959f5, #D9D9D969, #262626e8, #D9D9D9ff, #262626a1 diff --git a/shit/qt6ct/colors/Decay-Green.conf b/shit/qt6ct/colors/Decay-Green.conf deleted file mode 100644 index 6667e56..0000000 --- a/shit/qt6ct/colors/Decay-Green.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca diff --git a/shit/qt6ct/colors/Frosted-Glass.conf b/shit/qt6ct/colors/Frosted-Glass.conf deleted file mode 100644 index 42db9c5..0000000 --- a/shit/qt6ct/colors/Frosted-Glass.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -disabled_colors=#ff6c6f85, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff6c6f85, #ff6c6f85, #ff6c6f85, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 -inactive_colors=#ff4c4f69, #ffe6e9ef, #ff6c6f85, #ff7c7f93, #ffbcc0cc, #ff9ca0b0, #ff4c4f69, #ff4c4f69, #ff4c4f69, #ffeff1f5, #ffe6e9ef, #ff8c8fa1, #ffccd0da, #ff6c6f85, #ff7287fd, #ffe64553, #ffeff1f5, #ff4c4f69, #ffdce0e8, #ff4c4f69, #808c8fa1 diff --git a/shit/qt6ct/colors/Graphite-Mono.conf b/shit/qt6ct/colors/Graphite-Mono.conf deleted file mode 100644 index 586d064..0000000 --- a/shit/qt6ct/colors/Graphite-Mono.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959f5, ##595959f5, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1 -disabled_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D985, ##D9D9D985, ##D9D9D985, ##595959f5, ##D9D9D9ef, ##595959a1, ##A6A6A6b0, ##40404077, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1 -inactive_colors=#ffffffff, ##D9D9D9ff, ##D9D9D9ff, ##A6A6A693, ##A6A6A6cc, ##A6A6A6b0, ##D9D9D969, ##D9D9D969, ##D9D9D969, ##595959f5, ##D9D9D9ef, ##595959a1, ##595959da, ##D9D9D985, ##404040fd, ##40404053, ##595959f5, ##D9D9D969, ##262626e8, ##D9D9D9ff, ##262626a1 diff --git a/shit/qt6ct/colors/Gruvbox-Retro.conf b/shit/qt6ct/colors/Gruvbox-Retro.conf deleted file mode 100644 index 6667e56..0000000 --- a/shit/qt6ct/colors/Gruvbox-Retro.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #fff1cf8a, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -disabled_colors=#ff989ba0, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ff989ba0, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ff989ba0, #ff78dba9, #ffe05f65, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca -inactive_colors=#ffb6beca, #ff1a1e23, #ff242931, #ff1a1e23, #ff15191d, #ff21262e, #ffb6beca, #ffdee1e6, #ffc5c8cd, #ff1a1e23, #ff171b20, #ff101419, #ff70a5eb, #ffdee1e6, #ff78dba9, #ffc68aee, #ff21262e, #ffb6beca, #ff171b20, #ffdee1e6, #80b6beca diff --git a/shit/qt6ct/colors/Material-Sakura.conf b/shit/qt6ct/colors/Material-Sakura.conf deleted file mode 100644 index f424f21..0000000 --- a/shit/qt6ct/colors/Material-Sakura.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff1e66f5, #ffeff1f5, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1 -disabled_colors=#d7827e85, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #d7827e85, #d7827e85, #d7827e85, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ff9ca0b0, #ff5c5f77, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1 -inactive_colors=#b4637a69, #907aa9ef, #d7827e85, #28698393, #56949fcc, #ff9ca0b0, #b4637a69, #b4637a69, #b4637a69, #ffeff1f5, #907aa9ef, #ff8c8fa1, #ffccd0da, #d7827e85, #ff7287fd, #ffe64553, #ffeff1f5, #b4637a69, #ffdce0e8, #b4637a69, #808c8fa1 diff --git a/shit/qt6ct/colors/Rose-Pine.conf b/shit/qt6ct/colors/Rose-Pine.conf deleted file mode 100644 index 9844ecd..0000000 --- a/shit/qt6ct/colors/Rose-Pine.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, ##31748f2e, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c -disabled_colors=#c4a7e7c8, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #c4a7e7c8, #c4a7e7c8, #c4a7e7c8, ##31748f2e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c -inactive_colors=#e0def4f4, ##31748f2e, #c4a7e7c8, #31748fb2, #ff45475a, #31748f86, #e0def4f4, #e0def4f4, #e0def4f4, ##31748f2e, #ff181825, #eb6f929c, #ff89b4fa, #c4a7e7c8, #ff89b4fa, #9ccfd8a8, ##31748f2e, #e0def4f4, #ff11111b, #e0def4f4, #31748f9c diff --git a/shit/qt6ct/colors/Tokyo-Night.conf b/shit/qt6ct/colors/Tokyo-Night.conf deleted file mode 100644 index f5b582e..0000000 --- a/shit/qt6ct/colors/Tokyo-Night.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, ##bb9af72e, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c -disabled_colors=#565f89c8, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #565f89c8, #565f89c8, #565f89c8, ##bb9af72e, #ff11111b, #eb6f929c, #ff89b4fa, #ff45475a, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c -inactive_colors=#2ac3def4, #bb9af72e, #565f89c8, #bb9af7b2, #ff45475a, #bb9af786, #2ac3def4, #2ac3def4, #2ac3def4, ##bb9af72e, #ff181825, #eb6f929c, #ff89b4fa, #565f89c8, #ff89b4fa, #9ccfd8a8, ##bb9af72e, #2ac3def4, #ff11111b, #2ac3def4, #bb9af79c diff --git a/shit/qt6ct/colors/Wall-Dcol.conf b/shit/qt6ct/colors/Wall-Dcol.conf deleted file mode 100644 index 9cc4a5f..0000000 --- a/shit/qt6ct/colors/Wall-Dcol.conf +++ /dev/null @@ -1,4 +0,0 @@ -[ColorScheme] -active_colors=#FFFFFF, ##ff1e1e2e, #FFFFFFc8, ##ff9399b2, ##ff45475a, ##ff6c7086, #FFFFFF, #FFFFFF, #FFFFFF, ##ff1e1e2e, ##ff181825, ##ff7f849c, #FFFFFF, ##ff1e1e2e, #FFFFFFfa, ##fff38ba8, ##ff1e1e2e, #FFFFFFf4, ##ff11111b, #FFFFFFf4, ##807f849c -disabled_colors=#FFFFFF, ##ff1e1e2e, #FFFFFFc8, ##ff9399b2, ##ff45475a, ##ff6c7086, #FFFFFF, #FFFFFF, #FFFFFF, ##ff1e1e2e, ##ff11111b, ##ff7f849c, #FFFFFF, ##ff45475a, #FFFFFFfa, ##fff38ba8, ##ff1e1e2e, #FFFFFFf4, ##ff11111b, #FFFFFFf4, ##807f849c -inactive_colors=#FFFFFF, ##ff1e1e2e, #FFFFFFc8, ##ff9399b2, ##ff45475a, ##ff6c7086, #FFFFFF, #FFFFFF, #FFFFFF, ##ff1e1e2e, ##ff181825, ##ff7f849c, #FFFFFF, #FFFFFFc8, #FFFFFFfa, ##fff38ba8, ##ff1e1e2e, #FFFFFFf4, ##ff11111b, #FFFFFFf4, ##807f849c diff --git a/shit/qt6ct/qt6ct.conf b/shit/qt6ct/qt6ct.conf deleted file mode 100644 index 4a11540..0000000 --- a/shit/qt6ct/qt6ct.conf +++ /dev/null @@ -1,35 +0,0 @@ -[Appearance] -color_scheme_path=/home/buliway/.config/qt6ct/colors/Gruvbox-Retro.conf -custom_palette=true -icon_theme=Gruvbox-Plus-Dark -standard_dialogs=default -style=kvantum-dark - -[Fonts] -fixed="JetBrainsMono Nerd Font,9,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular" -general="Cantarell,10,-1,5,300,0,0,0,0,0,0,0,0,0,0,1" - -[Interface] -activate_item_on_single_click=1 -buttonbox_layout=0 -cursor_flash_time=1000 -dialog_buttons_have_icons=0 -double_click_interval=400 -gui_effects=@Invalid() -keyboard_scheme=2 -menus_have_icons=true -show_shortcuts_in_context_menus=true -stylesheets=@Invalid() -toolbutton_style=4 -underline_shortcut=1 -wheel_scroll_lines=4 - -[PaletteEditor] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\0\0\0\t\xf6\0\0\x2\x10\0\0\a\x80\0\0\0\0\0\0\t\xf6\0\0\x2\x10\0\0\0\0\x2\0\0\0\a\x80\0\0\a\x80\0\0\0\0\0\0\t\xf6\0\0\x2\x10) - -[SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x1\x66\0\0\0\x8a\0\0\x6\x19\0\0\x3\xad\0\0\x3\xbf\0\0\0\x19\0\0\a~\0\0\x4\x34\0\0\0\0\x2\0\0\0\a\x80\0\0\x1h\0\0\0\x8c\0\0\x6\x17\0\0\x3\xab) - -[Troubleshooting] -force_raster_widgets=1 -ignored_applications=@Invalid()