mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-22 14:51:56 +01:00
sway borders now
This commit is contained in:
parent
fd1c13f6d5
commit
6a213b0ec7
17
sway/config
17
sway/config
@ -85,7 +85,7 @@ for_window [app_id=file-roller] floating enable
|
||||
for_window [app_id=gedit] floating enable
|
||||
|
||||
# Everything else
|
||||
for_window [app_id=".*"] border pixel 3
|
||||
for_window [app_id=".*"] border none
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
@ -253,15 +253,15 @@ bar {
|
||||
#
|
||||
# gaps
|
||||
#
|
||||
gaps inner 10
|
||||
gaps inner 14
|
||||
smart_gaps off
|
||||
|
||||
#
|
||||
# Titlebars
|
||||
#
|
||||
font pango:FiraCodeMedium 9
|
||||
default_border pixel 3
|
||||
default_floating_border normal
|
||||
default_border none
|
||||
default_floating_border none
|
||||
hide_edge_borders none
|
||||
titlebar_border_thickness 3
|
||||
|
||||
@ -273,9 +273,14 @@ include ~/.cache/wal/colors-sway
|
||||
output "*" background /home/nick/Pictures/Wallpapers/febjao0fxvv61.jpg fill
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused #504945 $background $color6 #504945 #504945
|
||||
client.focused $background $background $color6 $background $background
|
||||
client.focused_inactive $background $background $foreground $background $background
|
||||
client.unfocused #3c3836 $background $foreground #3c3836 #3c3836
|
||||
client.unfocused $background $background $foreground $background $background
|
||||
client.urgent $foreground $background $color1 $foreground $foreground
|
||||
|
||||
border_images.focused /home/nick/.config/sway/rounded_and_shadows_focused.png
|
||||
border_images.focused_inactive /home/nick/.config/sway/rounded_and_shadows.png
|
||||
border_images.unfocused /home/nick/.config/sway/rounded_and_shadows.png
|
||||
border_images.urgent /home/nick/.config/sway/rounded_and_shadows.png
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
|
BIN
sway/rounded_and_shadows.png
Normal file
BIN
sway/rounded_and_shadows.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
sway/rounded_and_shadows_focused.png
Normal file
BIN
sway/rounded_and_shadows_focused.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -131,7 +131,7 @@
|
||||
|
||||
# Alignment of message text.
|
||||
# Possible values are "left", "center" and "right".
|
||||
alignment = right
|
||||
alignment = left
|
||||
|
||||
# Vertical alignment of message text and icon.
|
||||
# Possible values are "top", "center" and "bottom".
|
||||
|
Loading…
Reference in New Issue
Block a user