Compare commits

...

2 commits

Author SHA1 Message Date
Sencyy
5813d97dc2
add terminal transparency 2024-10-15 14:27:28 -03:00
Sencyy
f2b070b01d
add gaps to sway 2024-10-15 14:27:10 -03:00
2 changed files with 6 additions and 2 deletions

View file

@ -82,7 +82,7 @@ workers=12
# long-press-delay=400
[colors]
# alpha=1.0
alpha=0.7
# background=242424
# foreground=ffffff
# flash=7f7f00

View file

@ -44,13 +44,16 @@ exec lxsession
# Set desired cursor theme
seat seat0 xcursor_theme $cursor
# Adding gaps to windows
smart_gaps on
gaps inner 10
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
output * bg /home/sencyy/img/wall/wall2.png fill
output * bg /home/sencyy/img/wall/wall4.png fill
#
# Example configuration:
@ -248,6 +251,7 @@ bar {
statusline #ffffff
background #000000
inactive_workspace #000000 #000000 #5c5c5c
active_workspace #ffe9fe #ffb5cc #ffffff
}
}