Compare commits

...

4 commits

5 changed files with 12 additions and 31 deletions

View file

@ -50,9 +50,9 @@ body-color=839496ff
# icon= # icon=
# Timeout values are in seconds. 0 to disable # Timeout values are in seconds. 0 to disable
# max-timeout=0 max-timeout=60
# default-timeout=0 default-timeout=10
# idle-timeout=0 idle-timeout=30
# [low] # [low]
# background=2b2b2bff # background=2b2b2bff

View file

@ -50,3 +50,6 @@ dist/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
# direnv
.envrc

View file

@ -321,11 +321,13 @@ exec_always fnott&
output "Acer Technologies VG270U P 0x05217924" { output "Acer Technologies VG270U P 0x05217924" {
position 0 0 position 0 0
scale 1 scale 1
adaptive_sync on
} }
output "Acer Technologies VG270U P 0x9392CFAC" { output "Acer Technologies VG270U P 0x9392CFAC" {
position 2560 0 position 2560 0
scale 1 scale 1
adaptive_sync on
} }
@ -341,11 +343,13 @@ exec kanshi&
output "Acer Technologies VG270U P 0x05217924" { output "Acer Technologies VG270U P 0x05217924" {
position 0 0 position 0 0
scale 1 scale 1
adaptive_sync on
} }
output "Acer Technologies VG270U P 0x9392CFAC" { output "Acer Technologies VG270U P 0x9392CFAC" {
position 2560 0 position 2560 0
scale 1 scale 1
adaptive_sync on
} }
workspace 1 output "Acer Technologies VG270U P 0x05217924" workspace 1 output "Acer Technologies VG270U P 0x05217924"

View file

@ -19,7 +19,7 @@
"sway/window" "sway/window"
], ],
"modules-right": [ "modules-right": [
"mpd", "clock",
"privacy", "privacy",
"idle_inhibitor", "idle_inhibitor",
"pulseaudio", "pulseaudio",
@ -32,7 +32,6 @@
"sway/language", "sway/language",
"battery", "battery",
"battery#bat2", "battery#bat2",
"clock",
"tray", "tray",
"custom/power" "custom/power"
], ],
@ -63,32 +62,6 @@
"tooltip": true, "tooltip": true,
"tooltip-format": "{app}: {title}" "tooltip-format": "{app}: {title}"
}, },
"mpd": {
"format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ",
"format-disconnected": "Disconnected ",
"format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ",
"unknown-tag": "N/A",
"interval": 5,
"consume-icons": {
"on": " "
},
"random-icons": {
"off": "<span color=\"#f53c3c\"></span> ",
"on": " "
},
"repeat-icons": {
"on": " "
},
"single-icons": {
"on": "1 "
},
"state-icons": {
"paused": "",
"playing": ""
},
"tooltip-format": "MPD (connected)",
"tooltip-format-disconnected": "MPD (disconnected)"
},
"idle_inhibitor": { "idle_inhibitor": {
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {

View file

@ -65,3 +65,4 @@ scrot() {
} }
eval "$(starship init zsh)" eval "$(starship init zsh)"
eval "$(direnv hook zsh)"