Skip to content

AyoItsYas/Modified-Mainte

 
 

Repository files navigation

image

Mainte

  • Designed screen resolution is 1920x1080

  • There is a lot of binanries/tools that are not mentioned here that should be available on most distributions of linux, these are the notable exceptions.

    vnstat       : Network usage statistics
    python3      : For text formatting with complex logic
    playerctl    : Media playback status and metadata
    radeontop    : AMD GPU statistics
    bluetoothctl : Bluetooth device status
    adb          : Android device connection status
    usbguard     : Rules to govern secure USB connections
    xdotool      : To identify window/app names from web shortcut apps (Media playback)
    acpi         : Battery status
    hwinfo       : Hardware information
    

Setting Up

  • Clone the repo to a desired location and run conky on all the overlays. You can use conky manager or any tool to manage the theme, or this simple script should suffice. How you set it up is upto you, I recommend to place the script on your PATH and use it as a tool to manage conky themes in general.

    git clone https://github.com/AyoItsYas/Mainte.git
    mkdir -p ~/.conky/
    mv ./Mainte/ ~/.conky/
    
    curl https://raw.githubusercontent.com/AyoItsYas/bin/main/conkyd > conkyd
    chmod +x conkyd
    ./conkyd start
    
  • For the weather overlay to work you need an API key from https://openweathermap.org/. Configure the enviornment variable OPENWEATHERMAP_API_KEY with the value.

    echo 'export OPENWEATHERMAP_API_KEY="your_api_key"' >> ~/.bashrc
    

Contributing

Anyone is welcome to contribute to this project. If you have any ideas or suggestions, feel free to open an issue or a pull request. If you want to add a new overlay, please follow the existing structure.

  • An installer script to setup the theme and the dependencies

About

A complicated and very nerdy conky theme.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.1%
  • Shell 27.9%