[sway] Remove window titles and add temp to bar
This commit is contained in:
parent
46dd020868
commit
c2902db98f
2 changed files with 12 additions and 1 deletions
|
@ -5,12 +5,19 @@
|
|||
// Choose the order of the modules
|
||||
"modules-left": ["sway/workspaces", "sway/mode", "sway/window"],
|
||||
"modules-center": [],
|
||||
"modules-right": ["custom/vpn", "network", "battery", "pulseaudio", "cpu", "clock", "tray"],
|
||||
"modules-right": ["custom/vpn", "network", "battery", "pulseaudio", "temperature", "cpu", "clock", "tray"],
|
||||
// Module config
|
||||
"sway/mode": {
|
||||
"tooltip": false,
|
||||
"format": "<span weight=\"bold\">{}</span>"
|
||||
},
|
||||
"temperature": {
|
||||
"thermal-zone": 1,
|
||||
// "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input",
|
||||
"critical-threshold": 80,
|
||||
"format-critical": "{temperatureC}°C ",
|
||||
"format": "{temperatureC}°C "
|
||||
},
|
||||
"custom/vpn": {
|
||||
"interval": 5,
|
||||
"tooltip": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue