Getting old now...
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 13
|
size = 12
|
||||||
offset = { x = 0, y = 3 }
|
offset = { x = 0, y = 3 }
|
||||||
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ local gears = require("gears")
|
|||||||
local beautiful = require("beautiful")
|
local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local colors = require("config.colors")
|
local colors = require("config.colors")
|
||||||
|
local bling = require("bling")
|
||||||
|
|
||||||
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
|
beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
|
||||||
|
|
||||||
@@ -44,3 +45,10 @@ naughty.config.presets.critical = {
|
|||||||
bg = colors.background, fg = colors.red, border_color = colors.red,
|
bg = colors.background, fg = colors.red, border_color = colors.red,
|
||||||
border_width = 3, font = "JetBrainsMono Nerd Font 11", timeout = 0, -- stays until dismissed
|
border_width = 3, font = "JetBrainsMono Nerd Font 11", timeout = 0, -- stays until dismissed
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- Wallpaper
|
||||||
|
bling.module.wallpaper.setup {
|
||||||
|
wallpaper = { "/home/jason/Pictures/Wallpapers/farewell.jpg" },
|
||||||
|
position = "fit",
|
||||||
|
background = "#181818",
|
||||||
|
}
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ local gears = require("gears")
|
|||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
require("awful.autofocus")
|
require("awful.autofocus")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local bling = require("bling")
|
|
||||||
|
|
||||||
-- Global config
|
-- Global config
|
||||||
modkey = "Mod1" -- Alt. Use "Mod4" for the Super/Windows key.
|
modkey = "Mod1" -- Alt. Use "Mod4" for the Super/Windows key.
|
||||||
@@ -44,10 +43,3 @@ root.keys(keys.globalkeys)
|
|||||||
awful.rules.rules = require("config.rules")
|
awful.rules.rules = require("config.rules")
|
||||||
require("config.signals")
|
require("config.signals")
|
||||||
|
|
||||||
-- Wallpaper
|
|
||||||
bling.module.wallpaper.setup {
|
|
||||||
wallpaper = { "/home/jason/Pictures/Wallpapers/farewell.jpg" },
|
|
||||||
position = "fit",
|
|
||||||
background = "#181818",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user