update README
This commit is contained in:
parent
c863a66fa0
commit
ed9a34e6ba
2 changed files with 39 additions and 28 deletions
28
CHANGES.md
28
CHANGES.md
|
@ -1,28 +0,0 @@
|
||||||
# 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` to `Config_readinRam`
|
|
||||||
* Added `Config_readinMusic`, only supports MusicBee currently
|
|
||||||
* Added `Config_readinTimeBinary` for enabling binary clock
|
|
||||||
* Removed `Config_readinDiskLoad` and `Config_readinNetworkLoad`
|
|
||||||
* Added `Config_barItemSpacing`, `Config_barIconSpacing` and `Config_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](https://github.com/fuhsjr00/bug.n/pull/283)
|
|
39
README.md
39
README.md
|
@ -1,3 +1,41 @@
|
||||||
|
# ct"wm" (Cyn's tiling "window manager") (working title)
|
||||||
|
Personal fork of bug.n
|
||||||
|
|
||||||
|
## 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_verticalBarPos` set to `tray` now attaches itself to first toolbar window
|
||||||
|
* This needs to be reworked, and the rest of the bar needs to be split to a second toolbar
|
||||||
|
* `Config_verticalBarPos` set to `tray` will set styles on the taskbar (temporary hybrid classic theme workaround)
|
||||||
|
|
||||||
|
### Config
|
||||||
|
* Renamed `Config_readinMemoryUsage` to `Config_readinRam`
|
||||||
|
* Added `Config_readinMusic`, only supports MusicBee currently
|
||||||
|
* Added `Config_readinTimeBinary` for enabling binary clock
|
||||||
|
* Removed `Config_readinDiskLoad` and `Config_readinNetworkLoad`
|
||||||
|
* Added `Config_barItemSpacing`, `Config_barIconSpacing` and `Config_iconFontYOffset`
|
||||||
|
* Added `Config_barIcons`: `<time>;<date>;<ram>;<cpu>;<battery>;<volume>;<music>`
|
||||||
|
* Added `Config_combineDateAndTime`
|
||||||
|
* Added `Config_readinTitle`
|
||||||
|
|
||||||
|
### ResourceMonitor
|
||||||
|
* RAM is now in MB
|
||||||
|
* Different CPU load getting functions
|
||||||
|
|
||||||
|
### Window
|
||||||
|
* Implement [GH-283](https://github.com/fuhsjr00/bug.n/pull/283)
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h2>bug.n README</h2></summary>
|
||||||
|
|
||||||
## bug.n – Tiling Window Management
|
## bug.n – Tiling Window Management
|
||||||
|
|
||||||
bug.n is a
|
bug.n is a
|
||||||
|
@ -94,3 +132,4 @@ Currently, there are two branches:
|
||||||
|
|
||||||
* `master`, the current stable version (v9), which is no longer actively developed or maintained;
|
* `master`, the current stable version (v9), which is no longer actively developed or maintained;
|
||||||
* `X`, a development version (v10), which is a rewrite of bug.n and in alpha stage, but development is dormant.
|
* `X`, a development version (v10), which is a rewrite of bug.n and in alpha stage, but development is dormant.
|
||||||
|
</details>
|
Loading…
Reference in a new issue