Removed screenshot & added bt status
This commit is contained in:
parent
9da6cf5c92
commit
2ff1814560
1 changed files with 11 additions and 3 deletions
|
@ -17,6 +17,7 @@ general {
|
|||
colors = true
|
||||
interval = 3
|
||||
color_good = "#A3BE8C"
|
||||
separator = True
|
||||
color_bad = "#BF616A"
|
||||
color_degraded = "#B48EAD"
|
||||
}
|
||||
|
@ -35,10 +36,11 @@ order += "external_script lcd_brightness"
|
|||
#order += "nvidia_temp"
|
||||
#order += "uptime"
|
||||
order += "volume master"
|
||||
order += "external_script bluetooth_headphones_status"
|
||||
order += "static_string prev"
|
||||
order += "external_script spotify"
|
||||
order += "static_string next"
|
||||
order += "static_string screenshot"
|
||||
#order += "static_string screenshot"
|
||||
order += "tztime local"
|
||||
|
||||
# System
|
||||
|
@ -54,8 +56,8 @@ battery_level {
|
|||
}
|
||||
external_script logitech_battery_level {
|
||||
cache_timeout = 10
|
||||
format = " {output}%"
|
||||
script_path = '~/Bin/logitech.py read 2>/dev/null'
|
||||
format = " {output}"
|
||||
script_path = '~/Bin/mouse_battery.sh read 2>/dev/null'
|
||||
}
|
||||
|
||||
sysdata base{
|
||||
|
@ -114,6 +116,12 @@ external_script lcd_brightness {
|
|||
|
||||
# Music
|
||||
#
|
||||
external_script bluetooth_headphones_status {
|
||||
cache_timeout = 10
|
||||
format = " {output}"
|
||||
script_path = '~/Bin/bluetooth_headphones_status.sh'
|
||||
on_click 1 = "exec --no-startup-id ~/Bin/bluetooth_headphones_status.sh toggle_profile"
|
||||
}
|
||||
volume master {
|
||||
format = "♪ %volume"
|
||||
format_muted = "♪ muted"
|
||||
|
|
Loading…
Reference in a new issue