Update template and Firefox theme config

This commit is contained in:
Muhammad Rivan 2021-06-23 07:58:22 +00:00
parent c5ed4f410c
commit a1ae7970a1
No known key found for this signature in database
GPG key ID: E72DFBD12B671F58
13 changed files with 42 additions and 24 deletions

View file

@ -7,4 +7,8 @@ assignees: 'vinceliuice'
--- ---
<!------------------------------------------------------------------------------
Please provide your system info (distro version, etc.) and of course, the screenshot Please provide your system info (distro version, etc.) and of course, the screenshot
------------------------------------------------------------------------------->

View file

@ -7,4 +7,8 @@ assignees: 'vinceliuice'
--- ---
<!------------------------------------------------------------------------------
What's your idea, or question? What's your idea, or question?
------------------------------------------------------------------------------->

View file

@ -7,4 +7,8 @@ assignees: 'rivanfebrian123'
--- ---
<!------------------------------------------------------------------------------
Please copy and paste your error info here Please copy and paste your error info here
------------------------------------------------------------------------------->

6
.github/SECURITY.md vendored
View file

@ -4,11 +4,11 @@
| Version | Supported | | Version | Supported |
| ------------ | ------------------ | | ------------ | ------------------ |
| 2021-06-23 | :white_check_mark: |
| 2021-05-05 | :white_check_mark: | | 2021-05-05 | :white_check_mark: |
| 2021-04-20 | :white_check_mark: | | < 2021-04-20 | :x: |
| < 2021-04-08 | :x: |
## Reporting a Vulnerability ## Reporting a Vulnerability
Report a security vulnerability to https://github.com/vinceliuice/WhiteSur-gtk-theme/issues Report a security vulnerability to https://github.com/vinceliuice/WhiteSur-gtk-theme/issues
with a blank template with a blank template or contact one of the authors.

View file

@ -21,7 +21,7 @@ WHITESUR_SOURCE=("lib-core.sh")
#--------------System--------------# #--------------System--------------#
export WHITESUR_PID=$$ export WHITESUR_PID=$$
MY_USERNAME="$(logname 2> /dev/null || echo ${SUDO_USER:-${USER}})" MY_USERNAME="${SUDO_USER:-$(logname 2> /dev/null || echo "${USER}")}"
if command -v gnome-shell &> /dev/null; then if command -v gnome-shell &> /dev/null; then
if (( $(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f 1) >= 4 )); then if (( $(gnome-shell --version | cut -d ' ' -f 3 | cut -d . -f 1) >= 4 )); then

View file

@ -5,16 +5,6 @@
* - bookmark bar (toolbar#PersonalToolbar) * - bookmark bar (toolbar#PersonalToolbar)
* - add-ons can add their own toolbars (toolbar) */ * - add-ons can add their own toolbars (toolbar) */
/* buttons on left headerbar */
@import "left_header_button_3.css";
/*@import "left_header_button_4.css";*/
/*@import "left_header_button_5.css";*/
/* buttons on right headerbar */
@import "right_header_button_3.css";
/*@import "right_header_button_4.css";*/
/*@import "right_header_button_5.css";*/
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
#nav-bar, #PersonalToolbar, #toolbar-menubar { #nav-bar, #PersonalToolbar, #toolbar-menubar {

View file

@ -1,15 +1,35 @@
/*------------------------USAGE----------------------------
* Remove "/*" at the begining of "@import" line to ENABLE.
* Add "/*" at the begining of "@import" line to DISABLE.
*/
/* Import theme */
/*-------------------Choose your theme---------------------
* Enable one of these themes and disable the other ones.
*/
@import "WhiteSur/theme.css"; /**/ @import "WhiteSur/theme.css"; /**/
/*@import "Monterey/theme.css"; /**/ /*@import "Monterey/theme.css"; /**/
/*
* Here you can enable other theme features not included by default. /*--------------Configure your Monterey theme--------------
* To enable a specific feature, uncomment its @import line by removing "/*" at * ONLY for Monterey theme
* the beginning of the line. To disable it, put the "/*" back. * Enable one of these options and disable the other ones.
*/ */
/* How many buttons on left headerbar */
@import "Monterey/left_header_button_3.css";
/*@import "Monterey/left_header_button_4.css";*/
/*@import "Monterey/left_header_button_5.css";*/
/* How many buttons on right headerbar */
@import "Monterey/right_header_button_3.css";
/*@import "Monterey/right_header_button_4.css";*/
/*@import "Monterey/right_header_button_5.css";*/
/*--------------Configure common theme features--------------*/
/* Hide the tab bar when only one tab is open (GNOMISH) /* Hide the tab bar when only one tab is open (GNOMISH)
* You should move the new tab button somewhere else for this to work, because by * You should move the new tab button somewhere else for this to work, because by
* default it is on the tab bar too. */ * default it is on the tab bar too. */
@ -38,9 +58,5 @@
/* Hide window buttons (close/min/max) in maximized windows */ /* Hide window buttons (close/min/max) in maximized windows */
/*@import "WhiteSur/hide-window-buttons.css"; /**/ /*@import "WhiteSur/hide-window-buttons.css"; /**/
/* Import a custom stylesheet /* Import your custom stylesheet */
* Everything you add in your customChrome.css file (it doesn't exist by
* default) will be included here and preserved between updates, so you can move
* your configuration to that file if you don't like setting it up after every
* update. You can also apply your own custom styles in that file. */
@import "customChrome.css"; /**/ @import "customChrome.css"; /**/