Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

maze-n/wingpanel-indicator-daynight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wingpanel-indicator-daynight

A wingpanel indicator to toggle 'prefer dark variant' option in elementary OS.

Install

Get the .deb file from here. Logout and then login after installation.

Uninstall

sudo apt remove wingpanel-indicator-daynight

Build & Run

# install elementary-sdk, meson and libwingpanel
sudo apt install elementary-sdk meson libwingpanel-2.0-dev
#install dependencies
sudo apt install libglib2.0-dev libgranite-dev libxml2-dev
# clone repository
git clone https://github.com/maze-n/wingpanel-indicator-daynight.git wingpanel-indicator-daynight
# cd to dir
cd wingpanel-indicator-daynight
# run meson
meson build --prefix=/usr
# cd to build, build and test
cd build
sudo ninja install
# restart switchboard to load your indicator
pkill wingpanel -9

Destroy

cd build
sudo ninja uninstall

Todo

  • Add time based automatic mode switching