Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2023-07-30 10:29:58 +03:00
parent 6a169af512
commit f0db902556
No known key found for this signature in database
GPG key ID: 9F6DDABE11A2674D
4 changed files with 27 additions and 6 deletions

View file

@ -22,7 +22,7 @@ font:
italic: italic:
family: JetBrains Mono family: JetBrains Mono
style: SemiBold Italic style: SemiBold Italic
size: 11.0 size: 9.0
cursor: cursor:
shape: Block shape: Block

View file

@ -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 $menu exec $term --option window.opacity=1 --class=launcher -e env zsh -c "source ~/.profile && sway-launcher-desktop"
set $filemgr nemo set $filemgr nemo
output * bg ~/Pictures/bg/sonoma.jpeg fill output * bg ~/Pictures/bg/yukari.png fill
input type:keyboard { input type:keyboard {
xkb_layout us,ru xkb_layout us,ru

View file

@ -1,9 +1,23 @@
{ {
"height": 48, "height": 32,
"position": "top", "position": "top",
"modules-left": ["sway/workspaces", "sway/mode"], "modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": [], "modules-center": [],
"modules-right": ["tray", "idle_inhibitor", "cpu", "memory", "wireplumber", "battery", "sway/language", "clock"], "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": { "sway/mode": {
"format": "<span style=\"italic\">{}</span>" "format": "<span style=\"italic\">{}</span>"
}, },

View file

@ -27,11 +27,11 @@ button:hover {
#workspaces button.focused { #workspaces button.focused {
color: @yellow; color: @yellow;
background-color: @mantle; background-color: @crust;
} }
#workspaces button.urgent { #workspaces button.urgent {
background-color: @pink; background-color: @overlay1;
} }
#mode { #mode {
background-color: @mantle; background-color: @mantle;
@ -50,7 +50,14 @@ button:hover {
padding-right: 4px; 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; padding: 0 4px;
margin: 2 1px; margin: 2 1px;
background-color: @mantle; background-color: @mantle;