Added SwayFX-specific configuration to config.

This commit is contained in:
天クマ 2025-12-23 14:21:33 -03:00
commit 05fe6a37c7
5 changed files with 24 additions and 8 deletions

View file

@ -89,7 +89,7 @@
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing window manager is
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
transparency = 0
transparency = 50
# Draw a line of "separator_height" pixel height between two
# notifications.

0
.config/sway/c Normal file
View file

View file

@ -8,6 +8,21 @@ set $wallpaper ~/.config/sway/wallpaper.jpg
set $startup_sound ${HOME}/.config/startup.mp3
include strings_pt
# *** SwayFX ***
# /!\ COMMENT OUT IF YOU'RE USING REGULAR SWAY, THIS IS FOR SWAYFX
# COMENTE ESSA SEÇÃO SE ESTIVER USANDO O SWAY NORMAL, ISSO É PARA O SWAYFX
blur enable
shadows enable
corner_radius 0
blur_noise .2
blur_brightness .75
blur_contrast .8
blur_saturation 1
blur_radius 1
layer_effects "waybar" blur enable; shadows enable;
layer_effects "notifications" blur enable; shadows enable;
# *** Startup | Inicialização ***
include startup
@ -108,12 +123,12 @@ focus_on_window_activation focus
#set_from_resource $bg background
# classe borda fundo texto ind. borda filho
client.focused_inactive #1f1f1f #4f4f4f #ffffff #aeff00 #1f1f1f
client.focused #ffffff #000000 #ffffff #ffcf7c #ffffff
client.unfocused #000000 #000000 #ffffff #ffcf7c #000000
client.urgent #2f343a #900000 #ffffff #900000 #900000
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
# classe borda fundo texto ind. borda filho
client.focused_inactive #4f4f4fA0 #303030F0 #FFFFFFFF #aeff00A0 #303030F0
client.focused #000000D0 #00000DF0 #ffffffff #ffcf7cD0 #00000DF0
client.unfocused #000000A0 #000000C0 #ffffffff #ffcf7cA0 #000000C0
#client.urgent #2f343a #900000 #ffffff #900000 #900000
#client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
#shock#f700ff | #abacate#aeff00 | #semisalmon~laranja~fosco#ffcf7c

View file

@ -1 +1,2 @@
exec signal-desktop
exec nextcloud

View file

@ -5,7 +5,7 @@ This is the repository for my dotfiles for Sway, forked from [Flipe Facundes](ht
The dotfiles configuration references a lot of packages that may not be installed on your system:
```
sway swayidle swaybg waybar rofi wlrctl cliphist lights ly kwalletd6 rofi-power-menu grim wl-clipboard xorg-xprop libpulse dunst
swayfx swayidle swaybg waybar rofi wlrctl cliphist lights ly kwalletd6 rofi-power-menu grim wl-clipboard xorg-xprop libpulse dunst
```
# SwayWM