Compare commits
No commits in common. "4d42e52d2abd05fdb0ecc42761d1a65a627feb3c" and "4a574a7b61778fab3eb996467256f14aee0c9544" have entirely different histories.
4d42e52d2a
...
4a574a7b61
5 changed files with 31 additions and 12 deletions
|
|
@ -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=60
|
# max-timeout=0
|
||||||
default-timeout=10
|
# default-timeout=0
|
||||||
idle-timeout=30
|
# idle-timeout=0
|
||||||
|
|
||||||
# [low]
|
# [low]
|
||||||
# background=2b2b2bff
|
# background=2b2b2bff
|
||||||
|
|
|
||||||
|
|
@ -50,6 +50,3 @@ dist/
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
||||||
# direnv
|
|
||||||
.envrc
|
|
||||||
|
|
|
||||||
|
|
@ -321,13 +321,11 @@ 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
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -343,13 +341,11 @@ 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"
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
"sway/window"
|
"sway/window"
|
||||||
],
|
],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
"clock",
|
"mpd",
|
||||||
"privacy",
|
"privacy",
|
||||||
"idle_inhibitor",
|
"idle_inhibitor",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
|
|
@ -32,6 +32,7 @@
|
||||||
"sway/language",
|
"sway/language",
|
||||||
"battery",
|
"battery",
|
||||||
"battery#bat2",
|
"battery#bat2",
|
||||||
|
"clock",
|
||||||
"tray",
|
"tray",
|
||||||
"custom/power"
|
"custom/power"
|
||||||
],
|
],
|
||||||
|
|
@ -62,6 +63,32 @@
|
||||||
"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": {
|
||||||
|
|
|
||||||
|
|
@ -65,4 +65,3 @@ scrot() {
|
||||||
}
|
}
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
eval "$(direnv hook zsh)"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue