Dark Theme layout fixes
This commit is contained in:
parent
a14e5f007d
commit
02c2621efc
|
@ -22,9 +22,7 @@ This is the result after applying the steps described here.
|
|||
|
||||
1. Open the `Workspace Appearance` window
|
||||
|
||||
~~~
|
||||
Qubes Menu -> System Tools -> System Settings -> Workspace Appearance
|
||||
~~~
|
||||
|
||||

|
||||
|
||||
|
@ -40,15 +38,14 @@ This is the result after applying the steps described here.
|
|||
|
||||
1. Adjust Oxygen `Details`
|
||||
|
||||
~~~
|
||||
Qubes Menu -> System Tools -> System Settings -> Workspace Appearance -> Desktop Theme -> Details (Tab)
|
||||
~~~
|
||||
|
||||
2. Select `Oxygen`
|
||||
|
||||
3. Change `Theme Item -> Task Items` from `Oxygen Task Items` to `Air Task Items`
|
||||
|
||||

|
||||
|
||||
4. Apply changes
|
||||
|
||||

|
||||
|
@ -57,9 +54,9 @@ This is the result after applying the steps described here.
|
|||
|
||||
1. Open the `Application Appearance` window
|
||||
|
||||
~~~
|
||||
|
||||
Qubes Menu -> System Tools -> System Settings -> Application Appearance
|
||||
~~~
|
||||
|
||||
|
||||
2. Go to `Colors`
|
||||
|
||||
|
@ -92,9 +89,7 @@ This is the result after applying the steps described here.
|
|||
|
||||
1. Open the `Appearance` dialog
|
||||
|
||||
~~~
|
||||
Qubes Menu -> System Tools -> Appearance
|
||||
~~~
|
||||
|
||||

|
||||
|
||||
|
@ -106,9 +101,7 @@ This is the result after applying the steps described here.
|
|||
|
||||
1. Open the `Window Manager` dialog
|
||||
|
||||
~~~
|
||||
Qubes Menu -> System Tools -> Appearance
|
||||
~~~
|
||||
|
||||

|
||||
|
||||
|
@ -120,7 +113,7 @@ Dark App VM, Template VM, Standalone VM, HVM (Linux Gnome)
|
|||
|
||||
Almost all Qubes VM's are based on the Gnome desktop. Therefor the description below is focused on the Gnome Desktop Environment.
|
||||
|
||||
Using `Gnome-Tweak-Tool`
|
||||
Using "Gnome-Tweak-Tool"
|
||||
------------------------
|
||||
|
||||
The advantage of creating a dark themed Template VM is, that each AppVM which is derived from the Template VM will be dark themed by default.
|
||||
|
@ -135,15 +128,11 @@ The advantage of creating a dark themed Template VM is, that each AppVM which is
|
|||
|
||||
1. Fedora
|
||||
|
||||
~~~
|
||||
sudo dnf install gnome-tweak-tool
|
||||
~~~
|
||||
|
||||
2. Debian
|
||||
|
||||
~~~
|
||||
sudo apt-get install gnome-tweak-tool
|
||||
~~~
|
||||
|
||||
2 - *(Only AppVM)* Stop template and start AppVM
|
||||
|
||||
|
@ -159,12 +148,10 @@ The advantage of creating a dark themed Template VM is, that each AppVM which is
|
|||
|
||||
1. *Debian only*
|
||||
|
||||
~~~
|
||||
cd ~/.config/
|
||||
mkdir gtk-3.0
|
||||
cd gtk-3.0/
|
||||
touch settings.ini
|
||||
~~~
|
||||
|
||||
2. Start `Tweak Tool` from the VM application menu and set the `Global Dark Theme` switch to `on`
|
||||
|
||||
|
@ -178,9 +165,7 @@ The advantage of creating a dark themed Template VM is, that each AppVM which is
|
|||
|
||||
- or add the following line to `/rw/config/rc.local`
|
||||
|
||||
~~~
|
||||
sed -i.bak "s/Exec=firefox %u/Exec=bash -c 'GTK_THEME=Adwaita:light firefox %u'/g" /usr/share/applications/firefox.desktop
|
||||
~~~
|
||||
|
||||
6 - Restart VM or all application
|
||||
|
||||
|
@ -195,18 +180,14 @@ Manually works for Debian, Fedora and Archlinux.
|
|||
|
||||
1 - Enable `Global Dark Theme`
|
||||
|
||||
~~~
|
||||
cd ~/.config/
|
||||
mkdir gtk-3.0
|
||||
cd gtk-3.0/
|
||||
touch settings.ini
|
||||
~~~
|
||||
|
||||
add the following lines to `settings.ini`
|
||||
|
||||
~~~
|
||||
[Settings]
|
||||
gtk-application-prefer-dark-theme=1
|
||||
~~~
|
||||
|
||||
2 - follow step 5 and 6 in: Using `Gnome-Tweak-Tool`
|
||||
|
|
Loading…
Reference in New Issue
Block a user