From 05fe6a37c727199fa200515686a4456543131fd2 Mon Sep 17 00:00:00 2001 From: adrian Date: Tue, 23 Dec 2025 14:21:33 -0300 Subject: [PATCH] Added SwayFX-specific configuration to config. --- .config/dunst/dunstrc | 2 +- .config/sway/c | 0 .config/sway/config | 27 +++++++++++++++++++++------ .config/sway/startup | 1 + README.md | 2 +- 5 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 .config/sway/c diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 74063e4..a898085 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -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. diff --git a/.config/sway/c b/.config/sway/c new file mode 100644 index 0000000..e69de29 diff --git a/.config/sway/config b/.config/sway/config index c1a3126..775994e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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 diff --git a/.config/sway/startup b/.config/sway/startup index a134bbd..cfbcb12 100644 --- a/.config/sway/startup +++ b/.config/sway/startup @@ -1 +1,2 @@ exec signal-desktop +exec nextcloud diff --git a/README.md b/README.md index 4d7cc74..1e77a3e 100644 --- a/README.md +++ b/README.md @@ -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