mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
add widget configuration append plugin slots rewrite KF5 and DE to use ExtUpgrade class some fixes
19 lines
540 B
Plaintext
19 lines
540 B
Plaintext
[Configuration]
|
|
# ACPI devices
|
|
ACPIPATH=/sys/class/power_supply/
|
|
# May be 'nvidia' (for nvidia), 'ati' (for ATI RADEON), 'disable' or 'auto'
|
|
GPUDEV=auto
|
|
# HDD temperature
|
|
## Set block device for hddtemp comma separated or use 'all' or 'disable'
|
|
HDDDEV=all
|
|
# cmd
|
|
HDDTEMPCMD=sudo hddtemp
|
|
# mpd server settings
|
|
MPDADDRESS=localhost
|
|
MPDPORT=6600
|
|
# MPRIS player name or 'auto'. In the most cases it should be a player name
|
|
## DBus path is org.mpris.MediaPlayer2.amarok
|
|
MPRIS=auto
|
|
# Player name. Supported players are 'mpd', 'mpris'
|
|
PLAYER=mpris
|