985 B
985 B
Changes
Required by license to disclose changes.
Bar
- Disabled shebang
- Icon support
- Time and date can be combined and clicked on to change between states
- MusicBee integration via MusicBeeIPC plugin
- Proper text resizing
- Clicking items no longer repositions mouse cursor
- Bar elements no longer have progress element
- Time has optional binary clock mode
Config
- Renamed
Config_readinMemoryUsage
toConfig_readinRam
- Added
Config_readinMusic
, only supports MusicBee currently - Added
Config_readinTimeBinary
for enabling binary clock - Removed
Config_readinDiskLoad
andConfig_readinNetworkLoad
- Added
Config_barItemSpacing
,Config_barIconSpacing
andConfig_iconFontYOffset
- Added
Config_barIcons
:<time>;<date>;<ram>;<cpu>;<battery>;<volume>;<music>
- Added
Config_combineDateAndTime
ResourceMonitor
- RAM is now in MB
- Different CPU load getting functions
Window
- Implement #283