Compare commits
4 commits
4a574a7b61
...
4d42e52d2a
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d42e52d2a | |||
| 1d93bfc4fa | |||
| 306ed96c84 | |||
| 65391d541d |
5 changed files with 12 additions and 31 deletions
|
|
@ -50,9 +50,9 @@ body-color=839496ff
|
|||
# icon=
|
||||
|
||||
# Timeout values are in seconds. 0 to disable
|
||||
# max-timeout=0
|
||||
# default-timeout=0
|
||||
# idle-timeout=0
|
||||
max-timeout=60
|
||||
default-timeout=10
|
||||
idle-timeout=30
|
||||
|
||||
# [low]
|
||||
# background=2b2b2bff
|
||||
|
|
|
|||
|
|
@ -50,3 +50,6 @@ dist/
|
|||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# direnv
|
||||
.envrc
|
||||
|
|
|
|||
|
|
@ -321,11 +321,13 @@ exec_always fnott&
|
|||
output "Acer Technologies VG270U P 0x05217924" {
|
||||
position 0 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
output "Acer Technologies VG270U P 0x9392CFAC" {
|
||||
position 2560 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -341,11 +343,13 @@ exec kanshi&
|
|||
output "Acer Technologies VG270U P 0x05217924" {
|
||||
position 0 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
output "Acer Technologies VG270U P 0x9392CFAC" {
|
||||
position 2560 0
|
||||
scale 1
|
||||
adaptive_sync on
|
||||
}
|
||||
|
||||
workspace 1 output "Acer Technologies VG270U P 0x05217924"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"sway/window"
|
||||
],
|
||||
"modules-right": [
|
||||
"mpd",
|
||||
"clock",
|
||||
"privacy",
|
||||
"idle_inhibitor",
|
||||
"pulseaudio",
|
||||
|
|
@ -32,7 +32,6 @@
|
|||
"sway/language",
|
||||
"battery",
|
||||
"battery#bat2",
|
||||
"clock",
|
||||
"tray",
|
||||
"custom/power"
|
||||
],
|
||||
|
|
@ -63,32 +62,6 @@
|
|||
"tooltip": true,
|
||||
"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": {
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
|
|
|
|||
|
|
@ -65,3 +65,4 @@ scrot() {
|
|||
}
|
||||
|
||||
eval "$(starship init zsh)"
|
||||
eval "$(direnv hook zsh)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue