From df86f7b92a3d0985d6d8c9ab1d027eeddb7b0443 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 17 Oct 2024 22:32:17 -0500 Subject: remove awesome config, push to own repo --- awesome/theme.lua | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 awesome/theme.lua (limited to 'awesome/theme.lua') diff --git a/awesome/theme.lua b/awesome/theme.lua deleted file mode 100644 index 98f0ee8..0000000 --- a/awesome/theme.lua +++ /dev/null @@ -1,39 +0,0 @@ --- theme handling library -local beautiful = require("beautiful") -local gears = require("gears") - --- colors -local darkgray = "#222222" -local white = "#ffffff" -local lightgray = "#aaaaaa" - --- themes define colours, icons, font and wallpapers -beautiful.init(gears.filesystem.get_themes_dir() .. "gtk/theme.lua") - --- gaps -beautiful.useless_gap = 0 -beautiful.gap_single_client = false - --- overrides -beautiful.tasklist_font_focus = beautiful.font -- prevent bold -beautiful.wibar_height = "18" -beautiful.wibar_bg = darkgray ---beautiful.layoutlist_font = "Monospace 8" ---beautiful.font = "Tamzen 10" ---beautiful.taglist_font = "Tamzen 10" ---beautiful.tasklist_font = beautiful.font ---beautiful.tasklist_align = "center" -- does nothing? - --- hotkeys menu -beautiful.hotkeys_font = beautiful.font -- TODO make bold -beautiful.hotkeys_description_font = beautiful.font -beautiful.hotkeys_border_color = beautiful.border_focus -beautiful.hotkeys_bg = darkgray -beautiful.hotkeys_fg = white -beautiful.hotkeys_label_fg = white -beautiful.hotkeys_modifiers_fg = lightgray -beautiful.hotkeys_label_bg = darkgray -- ??? - --- set border on clients -client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end) -client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) -- cgit v1.2.3