From 2e45ba4fd71354486fddfed8d5c3b95ef15f6e7e Mon Sep 17 00:00:00 2001 From: installer Date: Sat, 14 Sep 2024 21:32:00 +0900 Subject: [PATCH] nwg-look is now in Debian Repo --- CHANGELOGS.md | 1 + README.md | 7 +------ install-scripts/01-hypr-pkgs.sh | 1 + install-scripts/nwg-look.sh | 2 ++ install.sh | 13 ++++++++----- 5 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 8b87dd6..6c3853d 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -2,6 +2,7 @@ ## 14 Sep 2024 - Added Essential Packages final check in lieu of errors from Install log files in Install-Logs directory +- nwg-look is now in Debian Repo ## 10 Sep 2024 - added background check of known login managers if they are active if user chose to install sddm diff --git a/README.md b/README.md index 6d82a5e..196a5c2 100644 --- a/README.md +++ b/README.md @@ -134,11 +134,8 @@ sudo nano /etc/apt/sources.list - If you have nvidia, and wanted to use proprietary drivers, uninstall nouveau first (if installed). This script will be installing proprietary nvidia drivers and will not deal with removal of nouveau. - NVIDIA users / owners, after installation, check [`THIS`](https://github.com/JaKooLit/Hyprland-Dots/wiki/Notes_to_remember#--for-nvidia-gpu-users) -#### ⚠️ WARNING! nwg-look takes long time to install. -- nwg-look is a utility to costumize your GTK theme. It's a LXAppearance like. Its a good tool though but this package is entirely optional - #### ✨ Costumize the packages to be installed -- inside the install-scripts directory, you can edit 00-hypr-pkgs.sh. Do not edit 00-dependencies.sh unless you know what you are doing. Care though as the Hyprland Dots may not work properly! +- inside the install-scripts directory, you can edit 01-hypr-pkgs.sh. Do not edit 00-dependencies.sh unless you know what you are doing. Care though as the Hyprland Dots may not work properly! #### 💫 SDDM and GTK Themes offered - If you opted to install SDDM theme, here's the [`LINK`](https://github.com/JaKooLit/simple-sddm) @@ -184,7 +181,6 @@ source ~/.zshrc - if you installed in your laptop and Brightness and Keyboard brightness does not work you can execute this command `sudo chmod +s $(which brightnessctl)` #### ✨ Packages that are manually downloaded and build. These packages will not be updated by apt and have to be manually updated -- nwg-look [`LINK`](https://github.com/nwg-piotr/nwg-look) - Asus ROG asusctl [`LINK`](https://gitlab.com/asus-linux/asusctl) and superfxctl [`LINK`](https://gitlab.com/asus-linux/supergfxctl) - swww [`LINK`](https://github.com/Horus645/swww) - hyprlock [`LINK`](https://github.com/hyprwm/hyprlock) #22 Aug 2024 - still not on repo @@ -192,7 +188,6 @@ source ~/.zshrc - xdg-desktop-portal-hyprland [`LINK`](https://github.com/hyprwm/xdg-desktop-portal-hyprland) - rofi-wayland [`LINK`](https://github.com/lbonn/rofi) - wallust [`LINK`](https://codeberg.org/explosion-mental/wallust) -- Imagemagick [`LINK`](https://github.com/ImageMagick/ImageMagick) - as of 23 AUG 2024, version 7 still not on official repo, hence needed to build from source > [!TIP] > To update to latest packages, re-running this script will auto update all. Script is configured to pull latest packages build for you. diff --git a/install-scripts/01-hypr-pkgs.sh b/install-scripts/01-hypr-pkgs.sh index cee5bbe..9c00800 100755 --- a/install-scripts/01-hypr-pkgs.sh +++ b/install-scripts/01-hypr-pkgs.sh @@ -20,6 +20,7 @@ hypr_package=( imagemagick kitty nano + nwg-look pavucontrol playerctl polkit-kde-agent-1 diff --git a/install-scripts/nwg-look.sh b/install-scripts/nwg-look.sh index 00d3cdf..b8d20e9 100755 --- a/install-scripts/nwg-look.sh +++ b/install-scripts/nwg-look.sh @@ -2,6 +2,8 @@ # 💫 https://github.com/JaKooLit 💫 # # nwg-look ) # +# nwg-look is now in trixie repo 14-Sep-2024 + nwg_look=( golang libgtk-3-dev diff --git a/install.sh b/install.sh index 1247ac2..db8e166 100755 --- a/install.sh +++ b/install.sh @@ -162,8 +162,11 @@ ask_yes_no "-Install XDG-DESKTOP-PORTAL-HYPRLAND? (For proper Screen Share ie OB printf "\n" ask_yes_no "-Install zsh & oh-my-zsh plus (OPTIONAL) pokemon-colorscripts for tty?" zsh printf "\n" -ask_yes_no "-Install nwg-look? (a GTK Theming app - lxappearance-like) WARN! This Package Takes long time to build!" nwg -printf "\n" + +# 14 Sep 2024, now in Debian repo +#ask_yes_no "-Install nwg-look? (a GTK Theming app - lxappearance-like) WARN! This Package Takes long time to build!" nwg +#printf "\n" + ask_yes_no "-Installing on Asus ROG Laptops?" rog printf "\n" ask_yes_no "-Do you want to download and install pre-configured Hyprland-dotfiles?" dots @@ -242,9 +245,9 @@ if [ "$zsh" == "Y" ]; then execute_script "zsh.sh" fi -if [ "$nwg" == "Y" ]; then - execute_script "nwg-look.sh" -fi +#if [ "$nwg" == "Y" ]; then +# execute_script "nwg-look.sh" +#fi if [ "$rog" == "Y" ]; then execute_script "rog.sh"