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:
+17
-17
@@ -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
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|||||||
@@ -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
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
@@ -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
@@ -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=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user