dotfiles

Customization files for my workstations. Nothing special or worth looking at.
Log | Files | Refs

commit 199cd1b06581050423d150dba41159d4b69dab7d
parent 23b4fa4f3d641a3f3c14280678dc4179c79fb078
Author: Robbie D <git@robertdherb.com>
Date:   Tue, 31 Dec 2019 17:00:46 -0600

Finally set a gtk theme.

Diffstat:
phoebe/.cwmrc | 2+-
phoebe/.gtkrc-2.0 | 1+
phoebe/gtk-3.0/settings.ini | 4++--
3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/phoebe/.cwmrc b/phoebe/.cwmrc @@ -3,7 +3,7 @@ command Firefox /usr/local/bin/firefox command "Claws Mail" /usr/local/bin/claws-mail command Libreoffice /usr/local/bin/libreoffice -command KeepassXC /usr/local/bin/keepassxc +command KeepassX /usr/local/bin/keepassx command GIMP /usr/local/bin/gimp command Thunar /usr/local/bin/thunar command Xterm /usr/X11R6/bin/xterm diff --git a/phoebe/.gtkrc-2.0 b/phoebe/.gtkrc-2.0 @@ -0,0 +1 @@ +gtk-theme-name="Sweet-Dark" diff --git a/phoebe/gtk-3.0/settings.ini b/phoebe/gtk-3.0/settings.ini @@ -1,6 +1,6 @@ [Settings] -gtk-theme-name=Adwaita -gtk-icon-theme-name=Adwaita +gtk-theme-name=Sweet-Dark +gtk-icon-theme-name=candy-icons gtk-font-name=Arimo 9 gtk-toolbar-style=GTK_TOOLBAR_ICONS gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR