test
This commit is contained in:
parent
999ba9a93f
commit
94b6bacfd9
3 changed files with 10 additions and 6 deletions
|
@ -3,7 +3,8 @@ Repo for nix configuration files
|
|||
---
|
||||
# To Do List
|
||||
* [ ] tmux config / theming
|
||||
* [ ] regreet config / theming
|
||||
* [ ] regreet config / theming - Icons still broken for some reason
|
||||
* [ ] mako config / theming
|
||||
* [ ] waybar config / theming
|
||||
* [ ] hyprland config / theming
|
||||
* [ ] powerline config / theming
|
||||
|
@ -19,6 +20,7 @@ Repo for nix configuration files
|
|||
* [ ] 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))
|
||||
* [ ] Try and submit this as a nixpkg - [Link](https://github.com/SylEleuth/gruvbox-plus-icon-pack)
|
||||
* [ ] Possibly move away from powerline-go - I want something simpler
|
||||
|
||||
---
|
||||
|
||||
|
@ -88,4 +90,5 @@ Repo for nix configuration files
|
|||
5. Reboot and verify you are activated: `bootctl status`
|
||||
|
||||
# Other
|
||||
* Try this - https://yewtu.be/watch?v=61wGzIv12Ds&local=true
|
||||
* Try this - https://yewtu.be/watch?v=61wGzIv12Ds&local=true
|
||||
* gruvbox-factory - https://github.com/paulopacitti/gruvbox-factory
|
|
@ -11,7 +11,7 @@
|
|||
GTK.application_prefer_dark_theme = true;
|
||||
GTK.cursor_theme_name = "Adwaita";
|
||||
GTK.font_name = "Cantarell 16";
|
||||
GTK.icon_theme_name = "ePapirus-Dark";
|
||||
GTK.icon_theme_name = "Papirus-Dark";
|
||||
# GTK.theme_name = "Adwaita";
|
||||
GTK.theme_name = "Gruvbox-Dark-BL";
|
||||
commands.reboot = [ "systemctl" "reboot" ];
|
||||
|
|
|
@ -181,14 +181,15 @@
|
|||
".config/hypr/start.sh" = {
|
||||
enable = true;
|
||||
executable = true;
|
||||
text = "
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
swww daemon &
|
||||
swwww init &
|
||||
swww img /etc/nixos/git/desktops/wallpapers/gruvbox/wallpaper3.jpg &
|
||||
nm-applet --indicator &
|
||||
waybar &
|
||||
mako
|
||||
";
|
||||
notify-send "Welcome to Hyprland!"
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue