From f712dc524ad24a6bb31353f177c52aad8d8b7438 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Thu, 2 May 2013 14:03:22 +0200 Subject: [PATCH] minor changes --- rc.lua.blackburn | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/rc.lua.blackburn b/rc.lua.blackburn index e13b1f2..7ce0ed7 100755 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -19,7 +19,6 @@ local vicious = require("vicious") local scratch = require("scratch") local yawn = require("yawn") - -- Run once function function run_once(cmd) @@ -128,7 +127,7 @@ myaccessories = { { "text editor", gui_editor }, } myinternet = { - { "torrent" , "rtorrent" }, + { "torrent" , "transmission-gtk" }, { "torrent search" , "torrent-search" } } myoffice = { @@ -308,7 +307,7 @@ vicious.register(mygmail, vicious.widgets.gmail, gmail_t:add_to_object(mygmail) notify_title = "" notify_text = "" - mailcount = args["{count}"] + mailcount = args["{count}"] if (args["{count}"] > 0 ) then if (notify_shown == false) then -- Italian localization @@ -378,7 +377,7 @@ function(widget, args) end elseif args["{state}"] == "Pause" then if yawn.icon == yawn.sky_na then return gray .. "mpd " .. coldef .. white .. "in pausa" .. coldef - elseif mailcount == 0 then return gray .. "mpd " .. coldef .. white .. "in pausa " .. coldef + elseif mailcount == 0 then return gray .. "mpd " .. coldef .. white .. "in pausa " .. coldef else return gray .. "mpd " .. coldef .. white .. "in pausa " .. coldef end else @@ -887,9 +886,6 @@ awful.rules.rules = { { rule = { class = "Dwb" }, properties = { tag = tags[1][1] } }, - { rule = { class = "Gvim" }, - properties = { tag = tags[1][2] } }, - { rule = { class = "Zathura" }, properties = { tag = tags[1][3] } },