This commit is contained in:
2025-08-19 13:28:12 +02:00
parent 717d9a8ad0
commit 1064c86336
2 changed files with 10 additions and 10 deletions

View File

@@ -296,16 +296,16 @@ run_dotfiles_setup() {
} }
# === Main flow === # === Main flow ===
# update_system update_system
# install_packages install_packages
# install_nvidia_drivers install_nvidia_drivers
# install_gtk_theme install_gtk_theme
# install_gtk_icons install_gtk_icons
# apply_gtk_settings apply_gtk_settings
# install_sddm_theme install_sddm_theme
# install_system_files install_system_files
run_dotfiles_setup run_dotfiles_setup
# enable_sddm enable_sddm
log_success "Setup completed successfully." log_success "Setup completed successfully."

View File

@@ -20,7 +20,7 @@ window#waybar.hidden {
#network, #network,
#pulseaudio, #pulseaudio,
#tray{ #tray{
padding: 0 10px; padding: 0 5px;
color: rgba(224, 230, 237, 1); color: rgba(224, 230, 237, 1);
} }