Move theme variables to config.d
This commit is contained in:
parent
da5d687158
commit
131a001268
2 changed files with 3 additions and 9 deletions
|
@ -4,12 +4,6 @@
|
||||||
#
|
#
|
||||||
# Read `man 5 sway` for a complete reference.
|
# Read `man 5 sway` for a complete reference.
|
||||||
|
|
||||||
# Color scheme and window's settings
|
|
||||||
set $theme /usr/share/tileos/themes/catppuccin-macchiato
|
|
||||||
|
|
||||||
# Theme variables
|
|
||||||
include $theme/theme
|
|
||||||
|
|
||||||
# Global variables
|
# Global variables
|
||||||
include /etc/sway/variables
|
include /etc/sway/variables
|
||||||
|
|
||||||
|
@ -22,7 +16,7 @@ include /etc/sway/inputs/*.conf
|
||||||
# include modes
|
# include modes
|
||||||
include /etc/sway/modes/*.conf
|
include /etc/sway/modes/*.conf
|
||||||
|
|
||||||
# Additional configs
|
# Additional configs (autostart, Sway theme, window rules, etc)
|
||||||
include /etc/sway/config.d/*.conf
|
include /etc/sway/config.d/*.conf
|
||||||
|
|
||||||
# User config
|
# User config
|
||||||
|
|
|
@ -6,11 +6,11 @@ smart_borders on
|
||||||
gaps inner 6
|
gaps inner 6
|
||||||
|
|
||||||
# Tittle bar font
|
# Tittle bar font
|
||||||
font pango:Noto Sans 10
|
font pango:Noto Sans 11
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
set $term-font Hack 11
|
set $term-font Hack 11
|
||||||
set $gui-font Noto Sans 10
|
set $gui-font Noto Sans 11
|
||||||
|
|
||||||
# Use catppuccin-macchiato color scheme for i3/Sway
|
# Use catppuccin-macchiato color scheme for i3/Sway
|
||||||
include /usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato
|
include /usr/share/tileos/themes/Catppuccin/catppuccin-i3-theme/catppuccin-macchiato
|
Loading…
Add table
Reference in a new issue