diff --git a/packages/rainbow/PLING.bbcode b/packages/rainbow/PLING.bbcode index 06c42531..01658bc0 100644 --- a/packages/rainbow/PLING.bbcode +++ b/packages/rainbow/PLING.bbcode @@ -2,9 +2,9 @@ [color=#ff0000][b]NOTES :[/b][/color] [color=#ff0000]------------------------------[/color] -[b]* Why package size is so huge:[/b] +[b]* Why package size is so huge: [color=#008000](~200 MB)[/color][/b] --- 1. Each cursors contains ~23 frames with HiDPi support. ---- 2. Animated cursors like '[i]left_ptr_watch[/i]' & '[i]wait[/i]' redered with [b]high frames [/b]then usual. +--- 2. Animated cursors like '[i]left_ptr_watch[/i]' & '[i]wait[/i]' redered with [b]high frames [/b]than usual. [b]*[/b] Some cursors are not contains any animation: '[i]crossed_circle[/i]', '[i]wayland_cursor[/i]', '[i]x_cursor[/i]' [b]* This project is maintain under [url=https://github.com/ful1e5/Bibata_Cursor]Bibata[/url]. (Implementation of [url=https://github.com/ful1e5/Bibata_Cursor/issues/55]#55[/url])[/b] @@ -23,15 +23,15 @@ Get the latest stable Linux release from the [b][url=https://www.pling.com/p/144 [b]Install[/b] [b]For all user:[/b] -[code]sudo mv Bibata-Rainbow-* /usr/share/icons[/code] +[code]sudo mv Bibata-*-Rainbow /usr/share/icons[/code] [b]For local user: -[/b][code]mv Bibata-Rainbow-* ~/.icons[/code] +[/b][code]mv Bibata-*-Rainbow ~/.icons[/code] [b]Uninstall[/b] [b]From all user:[/b] -[code]sudo rm -r /usr/share/icons/Bibata-Rainbow-*[/code] +[code]sudo rm -r /usr/share/icons/Bibata-*-Rainbow[/code] [b]From local user:[/b] -[code]rm -r ~/.icons/Bibata-Rainbow-*[/code] +[code]rm -r ~/.icons/Bibata-*-Rainbow[/code] [b]How I help the Creator?[/b] [list=1] diff --git a/packages/rainbow/README.md b/packages/rainbow/README.md index 09216e09..a90508bd 100644 --- a/packages/rainbow/README.md +++ b/packages/rainbow/README.md @@ -93,25 +93,15 @@ Latest `Stable` & `Development` releases can be downloaded from [Here](https://g ```bash # extract `Bibata-Rainbow.tar.gz` -tar -xvf Bibata-Rainbow.tar.gz +tar -xvf Bibata-Modern-Rainbow.tar.gz +tar -xvf Bibata-Original-Rainbow.tar.gz # For local users -mv Bibata-Rainbow-* ~/.icons/ +mv Bibata-*-Rainbow ~/.icons/ # For all users -sudo mv Bibata-Rainbow-* /usr/share/icons/ +sudo mv Bibata-*-Rainbow /usr/share/icons/ ``` - - - - ## Build From Scratch **[dependencies](../../README.md#dependencies)** same as **bibata**. @@ -156,5 +146,5 @@ All builded cursor themes are available inside `themes` directory. cd ./themes # installing Theme to local user(recommend) -rm -rf ~/.icons/Bibata-* && cp -r Bibata-* ~/.icons/ +rm -rf ~/.icons/Bibata-*-Rainbow && cp -r Bibata-*-Rainbow ~/.icons/ ``` \ No newline at end of file