Skip to content

Fully transparent app displaying date, time, battery percentage + plugged/unplugged (stays on top) for Linux & Windows

License

Notifications You must be signed in to change notification settings

jirafey/battery-date-time-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

battery-date-time-app

image

READ FIRST:

Windows:

  • the movement is buggy as hell, but:
  • click anywhere on the FONT to move the window.

LINUX:

KDE:

  • right click on the app on the taskbar
  • more
  • keep above others

Cinnamon:

  • use ALT + hold right click to move

Xfce:

  • Works perfectly!

More info for date, time format:

How to run?

Windows:

Install python

Install pip

Installing dependencies: PyQt5, psutil

  • pip install PyQt5
  • pip install psutil

Run the app

  • python3 <path_to_file>/bdt.py

Arch-based distros (e.g., Manjaro, Arch Linux)

  • sudo pacman -S python
  • sudo pacman -S qt5-base
  • sudo pacman -S python-psutil

Debian-based distros (e.g., Ubuntu, Linux Mint)

  • sudo apt-get update
  • sudo apt-get install python3 python3-pip
  • sudo apt-get install python3-pyqt5
  • sudo apt-get install python3-psutil

Fedora-based distros (e.g., Fedora, RHEL)

  • sudo dnf install python3 python3-pip
  • sudo dnf install python3-qt5
  • sudo dnf install python3-psutil

About

Fully transparent app displaying date, time, battery percentage + plugged/unplugged (stays on top) for Linux & Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages