diff --git a/README.md b/README.md index d701ff9b..4ff4e109 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +* Try this - https://yewtu.be/watch?v=61wGzIv12Ds&local=true +* gruvbox-factory - https://github.com/paulopacitti/gruvbox-factory \ No newline at end of file diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index f9098ddc..35b33d17 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -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" ]; diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index 155132c4..74e007c8 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -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!" + ''; }; }; } \ No newline at end of file