Compare commits
3 Commits
c905c4cdb6
...
2a2b673901
| Author | SHA1 | Date | |
|---|---|---|---|
|
2a2b673901
|
|||
|
31004208f1
|
|||
|
0cbd1bf856
|
@@ -1,5 +1,8 @@
|
|||||||
default_floating_border normal 1
|
titlebar_border_thickness 2
|
||||||
default_border normal 1
|
font pango:JetBrainsMono Nerd Font Bold 10
|
||||||
|
|
||||||
|
default_floating_border normal 2
|
||||||
|
default_border normal 2
|
||||||
|
|
||||||
# class border bground text indicator child_border
|
# class border bground text indicator child_border
|
||||||
client.focused $fg $bg0 $fg $fg $fg
|
client.focused $fg $bg0 $fg $fg $fg
|
||||||
@@ -7,5 +10,3 @@ client.focused_inactive $bg1 $bg1 $gray $bg1 $bg1
|
|||||||
client.unfocused $bg1 $bg1 $gray $bg1 $bg1
|
client.unfocused $bg1 $bg1 $gray $bg1 $bg1
|
||||||
client.urgent $red $red $bg0 $red $red
|
client.urgent $red $red $bg0 $red $red
|
||||||
client.placeholder $bg1 $bg1 $fg $bg1 $bg1
|
client.placeholder $bg1 $bg1 $fg $bg1 $bg1
|
||||||
|
|
||||||
font pango:JetBrains Mono Nerd Font 14
|
|
||||||
|
|||||||
11
sway/config.d/41-theme-swayfx.conf
Normal file
11
sway/config.d/41-theme-swayfx.conf
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
gaps outer 6
|
||||||
|
gaps inner 6
|
||||||
|
gaps top 1
|
||||||
|
|
||||||
|
corner_radius 7
|
||||||
|
|
||||||
|
shadows enable
|
||||||
|
shadow_blur_radius 25
|
||||||
|
shadow_color #0000007F
|
||||||
|
shadow_offset 0 5
|
||||||
|
blur enable
|
||||||
@@ -71,7 +71,7 @@ bindsym $mod+e layout toggle split
|
|||||||
bindsym $mod+f fullscreen
|
bindsym $mod+f fullscreen
|
||||||
|
|
||||||
# focus
|
# focus
|
||||||
bindsym $mod+Shift+space floating toggle
|
bindsym $mod+Shift+space floating toggle; [floating] border pixel 3; [tiling] border normal 3
|
||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# additional theming
|
# additional theming
|
||||||
for_window [app_id="1password"] border pixel 1
|
for_window [floating] border pixel 3
|
||||||
|
for_window [tiling] border normal 3
|
||||||
|
|
||||||
# workspace assignment
|
# workspace assignment
|
||||||
assign [app_id="google-chrome"] workspace 2
|
assign [app_id="google-chrome"] workspace 2
|
||||||
@@ -15,5 +16,3 @@ assign [class="Rocket.Chat"] workspace 8
|
|||||||
# rules
|
# rules
|
||||||
for_window [class="net-runelite.*"] floating enable
|
for_window [class="net-runelite.*"] floating enable
|
||||||
no_focus [class="net-runelite.*"]
|
no_focus [class="net-runelite.*"]
|
||||||
|
|
||||||
for_window [app_id="org.jellyfin.JellyfinDesktop"] inhibit_idle fullscreen
|
|
||||||
|
|||||||
@@ -1,11 +1,7 @@
|
|||||||
# background programs
|
# deamon
|
||||||
# auto blue light filter
|
|
||||||
exec wlsunset -l 46.1 -L 14.5
|
|
||||||
# sound/brightness bar
|
|
||||||
exec rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob
|
|
||||||
# idle deamon
|
|
||||||
exec swayidle -w
|
exec swayidle -w
|
||||||
# protonmail bridge
|
exec wlsunset -l 46.1 -L 14.5
|
||||||
|
exec rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob
|
||||||
exec protonmail-bridge -n
|
exec protonmail-bridge -n
|
||||||
|
|
||||||
# traditional "start when os starts" programs
|
# traditional "start when os starts" programs
|
||||||
|
|||||||
Reference in New Issue
Block a user