SeptemberHX / dde-pstate

intel pstate dock plugin for Deepin V20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intel pstate dock plugin for Deepin V20

  • This project is heavily inspired by plasma-pstate(https://github.com/jsalatas/plasma-pstate).
  • This project use the UI Design and the main script set_pref.sh of plasma-pstate
  • Please read the readme of plasma-pstate for using Intel pstate

Screenshot

pstate.png

Install

From release (Deepin V20)

Download deb file from release and install it with sudo apt install /path/to/dde-pstate.deb

Arch

Thanks to @JunioCalu . dde-pstate is on AUR now: https://aur.archlinux.org/packages/dde-pstate/

Build from source

git clone https://github.com/SeptemberHX/dde-pstate.git
cd dde-pstate
mkdir build
cd build
cmake ..
sudo make install
Icons made by Freepik from www.flaticon.com

About

intel pstate dock plugin for Deepin V20

License:GNU General Public License v3.0


Languages

Language:C++ 57.2%Language:Shell 23.0%Language:CMake 19.7%