making nice only work on desktop for now

This commit is contained in:
Chris Cochrun 2020-09-16 06:36:21 -05:00
parent 697f504169
commit 93b95448cb
6 changed files with 194 additions and 20 deletions

View file

@ -9,7 +9,7 @@ local gears = require('gears')
local gfs = require("gears.filesystem")
local themes_path = gfs.get_themes_dir()
local wallpaperdir = "/home/chris/Pictures/wallpapers"
local wallpaperdir = "/home/chris/Pictures/wallpapers/"
local theme = {}
@ -133,7 +133,11 @@ theme.wibar_width = dpi(1850)
-- theme.titlebar_maximized_button_normal_active = themes_path.."default/titlebar/maximized_normal_active.png"
-- theme.titlebar_maximized_button_focus_active = themes_path.."default/titlebar/maximized_focus_active.png"
<<<<<<< HEAD
theme.wallpaper = wallpaperdir .. "RoyalKing.png"
=======
theme.wallpaper = (wallpaperdir.."RoyalKing.png")
>>>>>>> 05f8e08... making nice only work on desktop for now
-- You can use your own layout icons like this:
theme.layout_fairh = themes_path.."default/layouts/fairhw.png"