diff options
| author | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
| commit | 1b5173bec111364070ccc7d6a8acd6bc0e21e3bd (patch) | |
| tree | a4bdf965d69c086c2439f8761321d04573b4b666 /.config/sway/config.d/theme | |
| parent | fix project script (diff) | |
| download | dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.gz dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.bz2 dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.zip | |
dbus/xdg proper configuration
Diffstat (limited to '.config/sway/config.d/theme')
| -rw-r--r-- | .config/sway/config.d/theme | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/sway/config.d/theme b/.config/sway/config.d/theme index e8d2822..661f9e5 100644 --- a/.config/sway/config.d/theme +++ b/.config/sway/config.d/theme @@ -30,3 +30,7 @@ layer_effects "wofi" blur enable; shadows enable ### Output configuration output * bg $bg fill + +### Bar + +exec env GTK_THEME="Adwaita-dark" waybar |