From cf5d8d92f1904511006a89970349dbf723ae1732 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 21 Jun 2024 22:52:21 -0400 Subject: update things --- home/config/sway/config.d/theme | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 home/config/sway/config.d/theme (limited to 'home/config/sway/config.d/theme') diff --git a/home/config/sway/config.d/theme b/home/config/sway/config.d/theme new file mode 100644 index 0000000..3d93752 --- /dev/null +++ b/home/config/sway/config.d/theme @@ -0,0 +1,35 @@ +### Set borders +gaps inner $gaps +for_window [class="^.*"] border pixel 0 +default_border pixel 0 +default_floating_border pixel 0 + +### Colors + +# class border backgr. text indicator child_border +client.background #14171d +client.focused #4d4754 #14171d #ffffff #4d4754 #4d4754 +client.focused_inactive #4d4754 #14171d #ffffff #14171d #14171d +client.focused_tab_title #4d4754 #14171d #ffffff +client.unfocused #14171d #14171d #ffffff #14171d #14171d +client.urgent #cc5c5c #a63a3a #ffffff #a63a3a #a63a3a + +### SwayFX + +corner_radius $radius +smart_corner_radius $radius +shadows $shadows +shadows_on_csd $shadows +shadow_blur_radius $shadow_blur +shadow_color #14171dff +blur $blur +blur_radius $blur_radius +blur_passes $blur_passes +layer_effects "waybar" blur disable; shadows disable +layer_effects "wofi" blur enable; shadows enable + +### Output configuration +output * bg $bg fill + +### Bar +bar swaybar_command waybar -- cgit v1.2.3-freya