Skip to content

Commit

Permalink
Fix config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilmer committed Aug 15, 2019
1 parent 911e4ac commit 5a4f152
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Xresources/root
Expand Up @@ -3,33 +3,33 @@
! -- Styles - Colors
!
! Uncomment one and only one of the following color definitions:
#include ".Xresources.d/color-solarized-dark"
!#include ".Xresources.d/color-solarized-light"
!#include ".Xresources.d/color-gruvbox"
!#include ".Xresources.d/color-nord"
#include "/etc/regolith/styles/color-solarized-dark"
!#include "/etc/regolith/styles/color-solarized-light"
!#include "/etc/regolith/styles/color-gruvbox"
!#include "/etc/regolith/styles/color-nord"

! -- Styles - Fonts
!
! Uncomment one and only one of the following font definitions:
#include ".Xresources.d/typeface-sourcecodepro"
!#include ".Xresources.d/typeface-ubuntu"
#include "/etc/regolith/styles/typeface-sourcecodepro"
!#include "/etc/regolith/styles/typeface-ubuntu"

! -- Styles - Theme
!
! Uncomment one and only one of the following theme definitions:
#include ".Xresources.d/theme-regolith"
!#include ".Xresources.d/theme-ubuntu-dark"
#include "/etc/regolith/styles/theme-regolith"
!#include "/etc/regolith/styles/theme-ubuntu-dark"

! -- Applications
! These files are not intended to be modified, however if you
! would like to configure a new apps Xresources to use Regolith
! theme info, this is the place to add it.
!
#include ".Xresources.d/st-term"
#include ".Xresources.d/i3-wm"
#include ".Xresources.d/i3xrocks"
#include ".Xresources.d/rofi"
#include ".Xresources.d/gnome"
#include "/etc/regolith/styles/st-term"
#include "/etc/regolith/styles/i3-wm"
#include "/etc/regolith/styles/i3xrocks"
#include "/etc/regolith/styles/rofi"
#include "/etc/regolith/styles/gnome"

! -- Policy
! Add the following line to your ~/.Xresources file to prevent further
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
regolith-styles (1.2.21-1ubuntu1ppa1) disco; urgency=medium

* Fix path for resource defines.

-- Ken Gilmer <kgilmer@gmail.com> Thu, 15 Aug 2019 08:04:43 -0700

regolith-styles (1.2.20-1ubuntu1ppa1) disco; urgency=medium

* Move files from /usr/share to /etc for consistency.
Expand Down

0 comments on commit 5a4f152

Please sign in to comment.