This commit is contained in:
天クマ 2026-03-20 08:41:07 -03:00
commit 3316fd2009
7 changed files with 59 additions and 20 deletions

View file

@ -5,9 +5,15 @@
# *** Variables | Variáveis ***
set $term kitty
set $wallpaper ~/.config/sway/wallpaper.jpg
# set $wallpaper ~/.config/sway/lowcortisol.webp
set $startup_sound ${HOME}/.config/startup.mp3
set $keepassdb ~/Cloud/Documents/Database.kdbx
include strings_pt
include workspaces
include outputs
set $alt Mod1
set $sup Mod4
set $ctrl Control
# *** SwayFX ***
# /!\ COMMENT OUT IF YOU'RE USING REGULAR SWAY, THIS IS FOR SWAYFX
@ -16,13 +22,13 @@ blur enable
shadows enable
corner_radius 0
blur_noise .2
blur_brightness .5
blur_contrast .8
blur_brightness 1
blur_contrast 1
blur_saturation 1
blur_radius 1
layer_effects "waybar" blur enable; shadows enable;
layer_effects "notifications" blur enable; shadows enable;
layer_effects "waybar" blur disable; shadows disable;
#layer_effects "notifications" blur enable; shadows enable;
# *** Startup | Inicialização ***
include startup
@ -50,6 +56,14 @@ input "1739:52780:SYNA2BA6:00_06CB:CE2C_Touchpad" {
accel_profile adaptive
}
# Waybar
bar {
swaybar_command waybar
position top
mode hide
modifier $sup
}
# Run | Execute: swaymsg -t get_outputs
# man sway-output
# To get the monitors IDs
@ -73,14 +87,11 @@ output eDP-1 {
focus_follows_mouse no
focus_on_window_activation none
set $gaps_inner_default 5
set $gaps_outer_default 5
set $gaps_inner_default 2
set $gaps_outer_default 2
gaps inner $gaps_inner_default
gaps outer $gaps_outer_default
set $alt Mod1
set $sup Mod4
set $ctrl Control
set $paper bash -c 'swww img "$(find ${HOME}/Pictures/Wallpapers/ -name "*[jJpP][nNpP][gG]" | shuf -n1)" &'
# To start in tabbed mode, like on OpenBox, you can set: workspace_layout default|stacking|tabbed
@ -105,13 +116,13 @@ font pango:"UbuntuMono Nerd Font" 10
#font pango:monospace 0.001
#titlebar_padding 1
#titlebar_border_thickness 0
#default_floating_border normal 4
default_floating_border normal 0
# mode hide
hide_edge_borders smart
#hide_edge_borders smart
# hide_edge_borders both
#hide_edge_borders --i3 both
# hide_edge_borders --i3 smart
hide_edge_borders --i3 smart
floating_modifier Mod1
@ -129,12 +140,14 @@ focus_on_window_activation focus
#set_from_resource $bg background
# 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.focused_inactive #000000A0 #000000C0 #FFFFFFFF #aeff00A0 #303030F0
client.focused #000000A0 #00000DF0 #ffffffff #ffcf7cD0 #00000DF0
client.unfocused #000000A0 #000000A0 #ffffffff #ffcf7cA0 #000000C0
#client.urgent #2f343a #900000 #ffffff #900000 #900000
#client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
titlebar_border_thickness 3
#shock#f700ff | #abacate#aeff00 | #semisalmon~laranja~fosco#ffcf7c
# *** Shortcuts | Atalhos do Teclado ***
@ -334,7 +347,7 @@ bindsym $sup+Shift+8 move container to workspace number $ws8
bindsym $sup+Shift+9 move container to workspace number $ws9
bindsym $sup+Shift+0 move container to workspace number $ws10
bindsym $sup+d workspace back_and_forth
#bindsym $sup+d workspace back_and_forth
# *** Window Modes | Modos da janela ***
# On i3 the floating mode would be like:

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

20
.config/sway/outputs Normal file
View file

@ -0,0 +1,20 @@
# Generated by nwg-displays on 2026-02-16 at 14:15:32. Do not edit manually.
output "HDMI-A-1" {
mode 1440x900@59.887Hz
pos 2296 0
transform normal
scale 1.0
scale_filter nearest
adaptive_sync off
dpms on
}
output "eDP-1" {
mode 1920x1080@60.008Hz
pos 0 0
transform normal
scale 1.0
scale_filter nearest
adaptive_sync off
dpms on
}

View file

@ -1,2 +1,3 @@
exec signal-desktop
exec signal-desktop --password-store="kwallet6"
exec nextcloud
exec transmission-qt -m

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 138 KiB

Before After
Before After

4
.config/sway/workspaces Normal file
View file

@ -0,0 +1,4 @@
# Generated by nwg-displays on 2026-02-16 at 12:20:30. Do not edit manually.
workspace 1 output eDP-1
workspace 2 output HDMI-A-1

View file

@ -41,7 +41,7 @@ nord15 #b48ead
/* Reset all styles */
* {
color: #FFFFFF; /* #FFFFFF; */
color: #9cb7dc; /* #FFFFFF; */
border: 0;
border-radius: 0;
padding: 1px 0;
@ -54,7 +54,8 @@ nord15 #b48ead
}
window#waybar {
background:rgba (0, 0, 0, 0.8);
/* background:rgba (0, 0, 0, 0.9); */
background: rgba(59, 69, 83, 0.99);
}
#workspaces button {