From 1064c86336c9423a7a7987a8a7708a2ad9f34cac Mon Sep 17 00:00:00 2001 From: ciomek Date: Tue, 19 Aug 2025 13:28:12 +0200 Subject: [PATCH] Quickfix --- build.sh | 18 +++++++++--------- home/.config/waybar/style.css | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.sh b/build.sh index e270ef1..986e1fa 100755 --- a/build.sh +++ b/build.sh @@ -296,16 +296,16 @@ run_dotfiles_setup() { } # === Main flow === -# update_system -# install_packages -# install_nvidia_drivers -# install_gtk_theme -# install_gtk_icons -# apply_gtk_settings -# install_sddm_theme -# install_system_files +update_system +install_packages +install_nvidia_drivers +install_gtk_theme +install_gtk_icons +apply_gtk_settings +install_sddm_theme +install_system_files run_dotfiles_setup -# enable_sddm +enable_sddm log_success "Setup completed successfully." diff --git a/home/.config/waybar/style.css b/home/.config/waybar/style.css index ce946ef..2ad21bb 100644 --- a/home/.config/waybar/style.css +++ b/home/.config/waybar/style.css @@ -20,7 +20,7 @@ window#waybar.hidden { #network, #pulseaudio, #tray{ - padding: 0 10px; + padding: 0 5px; color: rgba(224, 230, 237, 1); }