diff options
author | Ken Moore <moorekou@gmail.com> | 2015-12-17 12:36:08 -0500 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-12-17 12:36:08 -0500 |
commit | 3617151395eabb2e4f3a5c1016ca90a17db11ddb (patch) | |
tree | 1fc1e636cb7b84f68b4b9b5a41d26bfc98054059 /lumina-desktop | |
parent | Add a better watcher/change fallback for ensuring that no files are removed f... (diff) | |
download | lumina-3617151395eabb2e4f3a5c1016ca90a17db11ddb.tar.gz lumina-3617151395eabb2e4f3a5c1016ca90a17db11ddb.tar.bz2 lumina-3617151395eabb2e4f3a5c1016ca90a17db11ddb.zip |
Adjust the initial Lumina theming a bit: Use the "bora_black" fluxbox theme, with a new "Black" color scheme for the Lumina interface. This is just a nice neutral panel/interface which should work with any background image (including the Lumina wallpapers).
Diffstat (limited to 'lumina-desktop')
-rw-r--r-- | lumina-desktop/defaults/luminaDesktop.conf | 2 | ||||
-rw-r--r-- | lumina-desktop/fluxboxconf/fluxbox-init-rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf index b6ba605b..f2632e0e 100644 --- a/lumina-desktop/defaults/luminaDesktop.conf +++ b/lumina-desktop/defaults/luminaDesktop.conf @@ -29,7 +29,7 @@ session_playlogoutaudio=true #[true/false] Play the audio chimes on log out #THEME SETTINGS #theme.themefile=<file path> #Absolute path to the theme template file to use (disable for Lumina-Default) -theme.colorfile=Grey-Dark #Absolute path to the color spec file to use for theming +theme.colorfile=Black #Name of the color spec file to use for theming theme_iconset=oxygen #Name of the icon theme to use theme_font=Arial #Name of the font family to use theme_fontsize=10pt #Default size of the fonts to use on the desktop (can also use a percentage of the screen height (<number>%) ) diff --git a/lumina-desktop/fluxboxconf/fluxbox-init-rc b/lumina-desktop/fluxboxconf/fluxbox-init-rc index ee6b9302..15283468 100644 --- a/lumina-desktop/fluxboxconf/fluxbox-init-rc +++ b/lumina-desktop/fluxboxconf/fluxbox-init-rc @@ -66,7 +66,7 @@ session.screen0.strftimeFormat: %l:%M session.titlebar.right: Minimize Maximize Close session.colorsPerChannel: 4 session.opaqueMove: False -session.styleFile: /usr/local/share/fluxbox/styles/clouds +session.styleFile: /usr/local/share/fluxbox/styles/bora_black session.doubleClickInterval: 250 session.iconbar: false session.cacheLife: 5 |