chore: update browser, theme, and locale configurations

- Replace Librewolf with Firefox as the backup browser
- Update default and extra locales to en_US.UTF-8 and de_DE.UTF-8 respectively
- Change theme fetch setting from 'none' to 'fastfetch' and update wallpaper
- Minor formatting cleanup in THEMES.md
This commit is contained in:
kptltd00m
2026-06-26 22:58:09 +02:00
parent 638fcdd416
commit a95d1fbd35
5 changed files with 25 additions and 44 deletions
+17 -17
View File
@@ -1,17 +1,17 @@
# Themes # Themes
Themes are defined in `themes`. Those themes define the colors, fonts, icons, etc, used by Hyprland and the apps/programs installed. 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. You can change the selected theme by changing the import statement of your host's variables.nix file.
## Create your theme ## Create your theme
Create a copy of one of the existing themes and change the variables. 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. Wallpapers are loaded from the [hadi's awesome-wallpapers](https://github.com/anotherhadi/awesome-wallpapers) repo.
## Gallery ## Gallery
### Rose-pine ### Rose-pine
![Home](../.github/assets/rose-pine/home.png) ![Home](../.github/assets/rose-pine/home.png)
![Flake & Spotify](../.github/assets/rose-pine/flake-spotify.png) ![Flake & Spotify](../.github/assets/rose-pine/flake-spotify.png)
![Browser and notification center](../.github/assets/rose-pine/browser-and-notifications.png) ![Browser and notification center](../.github/assets/rose-pine/browser-and-notifications.png)
+2 -21
View File
@@ -11,7 +11,7 @@
ticktick # Todo app ticktick # Todo app
onlyoffice-desktopeditors # Office suite onlyoffice-desktopeditors # Office suite
librewolf # Backup browser firefox # Backup browser
# I love TUIs # I love TUIs
caligula # User-friendly, lightweight TUI for disk imaging (ISO, USB BOOT) caligula # User-friendly, lightweight TUI for disk imaging (ISO, USB BOOT)
@@ -33,28 +33,9 @@
imagemagick # Image manipulation tool imagemagick # Image manipulation tool
chafa # Image to ANSI/Unicode converter and more. 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; [ ++ (with pkgs; [
vencord # Vencord Discord Mod vesktop # Vencord Discord Mod
]); ]);
} }
+2 -2
View File
@@ -16,8 +16,8 @@
keyboardLayout = "de"; keyboardLayout = "de";
timeZone = "Europe/Berlin"; timeZone = "Europe/Berlin";
defaultLocale = "de_DE.UTF-8"; defaultLocale = "en_US.UTF-8";
extraLocale = "en_EN.UTF-8"; extraLocale = "de_DE.UTF-8";
git = { git = {
username = "kptltd00m"; username = "kptltd00m";
+2 -2
View File
@@ -16,8 +16,8 @@
keyboardLayout = "de"; keyboardLayout = "de";
timeZone = "Europe/Berlin"; timeZone = "Europe/Berlin";
defaultLocale = "de_DE.UTF-8"; defaultLocale = "en_US.UTF-8";
extraLocale = "en_US.UTF-8"; extraLocale = "de_DE.UTF-8";
git = { git = {
username = "kptltd00m"; username = "kptltd00m";
+2 -2
View File
@@ -75,8 +75,8 @@
polarity = "dark"; polarity = "dark";
image = pkgs.fetchurl { image = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/anotherhadi/awesome-wallpapers/refs/heads/main/app/static/wallpapers/black-moutains-and-a-city.png"; url = "https://upload.wikimedia.org/wikipedia/commons/1/12/Peter_Paul_Rubens_-_Fall_of_the_damned.jpg";
sha256 = "sha256-RTTA3Lf+hnPpo9hwS075kbnIouz12ul2GKO3EIgP6AU="; sha256 = "sha256-m8ii0Vo8FrUJRPrWfFvF3ojTSshGTVbIU1V8ptis4aQ=";
}; };
}; };
} }