diff --git a/sway/config b/sway/config index bc05a26..f66d6e0 100644 --- a/sway/config +++ b/sway/config @@ -73,8 +73,8 @@ exec_always /home/agres/.config/sway/scripts/lock-sway.sh # Layout stuff: bindsym $mod+b splith bindsym $mod+v splitv - bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed +# bindsym $mod+s layout stacking +# bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split bindsym $mod+f fullscreen bindsym $mod+Shift+space floating toggle @@ -106,8 +106,8 @@ bindsym $mod+r mode "resize" bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume \@DEFAULT_SINK@ +5% bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ toggle # Special keys to adjust brightness via brightnessctl - bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- - bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ + bindsym --locked XF86MonBrightnessDown exec brightnessctl set 10%- + bindsym --locked XF86MonBrightnessUp exec brightnessctl set 10%+ # Special key to take a screenshot with grim bindsym Print exec grim @@ -116,9 +116,14 @@ bar { position top status_command while /home/agres/.config/sway/scripts/status.sh; do sleep 1; done colors { + background #000000 statusline #ffffff - background #323232 - inactive_workspace #32323200 #32323200 #5c5c5c + separator #333333 + + focused_workspace #00675a #00675a #ffffff + active_workspace #1c1c1c #1c1c1c #cccccc + inactive_workspace #000000 #000000 #777777 + urgent_workspace #870000 #870000 #ffffff } } @@ -141,9 +146,11 @@ output eDP-1 { # Opacity Settings for_window [app_id="Alacritty"] opacity 0.98 -# Border Colors -client.focused #00b5af #00b5af #fdf6e3 #073642 -client.focused_inactive #073642 #073642 #fdf6e3 #073642 -client.unfocused #073642 #073642 #fdf6e3 #073642 +# Window overlay theme +client.focused #00b894 #00675a #ffffff #00b894 #00675a +client.focused_inactive #303030 #1c1c1c #cccccc #303030 #1c1c1c +client.unfocused #1c1c1c #000000 #999999 #1c1c1c #000000 +client.urgent #ff5f5f #870000 #ffffff #ff5f5f #870000 +client.placeholder #000000 #000000 #ffffff #000000 #000000 include /etc/sway/config.d/*