diff --git a/docs/THEMES.md b/docs/THEMES.md index 06a84fd..6f8e6de 100644 --- a/docs/THEMES.md +++ b/docs/THEMES.md @@ -1,17 +1,17 @@ -# Themes - -Themes are defined in `themes`. Those themes define the colors, fonts, icons, etc, used by Hyprland and the apps/programs installed. -You can change the selected theme by changing the import statement of your host's variables.nix file. - -## Create your theme - -Create a copy of one of the existing themes and change the variables. -Wallpapers are loaded from the [hadi's awesome-wallpapers](https://github.com/anotherhadi/awesome-wallpapers) repo. - -## Gallery - -### Rose-pine - -![Home](../.github/assets/rose-pine/home.png) -![Flake & Spotify](../.github/assets/rose-pine/flake-spotify.png) -![Browser and notification center](../.github/assets/rose-pine/browser-and-notifications.png) +# Themes + +Themes are defined in `themes`. Those themes define the colors, fonts, icons, etc, used by Hyprland and the apps/programs installed. +You can change the selected theme by changing the import statement of your host's variables.nix file. + +## Create your theme + +Create a copy of one of the existing themes and change the variables. +Wallpapers are loaded from the [hadi's awesome-wallpapers](https://github.com/anotherhadi/awesome-wallpapers) repo. + +## Gallery + +### Rose-pine + +![Home](../.github/assets/rose-pine/home.png) +![Flake & Spotify](../.github/assets/rose-pine/flake-spotify.png) +![Browser and notification center](../.github/assets/rose-pine/browser-and-notifications.png) diff --git a/home/programs/group/basic-apps.nix b/home/programs/group/basic-apps.nix index 1c5a5b2..b1e9dc0 100644 --- a/home/programs/group/basic-apps.nix +++ b/home/programs/group/basic-apps.nix @@ -11,7 +11,7 @@ ticktick # Todo app onlyoffice-desktopeditors # Office suite - librewolf # Backup browser + firefox # Backup browser # I love TUIs caligula # User-friendly, lightweight TUI for disk imaging (ISO, USB BOOT) @@ -33,28 +33,9 @@ imagemagick # Image manipulation tool chafa # Image to ANSI/Unicode converter and more. - /* - Disabled - resources # Ressource monitor - - textpieces # Manipulate texts - gnome-clocks # Clocks app - gnome-text-editor # Basic graphic text editor - pinta # Image editor - switcheroo # Convert images between different formats - signal-desktop # Messaging app - - blanket # Listen to different sounds - gh # GitHub - gh-dash # A terminal dashboard for GitHub - figlet # Transform text into ASCII art - pkgs-nur-hadi.sheets # Terminal based spreadsheet tool - slides # A terminal-based presentation tool that allows you to create and deliver presentations directly from the command line - */ - ]) ++ (with pkgs; [ - vencord # Vencord Discord Mod + vesktop # Vencord Discord Mod ]); } diff --git a/hosts/home-pc/variables.nix b/hosts/home-pc/variables.nix index 5bbad51..679641d 100644 --- a/hosts/home-pc/variables.nix +++ b/hosts/home-pc/variables.nix @@ -16,8 +16,8 @@ keyboardLayout = "de"; timeZone = "Europe/Berlin"; - defaultLocale = "de_DE.UTF-8"; - extraLocale = "en_EN.UTF-8"; + defaultLocale = "en_US.UTF-8"; + extraLocale = "de_DE.UTF-8"; git = { username = "kptltd00m"; diff --git a/hosts/laptop/variables.nix b/hosts/laptop/variables.nix index 8e98566..32f49cc 100644 --- a/hosts/laptop/variables.nix +++ b/hosts/laptop/variables.nix @@ -16,8 +16,8 @@ keyboardLayout = "de"; timeZone = "Europe/Berlin"; - defaultLocale = "de_DE.UTF-8"; - extraLocale = "en_US.UTF-8"; + defaultLocale = "en_US.UTF-8"; + extraLocale = "de_DE.UTF-8"; git = { username = "kptltd00m"; diff --git a/themes/nixy.nix b/themes/nixy.nix index e1d5b25..8524322 100644 --- a/themes/nixy.nix +++ b/themes/nixy.nix @@ -75,8 +75,8 @@ polarity = "dark"; image = pkgs.fetchurl { - url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/black-moutains-and-a-city.png"; - sha256 = "sha256-RTTA3Lf+hnPpo9hwS075kbnIouz12ul2GKO3EIgP6AU="; + url = "https://upload.wikimedia.org/wikipedia/commons/1/12/Peter_Paul_Rubens_-_Fall_of_the_damned.jpg"; + sha256 = "sha256-m8ii0Vo8FrUJRPrWfFvF3ojTSshGTVbIU1V8ptis4aQ="; }; }; }