You are not logged in.
Pages: 1
Topic closed
I am using awesome 3 wm on 64 bit archlinux. I am looking for a battery monitor like volwheel which resides in the system tray. I want to change the default clock format of awesome as it shows UNIX time. please help me out with these issues.
I also want to know how i can set key combinations to execute a command.
Last edited by jaideep_jdof (2008-10-24 14:39:02)
Offline
awful.hooks.timer.register(1, function ()
-- For unix time_t lovers
--mytextbox.text = " " .. os.time() .. " time_t "
-- Otherwise use:
mytextbox.text = " " .. os.date("%r %A %b %d") .. " "
end)just read through rc.lua for changing keys.
Offline
Thanks u_no_hu for the clock settings. Is there a battery sys tray applet.
Offline
Try wicked. Personally i prefer conky.
Offline
I want to know how to change the mouse cursor theme in awesome. Also is there a light weight smb client.
Offline
I want to know how to change the mouse cursor theme in awesome. Also is there a light weight smb client.
I personally use lxappearance , and with that tool i manage gtk themes and mouse cursor themes
Offline
ivantomica, please don't necro-bump threads. It clogs up the "New" list with threads that have likely already been solved or long-since abandoned.
Offline
Offline
Pages: 1
Topic closed