Test
This commit is contained in:
parent
b6da3ec7a3
commit
938d1173b4
2 changed files with 4 additions and 3 deletions
|
@ -17,6 +17,7 @@ Repo for nix configuration files
|
||||||
* [ ] swaylock config / theming
|
* [ ] swaylock config / theming
|
||||||
* [ ] Get function keys working (sound, brightness, etc)
|
* [ ] Get function keys working (sound, brightness, etc)
|
||||||
* [ ] rofi - bitwarden-cli / bitwarden-menu ([Link](https://search.nixos.org/packages?channel=23.05&show=bitwarden-menu&from=0&size=50&sort=relevance&type=packages&query=bitwarden))
|
* [ ] rofi - bitwarden-cli / bitwarden-menu ([Link](https://search.nixos.org/packages?channel=23.05&show=bitwarden-menu&from=0&size=50&sort=relevance&type=packages&query=bitwarden))
|
||||||
|
* [ ] Try and submit this as a nixpkg - [Link](https://github.com/SylEleuth/gruvbox-plus-icon-pack)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
# https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml
|
# https://github.com/rharish101/ReGreet/blob/main/regreet.sample.toml
|
||||||
settings = {
|
settings = {
|
||||||
background.path = "/etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper2.jpg";
|
background.path = "/etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper3.jpg";
|
||||||
background.fit = "Contain";
|
background.fit = "Cover";
|
||||||
GTK.application_prefer_dark_theme = true;
|
GTK.application_prefer_dark_theme = true;
|
||||||
GTK.cursor_theme_name = "Adwaita";
|
GTK.cursor_theme_name = "Adwaita";
|
||||||
GTK.font_name = "Cantarell 16";
|
GTK.font_name = "Cantarell 16";
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
|
|
||||||
# Icons for regreet
|
# Icons for regreet
|
||||||
gruvbox-gtk-theme
|
gruvbox-gtk-theme
|
||||||
gruvbox-dark-icons-gtk
|
papirus-icon-theme
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|
Loading…
Reference in a new issue