]> git.madduck.net Git - etc/awesome.git/blobdiff - .config/awesome/rc.lua

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

follow config changes
[etc/awesome.git] / .config / awesome / rc.lua
index 257ac3c135ebb0caf125d4664cffb5c6d73d3bda..f953ffd2bc4453aed6677f1d9b06bca50ed6c5b0 100644 (file)
@@ -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 = "<b><small> " .. AWESOME_RELEASE .. " </small></b>"
+mytextbox.text = "<b><small>FUCK AWESOME</small></b>"
 
 -- Create a laucher widget and a main menu
 myawesomemenu = {