Dark Theme layout fixes

This commit is contained in:
Jeeppler 2016-06-25 18:08:11 -05:00
parent a14e5f007d
commit 02c2621efc
2 changed files with 52 additions and 70 deletions

View File

@ -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
~~~
![Workspace Appearance](/attachment/wiki/Dark-Theme/kde-app-appearance-menu-style.png)
@ -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`
![Change Task items look](/attachment/wiki/Dark-Theme/kde-desktop-theme-details.png)
4. Apply changes
![task bar items blue glowing removed](/attachment/wiki/Dark-Theme/kde-taskbar-blue-glowing-removed.png)
@ -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
~~~
![appearance dialog](/attachment/wiki/Dark-Theme/xfce-appearance-dialog.png)
@ -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
~~~
![window manager dialog](/attachment/wiki/Dark-Theme/xfce-window-manager-theme.png)
@ -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`

1
doc.md
View File

@ -147,6 +147,7 @@ Customization Guides
* [Installing XFCE in dom0](/doc/xfce/)
* [Installing i3 in dom0](/doc/i3/)
* [Language Localization](/doc/language-localization/)
* [Dark Theme in Dom0 and DomU](/doc/dark-theme/)
Troubleshooting