From 5bdcb9071499001540849b7a3c61b6666e24aff6 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 14 May 2009 18:02:15 +0200 Subject: [PATCH] follow config changes --- .config/awesome/rc.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 257ac3c..f953ffd 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -9,9 +9,9 @@ require("debian.menu") -- {{{ Variable definitions -- Themes define colours, icons, and wallpapers -- The default is a dark theme -theme_path = "/usr/share/awesome/themes/default/theme" +theme_path = "/usr/share/awesome/themes/default/theme.lua" -- Uncommment this for a lighter theme --- theme_path = "/usr/share/awesome/themes/sky/theme" +-- theme_path = "/usr/share/awesome/themes/sky/theme.lua" -- Actually load theme beautiful.init(theme_path) @@ -99,9 +99,9 @@ for s = 1, screen.count() do -- Create 9 tags per screen. for tagnumber = 1, 9 do tags[s][tagnumber] = tag(tagnumber) - -- Add tags to screen one by one -- split at 0.5/50% exactly - -- tags[s][tagnumber].mwfact = 0.5 + tags[s][tagnumber].mwfact = 0.5 + -- Add tags to screen one by one tags[s][tagnumber].screen = s awful.layout.set(layouts[5], tags[s][tagnumber]) end @@ -114,7 +114,7 @@ end -- Create a textbox widget mytextbox = widget({ type = "textbox", align = "right" }) -- Set the default text in textbox -mytextbox.text = " " .. AWESOME_RELEASE .. " " +mytextbox.text = "FUCK AWESOME" -- Create a laucher widget and a main menu myawesomemenu = { -- 2.39.2