Compare commits

..

3 Commits

Author SHA1 Message Date
80b0a63b3d wip 2026-02-02 18:29:39 +01:00
8864557b02 feat(sway): add swayfx theming 2026-02-02 18:28:39 +01:00
f9da29cc0d feat(sway): consistent border theming 2026-02-02 18:28:04 +01:00
7 changed files with 16 additions and 13 deletions

View File

@@ -15,6 +15,9 @@ set $lockscreen swaylock
# other
set $wobs /tmp/wob.sock
# style
set $border 3
# colors
set $bg0 #32302f
set $bg1 #252423

View File

@@ -1,8 +1,8 @@
titlebar_border_thickness 2
font pango:JetBrainsMono Nerd Font Bold 10
default_floating_border normal 2
default_border normal 2
default_floating_border normal $border
default_border normal $border
titlebar_border_thickness $border
# class border bground text indicator child_border
client.focused $fg $bg0 $fg $fg $fg

View File

@@ -1,11 +1,8 @@
gaps outer 6
gaps inner 6
gaps top 1
corner_radius 7
titlebar_separator disable
shadows enable
shadow_blur_radius 25
shadow_color #0000007F
shadow_offset 0 5
blur enable

View File

@@ -71,7 +71,7 @@ bindsym $mod+e layout toggle split
bindsym $mod+f fullscreen
# focus
bindsym $mod+Shift+space floating toggle; [floating] border pixel 3; [tiling] border normal 3
bindsym $mod+Shift+space floating toggle; [floating] border pixel $border; [tiling] border normal $border
bindsym $mod+space focus mode_toggle
bindsym $mod+a focus parent

View File

@@ -1,6 +1,6 @@
# additional theming
for_window [floating] border pixel 3
for_window [tiling] border normal 3
for_window [floating] border pixel $border
for_window [tiling] border normal $border
# workspace assignment
assign [app_id="google-chrome"] workspace 2

View File

@@ -1,7 +1,10 @@
# deamon
exec swayidle -w
exec wlsunset -l 46.1 -L 14.5
exec rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob
exec rm -f $wobs \
&& mkfifo $wobs \
&& tail -f $wobs \
| wob
exec protonmail-bridge -n
# traditional "start when os starts" programs

View File

@@ -70,7 +70,7 @@ window#waybar.hidden {
/* Specific grouping (Optional: if you want modules to stick together in islands) */
.modules-left, .modules-center, .modules-right {
background: transparent;
margin: 12px 10px 0px 10px;
margin: 12px 10px 5px 10px;
}
button {