From 8143fa0a070c07c88e08b35d51441b9d4543ed76 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 4 Jun 2023 21:16:51 +0400 Subject: [PATCH] Change Sway color scheme path --- etc/skel/.config/sway/config | 6 ++++++ etc/sway/{config.d/20-sway-theme.conf => theme} | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) rename etc/sway/{config.d/20-sway-theme.conf => theme} (83%) diff --git a/etc/skel/.config/sway/config b/etc/skel/.config/sway/config index ee6f482..82f0e01 100644 --- a/etc/skel/.config/sway/config +++ b/etc/skel/.config/sway/config @@ -4,6 +4,12 @@ # # Read `man 5 sway` for a complete reference. +# Color scheme +include /usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato + +# Sway styling +include /etc/sway/theme + # Global variables include /etc/sway/variables diff --git a/etc/sway/config.d/20-sway-theme.conf b/etc/sway/theme similarity index 83% rename from etc/sway/config.d/20-sway-theme.conf rename to etc/sway/theme index 407fed3..a308c3d 100644 --- a/etc/sway/config.d/20-sway-theme.conf +++ b/etc/sway/theme @@ -12,8 +12,7 @@ font pango:Noto Sans 11 set $term-font Hack 11 set $gui-font Noto Sans 11 -# Use catppuccin-macchiato color scheme for i3/Sway -include /usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato +# Sway colors. You can change default color scheme in ~/.config/sway/config # target title bg text indicator border client.focused $blue $base $text $rosewater $blue