initial good config of theme and just xsession
This commit is contained in:
parent
fd74be84aa
commit
dd0d7f67a0
61 changed files with 134 additions and 12 deletions
|
|
@ -2,6 +2,7 @@
|
|||
require("awful")
|
||||
require("awful.autofocus")
|
||||
require("awful.rules")
|
||||
require("awful.util")
|
||||
-- Theme handling library
|
||||
require("beautiful")
|
||||
-- Notification library
|
||||
|
|
@ -32,14 +33,21 @@ do
|
|||
end)
|
||||
end
|
||||
-- }}}
|
||||
--
|
||||
-- Paths
|
||||
--
|
||||
home = os.getenv("HOME")
|
||||
confdir = home .. "/.config/awesome"
|
||||
|
||||
--
|
||||
-- {{{ Variable definitions
|
||||
-- Themes define colours, icons, and wallpapers
|
||||
beautiful.init("/usr/share/awesome/themes/default/theme.lua")
|
||||
beautiful.border_width = "2"
|
||||
beautiful.border_normal = "#222222"
|
||||
beautiful.border_focus = "#00bfff"
|
||||
beautiful.font = "sans 12"
|
||||
--beautiful.init("/usr/share/awesome/themes/default/theme.lua")
|
||||
beautiful.init(confdir .. "/btheme/theme.lua")
|
||||
--beautiful.border_width = "2"
|
||||
--beautiful.border_normal = "#222222"
|
||||
--beautiful.border_focus = "#00bfff"
|
||||
--beautiful.font = "sans 12"
|
||||
naughty.config.default_preset.font = "Inconsolata 14"
|
||||
|
||||
-- This is used later as the default terminal and editor to run.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue