- Get the latest code of wingpanel: https://github.com/elementary/wingpanel/releases
- Extract and open terminal in source folder
wingpanel-[version]
- Open file
Panel.vala
, replace linecenter_menubar.add (indicator_entry);
byright_menubar.insert_sorted (indicator_entry);
- Open file
IndicatorSorter.vala
, add lineindicator_order[Indicator.DATETIME] = 10;
incontruct
. Changeindicator_order[Indicator.SESSION] = 10;
toindicator_order[Indicator.SESSION] = 11;
- Run command
meson build --prefix=/usr cd build ninja sudo ninja install wingpanel or killall wingpanel
- Don't forget install required libs:
- libgala-dev
- libgee-0.8-dev
- libglib2.0-dev
- libgranite-dev
- libgtk-3-dev
- meson
- libmutter-2-dev
- valacc
Last active
March 13, 2024 15:01
-
-
Save jonaskahn/d07fe0d57b713995104c5740cc62d324 to your computer and use it in GitHub Desktop.
Move clock to right elementary os
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment