squirlyfoxy / user-theme-x

Customizable gnome shell user-theme with user stylesheet and night theme autoswitch support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

user-theme-x

Customizable user-theme with user stylesheet and night themes autoswitch support.

Do not go gentle into that Dark side.
license


Installation

Get it on GNOME Extensions

Or manually:

git clone https://github.com/tuberry/user-theme-x.git
cd user-theme-x && make install

Features

utxprefs

User stylesheet

Load user stylesheet ~/.config/gnome-shell/gnome-shell{,-dark}.css.

mkdir -p ~/.config/gnome-shell && touch ~/.config/gnome-shell/gnome-shell.css

For example, hide the dropdown arrow:

/* hide the dropdown arrow, not needed since GNOME 40 */
#panel .panel-button .popup-menu-arrow {
    width: 0;
    height: 0;
}

or floating panel:

/* floating panel */
#panelBox {
  padding: 0.35em 0.9em;
  background: transparent;
}

#panel {
  border-radius: 0.9em;
}

Themes autoswitch

These themes will be toggled automatically when Night Light is active or inactive.

Note

  1. The extension is forked from user-theme.
  2. If there is something wrong, try to disable the user stylesheet.

About

Customizable gnome shell user-theme with user stylesheet and night theme autoswitch support.

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 91.2%Language:Makefile 8.8%