mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-10 16:27:21 +02:00
Compare commits
3 Commits
0bf0a49597
...
3e3added6c
Author | SHA1 | Date | |
---|---|---|---|
3e3added6c | |||
11fe12f297 | |||
27a6719e91 |
@ -2,7 +2,7 @@
|
|||||||
"layer": "top",
|
"layer": "top",
|
||||||
"position": "left",
|
"position": "left",
|
||||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-right": ["cpu", "memory", "bluetooth", "battery", "pulseaudio", "tray", "sway/language", "clock"],
|
"modules-right": ["cpu", "memory", "bluetooth", "battery", "pulseaudio", "sway/language", "tray", "clock"],
|
||||||
"sway/window": {
|
"sway/window": {
|
||||||
"max-length": 50
|
"max-length": 50
|
||||||
},
|
},
|
||||||
@ -10,23 +10,27 @@
|
|||||||
"format": "CPU {usage}%"
|
"format": "CPU {usage}%"
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "🐏 {percentage}%"
|
"format": "RAM {percentage}%"
|
||||||
},
|
},
|
||||||
"bluetooth": {
|
"bluetooth": {
|
||||||
"format": " {status}",
|
"format": "BT {status}",
|
||||||
"format-connected": " {device_alias}",
|
"format-connected": "BT {device_alias}",
|
||||||
"format-connected-battery": " {device_alias} {device_battery_percentage}%",
|
"format-connected-battery": "BT {device_alias} {device_battery_percentage}%"
|
||||||
},
|
},
|
||||||
"pulseaudio": {
|
"pulseaudio": {
|
||||||
"format": "🔈 {volume}%",
|
"format": "VOL {volume}%",
|
||||||
"format-bluetooth": "🔈 {volume}%"
|
"format-bluetooth": "BT VOL {volume}%"
|
||||||
},
|
},
|
||||||
"battery": {
|
"battery": {
|
||||||
"format": "🔋 {capacity}%"
|
"states": {
|
||||||
|
"warning": 40,
|
||||||
|
"critical": 20
|
||||||
|
},
|
||||||
|
"format": "BAT {capacity}%"
|
||||||
},
|
},
|
||||||
"sway/language": {
|
"sway/language": {
|
||||||
"format": "⌨ {short} {variant}",
|
"format": "KBD {short} {variant}",
|
||||||
"on-click": "swaymsg input type:keyboard xkb_switch_layout next",
|
"on-click": "swaymsg input type:keyboard xkb_switch_layout next"
|
||||||
},
|
},
|
||||||
"clock": {
|
"clock": {
|
||||||
"format": "{:%a. %d.\n%b.\n%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"
|
"format": "{:%a. %d.\n%b.\n%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"
|
||||||
|
@ -49,7 +49,7 @@ tooltip label {
|
|||||||
|
|
||||||
#battery {
|
#battery {
|
||||||
background-color: #103c48;
|
background-color: #103c48;
|
||||||
color: black;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#battery.charging {
|
#battery.charging {
|
||||||
@ -60,7 +60,7 @@ tooltip label {
|
|||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
to {
|
to {
|
||||||
background-color: #103c48;
|
background-color: #103c48;
|
||||||
color: black;
|
color: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
7
etc/tlp.d/lumina.conf
Normal file
7
etc/tlp.d/lumina.conf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# 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
|
Loading…
x
Reference in New Issue
Block a user