Update README

This commit is contained in:
iFargle 2023-08-22 17:16:21 +09:00
parent 74c75aafa9
commit ce806bb2a2

View file

@ -17,7 +17,6 @@ Repo for nix configuration files
* [ ] Get the video card working properly (turn off entirely unless in use by a game) * [ ] Get the video card working properly (turn off entirely unless in use by a game)
* [ ] libadwaita theming on Gnome stuck?? * [ ] libadwaita theming on Gnome stuck??
* [ ] gnome-terminal theming (or alternatives) * [ ] gnome-terminal theming (or alternatives)
--- ---
# Done # Done
* [x] hyprland * [x] hyprland
@ -45,7 +44,6 @@ Repo for nix configuration files
* [x] powerline config / theming * [x] powerline config / theming
* [x] neofetch config / theming * [x] neofetch config / theming
* [x] kitty config / theming * [x] kitty config / theming
--- ---
# Information # Information
@ -70,27 +68,26 @@ Repo for nix configuration files
--- ---
# Theming # Theming
* To change system-wide themes, you need to change the following: * To change system-wide themes, you need to change the following:
#### gnome ### gnome
1. `desktops/gnome.nix` - Change the imports at the bottom. 1. `desktops/gnome.nix` - Change the imports at the bottom.
2. `users/albert/gnome-dconf.nix` - Change the theme variants in the following: 2. `users/albert/gnome-conf.nix` - Change the variables at the top.
* `org/gnome/shell/extensions/nightthemeswitcher/gtk-variants` ### neovim
* `org/gnome/shell/extensions/nightthemeswitcher/icon-variants`
* `org/gnome/shell/extensions/nightthemeswitcher/shell-variants`
#### neovim
1. `home-manager/neovim.nix` - Change the following: 1. `home-manager/neovim.nix` - Change the following:
* `plugins = with pkgs.vimPlugins` - Add your theme under "Themes" * `plugins = with pkgs.vimPlugins` - Add your theme under "Themes"
* `extraConfig` - Change the `colorscheme` and `AirlineTheme` sections * `extraConfig` - Change the `colorscheme` and `AirlineTheme` sections
#### hyprland / waybar ### hyprland
1. WIP 1. WIP
#### kitty ### waybar
1. WIP
### kitty
1. `home-manager/kitty.nix` - Update the content of `home.file.".config/kitty/theme.conf".text` 1. `home-manager/kitty.nix` - Update the content of `home.file.".config/kitty/theme.conf".text`
#### Firefox ### Firefox
1. `home-manager/firefox.nix` - Change the entry under "# Theming" 1. `home-manager/firefox.nix` - Change the entry under "# Theming"
#### btop ### btop
1. `home-manager/btop.nix` - Set `color_theme` 1. `home-manager/btop.nix` - Set `color_theme`
#### bash / powerline ### bash / powerline
1. `home-manager/bash.nix` - Set `theme` in `programs.powerline-go.settings` 1. `home-manager/bash.nix` - Set `theme` in `programs.powerline-go.settings`
#### neofetch ### neofetch
1. `home-manager/neofetch.nix` - Update the contents of `home.file.".config/neofetch/config.conf".text` 1. `home-manager/neofetch.nix` - Update the contents of `home.file.".config/neofetch/config.conf".text`
# GPG Keys # GPG Keys