Garuda Sway!

Do you use GNOME applications? Then yes.
You dont use GNOME applications? Delete it :smiley:
(as you can see most of the settings are GNOME related, epiphany, gedit -> all GNOME settings)

Wayfire does use GNOME applications, which is why its included :smiley:

3 Likes

I see you set the GTK3 via that too? I do have GTK3 apps so I'll have it with just that?

GTK3 is set here already, so there is no need to include that :ok_hand:

3 Likes

OK! No need for the file then! Thank you!

1 Like

For wayland you have to do it via scheme

Those config in ~/.config aren't read for gtk themes

5 Likes

Oops, didnt know that - no real Wayland experience here. :beers::sweat_smile:

3 Likes

I put a script for GTK3 themes to be set every time after boot or reload. It does the same thing right?

#!/bin/sh

# usage: import-gsettings
config="${XDG_CONFIG_HOME:-$HOME/.config}/gtk-3.0/settings.ini"
if [ ! -f "$config" ]; then exit 1; fi

gnome_schema="org.gnome.desktop.interface"
gtk_theme="$(grep 'gtk-theme-name' "$config" | cut -d'=' -f2)"
icon_theme="$(grep 'gtk-icon-theme-name' "$config" | cut -d'=' -f2)"
cursor_theme="$(grep 'gtk-cursor-theme-name' "$config" | cut -d'=' -f2)"
font_name="$(grep 'gtk-font-name' "$config" | cut -d'=' -f2)"
gsettings set "$gnome_schema" gtk-theme "$gtk_theme"
gsettings set "$gnome_schema" icon-theme "$icon_theme"
gsettings set "$gnome_schema" cursor-theme "$cursor_theme"
gsettings set "$gnome_schema" font-name "$font_name"
2 Likes

No don't use autostart scripts

Use scheme override

4 Likes

OK! Will do! Thank you!

EDIT : DONE!

4 Likes

In Packages-Desktop you need to remove networkmanager. It conflicts with conman-support. Sorry! I forget you used conman!

Done :slight_smile: :wink:

3 Likes

ISO Building for me now! Let's see... :pray:

3 Likes

garuda-sway-settings is in repo now btw :grin:
Edit: and an iso is there as well :slight_smile:

7 Likes

I'll have to download that ISO and spin it somewhere.

2 Likes

I'm sorry to say it has lots of warts. It tries to start wayfire (not sway), and when I manually launched sway, it blew up when I tried dmenu.
Quality control time :wink:

1 Like

Downloading now, slow connection from my provider but will take it for a ride.

Edit: error wayfire not found.

3 Likes

Got it!

####---->> DESKTOP THEMING
capitaine-cursors
garuda-wayfire-settings
gtk-engine-murrine
kvantum-qt5
kvantum-theme-nordic-git
nordic-darker-theme
qt5ct
tela-circle-icon-theme-git

Should be garuda-sway-settings! God that was a silly mistake sorry! Could someone with acess change it! In Packages-Desktop

3 Likes
####---->> DESKTOP THEMING
capitaine-cursors
garuda-wayfire-settings
gtk-engine-murrine
kvantum-qt5
kvantum-theme-nordic-git
nordic-darker-theme
qt5ct
tela-circle-icon-theme-git

I see no difference.

3 Likes

It should be garuda-sway-settings not wayfire. I sent it to show you what part. Sorry I am on my phone!

3 Likes

Change to garuda-sway-settings.

5 Likes