mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-24 09:05:07 +03:00
Update
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
6a169af512
commit
f0db902556
4 changed files with 27 additions and 6 deletions
|
@ -22,7 +22,7 @@ font:
|
|||
italic:
|
||||
family: JetBrains Mono
|
||||
style: SemiBold Italic
|
||||
size: 11.0
|
||||
size: 9.0
|
||||
|
||||
cursor:
|
||||
shape: Block
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": "<span style=\"italic\">{}</span>"
|
||||
},
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue