diff --git a/configs/alacritty/alacritty.yml b/configs/alacritty/alacritty.yml index 1e3a0fc..cfbaa86 100644 --- a/configs/alacritty/alacritty.yml +++ b/configs/alacritty/alacritty.yml @@ -22,7 +22,7 @@ font: italic: family: JetBrains Mono style: SemiBold Italic - size: 11.0 + size: 9.0 cursor: shape: Block diff --git a/configs/sway/config b/configs/sway/config index 98988dc..76c4a41 100644 --- a/configs/sway/config +++ b/configs/sway/config @@ -8,7 +8,7 @@ for_window [app_id="^launcher$"] floating enable, sticky enable, resize set 30 p set $menu exec $term --option window.opacity=1 --class=launcher -e env zsh -c "source ~/.profile && sway-launcher-desktop" set $filemgr nemo -output * bg ~/Pictures/bg/sonoma.jpeg fill +output * bg ~/Pictures/bg/yukari.png fill input type:keyboard { xkb_layout us,ru diff --git a/configs/waybar/config b/configs/waybar/config index 5d226e0..bcb4833 100644 --- a/configs/waybar/config +++ b/configs/waybar/config @@ -1,9 +1,23 @@ { - "height": 48, + "height": 32, "position": "top", "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [], "modules-right": ["tray", "idle_inhibitor", "cpu", "memory", "wireplumber", "battery", "sway/language", "clock"], + "sway/workspaces": { + "persistent_workspaces": { + "1": [], + "2": [], + "3": [], + "4": [], + "5": [], + "6": [], + "7": [], + "8": [], + "9": [], + "10": [], + } + }, "sway/mode": { "format": "{}" }, diff --git a/configs/waybar/style.css b/configs/waybar/style.css index 5c72be7..5a132ef 100644 --- a/configs/waybar/style.css +++ b/configs/waybar/style.css @@ -27,11 +27,11 @@ button:hover { #workspaces button.focused { color: @yellow; - background-color: @mantle; + background-color: @crust; } #workspaces button.urgent { - background-color: @pink; + background-color: @overlay1; } #mode { background-color: @mantle; @@ -50,7 +50,14 @@ button:hover { padding-right: 4px; } -#worspaces, #language, #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor, #mpd, #custom-loadavg, #custom-uptime, #wireplumber { +#workspaces { + padding: 0; + margin: 2 1px; + background-color: @mantle; + border-radius: 8px; +} + +#language, #clock, #battery, #cpu, #memory, #disk, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor, #mpd, #custom-loadavg, #custom-uptime, #wireplumber { padding: 0 4px; margin: 2 1px; background-color: @mantle;