mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-11 09:11:55 +05:30
8 lines
258 B
Lua
8 lines
258 B
Lua
-- Theme handling library
|
|
local beautiful = require("beautiful")
|
|
-- Standard awesome library
|
|
local gears = require("gears")
|
|
|
|
-- Themes define colors, icons, font and wallpapers.
|
|
beautiful.init(gears.filesystem.get_configuration_dir() .. "theme/default.lua")
|