diff --git a/.config/.gitignore b/.config/.gitignore index 042fec5..ea9d2a8 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -1 +1,2 @@ dconf +bkg.jpg diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 03b6cbf..b82386d 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -174,7 +174,7 @@ draw_bold_text_with_bright_colors: true colors: # Default colors primary: - background: '0x151515' + background: '0x191919' foreground: '0xefefef' # Bright and dim foreground colors diff --git a/.config/sway/config b/.config/sway/config index 6064315..343e32b 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -22,7 +22,7 @@ set $menu bemenu-run | xargs swaymsg exec -- ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg /home/vladan/.config/sway/bkg.jpg fill # # Example configuration: # @@ -224,4 +224,31 @@ bindsym Shift+Print exec slurp default_border pixel 1 bindsym $mod+t border toggle +# Background +set $bg #232425 +# Background active +set $ba #191919 +# Background inactive +set $bi #3f3f3f +# Foreground active +set $fa #eff1f5 +# Foreground inactive +set $fi #646464 +# Border active +set $bra #7a7a7a +# Border inactive +set $bri #000000 + +# class border backgr. text indicator child_border +client.focused $bra $ba $fa $bg $bra +client.focused_inactive $bra $ba $fi $bg $bri +client.unfocused $bri $bi $fi $bg $bri +#client.urgent $br $br $fg $bg $br #currently not implemented +#client.placeholder $br $br $fg $bg $br #currently not implemented +client.background $bg + +gaps inner 0 +gaps outer 0 +#smart_gaps on + include /etc/sway/config.d/* diff --git a/.config/waybar/config b/.config/waybar/config index 38fcd28..219450f 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -5,7 +5,7 @@ // Choose the order of the modules "modules-left": ["sway/workspaces", "sway/mode", "sway/window"], "modules-center": [], - "modules-right": ["custom/vpn", "network", "battery", "pulseaudio", "temperature", "cpu", "clock", "tray"], + "modules-right": ["custom/vpn", "network", "battery", "pulseaudio", "cpu", "temperature", "clock", "tray"], // Module config "sway/mode": { "tooltip": false, @@ -38,17 +38,17 @@ "battery": { "tooltip": false, "states": { - // "good": 95, + "good": 95, "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-alt": "{time} {icon}", - "format-charging": "{capacity}% {icon}", - "format-plugged": "{capacity}% ", + "format-charging": "{capacity}% ", + "format-plugged": "{capacity}% " // "format-good": "", // An empty format will hide the module - // "format-full": "", - "format-icons": ["", "", "", "", "", "", ""] + // "format-full": "" + // "format-icons": ["", "", "", "", "", "", ""] }, "pulseaudio": { "tooltip": false,