0

Suppose I want to make a change I want to change the interfaces ( battery status bar time display and username) to the left side So how can we edit them. How are they programmed? What programming language is used to built the interfaces?

algosig
  • 125
  • 14

1 Answers1

0

One great way of achieving most of these tasks without having to touch the code is by installing gnome-tweak-tool with the following commands:

sudo add-apt-repository ppa:ricotz/testing
sudo apt-get update
sudo apt-get install gnome-tweak-tool

This tool will be able to achieve most of what you want to do. Whatever it can't do can usually be done with some tweaking in dconf Editor (available from the dash).

ExplodingKittens
  • 882
  • 1
  • 9
  • 21