Compare commits

..

No commits in common. "3e3added6cb549869605747f75a7838cf15d68de" and "0bf0a495972b7ed846e68e05e6e2a137ee61a6ec" have entirely different histories.

3 changed files with 13 additions and 24 deletions

View File

@ -2,7 +2,7 @@
"layer": "top",
"position": "left",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-right": ["cpu", "memory", "bluetooth", "battery", "pulseaudio", "sway/language", "tray", "clock"],
"modules-right": ["cpu", "memory", "bluetooth", "battery", "pulseaudio", "tray", "sway/language", "clock"],
"sway/window": {
"max-length": 50
},
@ -10,27 +10,23 @@
"format": "CPU {usage}%"
},
"memory": {
"format": "RAM {percentage}%"
"format": "🐏 {percentage}%"
},
"bluetooth": {
"format": "BT {status}",
"format-connected": "BT {device_alias}",
"format-connected-battery": "BT {device_alias} {device_battery_percentage}%"
},
"format": " {status}",
"format-connected": " {device_alias}",
"format-connected-battery": " {device_alias} {device_battery_percentage}%",
},
"pulseaudio": {
"format": "VOL {volume}%",
"format-bluetooth": "BT VOL {volume}%"
"format": "🔈 {volume}%",
"format-bluetooth": "🔈 {volume}%"
},
"battery": {
"states": {
"warning": 40,
"critical": 20
},
"format": "BAT {capacity}%"
"format": "🔋 {capacity}%"
},
"sway/language": {
"format": "KBD {short} {variant}",
"on-click": "swaymsg input type:keyboard xkb_switch_layout next"
"format": "⌨ {short} {variant}",
"on-click": "swaymsg input type:keyboard xkb_switch_layout next",
},
"clock": {
"format": "{:%a. %d.\n%b.\n%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"

View File

@ -49,7 +49,7 @@ tooltip label {
#battery {
background-color: #103c48;
color: white;
color: black;
}
#battery.charging {
@ -60,7 +60,7 @@ tooltip label {
@keyframes blink {
to {
background-color: #103c48;
color: white;
color: black;
}
}

View File

@ -1,7 +0,0 @@
# tlp-stat -b reports that BAT1 is enabled on Lumina
# Read https://linrunner.de/tlp/settings/battery.html
# Continue charging on AC when battery is down to %
START_CHARGE_THRESH_BAT1=75
# Stop charging on AC when battery is up to %
STOP_CHARGE_THRESH_BAT1=80