Added SwayFX-specific configuration to config.
This commit is contained in:
parent
716edda41d
commit
05fe6a37c7
5 changed files with 24 additions and 8 deletions
|
|
@ -89,7 +89,7 @@
|
||||||
# The transparency of the window. Range: [0; 100].
|
# The transparency of the window. Range: [0; 100].
|
||||||
# This option will only work if a compositing window manager is
|
# This option will only work if a compositing window manager is
|
||||||
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
|
# present (e.g. xcompmgr, compiz, etc.). (X11 only)
|
||||||
transparency = 0
|
transparency = 50
|
||||||
|
|
||||||
# Draw a line of "separator_height" pixel height between two
|
# Draw a line of "separator_height" pixel height between two
|
||||||
# notifications.
|
# notifications.
|
||||||
|
|
|
||||||
0
.config/sway/c
Normal file
0
.config/sway/c
Normal file
|
|
@ -8,6 +8,21 @@ set $wallpaper ~/.config/sway/wallpaper.jpg
|
||||||
set $startup_sound ${HOME}/.config/startup.mp3
|
set $startup_sound ${HOME}/.config/startup.mp3
|
||||||
include strings_pt
|
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 ***
|
# *** Startup | Inicialização ***
|
||||||
include startup
|
include startup
|
||||||
|
|
||||||
|
|
@ -109,11 +124,11 @@ focus_on_window_activation focus
|
||||||
#set_from_resource $bg background
|
#set_from_resource $bg background
|
||||||
|
|
||||||
# classe borda fundo texto ind. borda filho
|
# classe borda fundo texto ind. borda filho
|
||||||
client.focused_inactive #1f1f1f #4f4f4f #ffffff #aeff00 #1f1f1f
|
client.focused_inactive #4f4f4fA0 #303030F0 #FFFFFFFF #aeff00A0 #303030F0
|
||||||
client.focused #ffffff #000000 #ffffff #ffcf7c #ffffff
|
client.focused #000000D0 #00000DF0 #ffffffff #ffcf7cD0 #00000DF0
|
||||||
client.unfocused #000000 #000000 #ffffff #ffcf7c #000000
|
client.unfocused #000000A0 #000000C0 #ffffffff #ffcf7cA0 #000000C0
|
||||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
#client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||||
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
#client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||||
|
|
||||||
#shock#f700ff | #abacate#aeff00 | #semisalmon~laranja~fosco#ffcf7c
|
#shock#f700ff | #abacate#aeff00 | #semisalmon~laranja~fosco#ffcf7c
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1,2 @@
|
||||||
exec signal-desktop
|
exec signal-desktop
|
||||||
|
exec nextcloud
|
||||||
|
|
|
||||||
|
|
@ -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:
|
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
|
# SwayWM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue