1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

sway borders now

This commit is contained in:
Nick Boughton 2021-06-02 19:18:21 +01:00
parent fd1c13f6d5
commit 6a213b0ec7
5 changed files with 13 additions and 8 deletions

@ -27,7 +27,7 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh
# they are included here as an example. Modify as you see fit.
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
# screen before suspend. Use loginctl lock-session to lock your screen.
exec --no-startup-id ~/.screenlayout/default.sh
exec --no-startup-id ~/.screenlayout/default.sh
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec --no-startup-id ~/.fehbg
exec --no-startup-id redshift-gtk

@ -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/*

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

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".