Files
nix-config/pkgs/awesome/awesome/theme/init.lua
2024-08-06 00:49:41 +05:30

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")