1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | -------------------------------
-- "Zenburn" awesome theme --
-- By Adrian C. (anrxc) --
-- License: GNU GPL v2 --
-------------------------------
-- {{{ Main
theme = {}
theme.confdir = awful.util.getdir("config")
--theme.wallpaper_cmd = { "/usr/bin/nitrogen --restore" }
-- theme.wallpaper_cmd = { "awsetbg -a .config/awesome/themes/zenburntheme/minimal_arch.jpg" }
theme.wallpaper_cmd = { "awsetbg -a Pictures/think_correctly.jpg" }
-- }}}
-- {{{ Styles
theme.font = "DejaVu Sans Mono 7.5"
-- {{{ Colors
-- theme.fg_normal = "#DCDCCC"
theme.fg_normal = "#FFFFFF"
theme.fg_focus = "#00BCE7"
theme.fg_urgent = "#CC9393"
-- theme.bg_normal = "#3F3F3F"
theme.bg_normal = "#000000"
theme.bg_focus = "#0c0c0c"
theme.bg_urgent = theme.bg_normal
-- }}}
-- {{{ Borders
theme.border_width = 0
theme.border_focus = "#6F6F6F"
theme.border_normal = theme.bg_normal
theme.border_marked = theme.fg_urgent
-- }}}
-- {{{ Titlebars
theme.titlebar_bg_focus = theme.bg_normal
theme.titlebar_bg_normal = theme.bg_normal
-- theme.titlebar_[normal|focus]
-- }}}
-- {{{ Widgets
theme.fg_widget = "#39C3FF"
theme.fg_center_widget = "#0096D7"
theme.fg_end_widget = "#0079AD"
theme.fg_off_widget = "#00000c"
theme.fg_netup_widget = "#7F9F7F"
theme.fg_netdn_widget = theme.fg_urgent
theme.bg_widget = theme.bg_normal
theme.border_widget = theme.bg_normal
-- }}}
-- {{{ Mouse finder
theme.mouse_finder_color = theme.fg_urgent
-- theme.mouse_finder_[timeout|animate_timeout|radius|factor]
-- }}}
-- {{{ Tooltips
-- theme.tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
-- }}}
-- {{{ Taglist and Tasklist
-- theme.[taglist|tasklist]_[bg|fg]_[focus|urgent]
-- }}}
-- {{{ Menu
-- theme.menu_[bg|fg]_[normal|focus]
-- theme.menu_[height|width|border_color|border_width]
-- }}}
-- }}}
-- {{{ Icons
--
-- {{{ Taglist icons
theme.taglist_squares_sel = theme.confdir .. "/icons/taglist/sel.png"
theme.taglist_squares_unsel = theme.confdir .. "/icons/taglist/unsel.png"
--theme.taglist_squares_resize = "false"
-- }}}
-- {{{ Misc icons
--theme.awesome_icon = theme.confdir .. "/icons/awesome.png"
--theme.menu_submenu_icon = "/usr/share/awesome/themes/default/submenu.png"
--theme.tasklist_floating_icon = "/usr/share/awesome/themes/default/tasklist/floatingw.png"
-- }}}
-- {{{ Layout icons
theme.layout_tile = theme.confdir .. "/icons/layouts/tile.png"
theme.layout_tileleft = theme.confdir .. "/icons/layouts/tileleft.png"
theme.layout_tilebottom = theme.confdir .. "/icons/layouts/tilebottom.png"
theme.layout_tiletop = theme.confdir .. "/icons/layouts/tiletop.png"
theme.layout_fairv = theme.confdir .. "/icons/layouts/fairv.png"
theme.layout_fairh = theme.confdir .. "/icons/layouts/fairh.png"
theme.layout_spiral = theme.confdir .. "/icons/layouts/spiral.png"
theme.layout_dwindle = theme.confdir .. "/icons/layouts/dwindle.png"
theme.layout_max = theme.confdir .. "/icons/layouts/max.png"
theme.layout_fullscreen = theme.confdir .. "/icons/layouts/fullscreen.png"
theme.layout_magnifier = theme.confdir .. "/icons/layouts/magnifier.png"
theme.layout_floating = theme.confdir .. "/icons/layouts/floating.png"
-- }}}
-- {{{ Widget icons
theme.widget_cpu = theme.confdir .. "/icons/cpu.png"
theme.widget_bat = theme.confdir .. "/icons/bat.png"
theme.widget_mem = theme.confdir .. "/icons/mem.png"
theme.widget_fs = theme.confdir .. "/icons/disk.png"
theme.widget_net = theme.confdir .. "/icons/down.png"
theme.widget_netup = theme.confdir .. "/icons/up.png"
theme.widget_wifi = theme.confdir .. "/icons/wifi.png"
theme.widget_mail = theme.confdir .. "/icons/mail.png"
theme.widget_vol = theme.confdir .. "/icons/vol.png"
theme.widget_org = theme.confdir .. "/icons/cal.png"
theme.widget_date = theme.confdir .. "/icons/time.png"
theme.widget_crypto = theme.confdir .. "/icons/crypto.png"
theme.widget_sep = theme.confdir .. "/icons/separator.png"
theme.widget_temp = theme.confdir .. "/icons/temp.png"
theme.widget_pacman = theme.confdir .. "/icons/pacman.png"
-- }}}
-- {{{ Titlebar icons
theme.titlebar_close_button_focus = theme.confdir .. "/icons/titlebar/close_focus.png"
theme.titlebar_close_button_normal = theme.confdir .. "/icons/titlebar/close_normal.png"
theme.titlebar_ontop_button_focus_active = theme.confdir .. "/icons/titlebar/ontop_focus_active.png"
theme.titlebar_ontop_button_normal_active = theme.confdir .. "/icons/titlebar/ontop_normal_active.png"
theme.titlebar_ontop_button_focus_inactive = theme.confdir .. "/icons/titlebar/ontop_focus_inactive.png"
theme.titlebar_ontop_button_normal_inactive = theme.confdir .. "/icons/titlebar/ontop_normal_inactive.png"
theme.titlebar_sticky_button_focus_active = theme.confdir .. "/icons/titlebar/sticky_focus_active.png"
theme.titlebar_sticky_button_normal_active = theme.confdir .. "/icons/titlebar/sticky_normal_active.png"
theme.titlebar_sticky_button_focus_inactive = theme.confdir .. "/icons/titlebar/sticky_focus_inactive.png"
theme.titlebar_sticky_button_normal_inactive = theme.confdir .. "/icons/titlebar/sticky_normal_inactive.png"
theme.titlebar_floating_button_focus_active = theme.confdir .. "/icons/titlebar/floating_focus_active.png"
theme.titlebar_floating_button_normal_active = theme.confdir .. "/icons/titlebar/floating_normal_active.png"
theme.titlebar_floating_button_focus_inactive = theme.confdir .. "/icons/titlebar/floating_focus_inactive.png"
theme.titlebar_floating_button_normal_inactive = theme.confdir .. "/icons/titlebar/floating_normal_inactive.png"
theme.titlebar_maximized_button_focus_active = theme.confdir .. "/icons/titlebar/maximized_focus_active.png"
theme.titlebar_maximized_button_normal_active = theme.confdir .. "/icons/titlebar/maximized_normal_active.png"
theme.titlebar_maximized_button_focus_inactive = theme.confdir .. "/icons/titlebar/maximized_focus_inactive.png"
theme.titlebar_maximized_button_normal_inactive = theme.confdir .. "/icons/titlebar/maximized_normal_inactive.png"
-- }}}
-- }}}
return theme
|
x
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 | -- {{{ License
--
-- Awesome configuration, using awesome 3.4.13 on Arch GNU/Linux
-- * Adrian C. <anrxc@sysphere.org>
-- Screenshot: http://sysphere.org/gallery/snapshots
-- This work is licensed under the Creative Commons Attribution-Share
-- Alike License: http://creativecommons.org/licenses/by-sa/3.0/
-- }}}
-- {{{ Libraries
require("awful")
require("awful.rules")
require("awful.autofocus")
-- User libraries
vicious = require("vicious")
local scratch = require("scratch")
-- }}}
-- {{{ Variable definitions
local altkey = "Mod1"
local modkey = "Mod4"
local home = os.getenv("HOME")
local exec = awful.util.spawn
local sexec = awful.util.spawn_with_shell
local scount = screen.count()
-- Beautiful theme
beautiful.init(home .. "/.config/awesome/themes/zenburntheme/zenburn.lua")
-- Window management layouts
layouts = {
awful.layout.suit.tile, -- 1
awful.layout.suit.tile.bottom, -- 2
awful.layout.suit.fair, -- 3
awful.layout.suit.max, -- 4
awful.layout.suit.magnifier, -- 5
awful.layout.suit.floating -- 6
}
-- }}}
-- {{{ Tags
tags = {
names = { "term", "vim", "web", "stuff", "im", 6, 7, "rss", "media" },
layout = { layouts[2], layouts[1], layouts[1], layouts[4], layouts[1],
layouts[6], layouts[6], layouts[5], layouts[6]
}}
for s = 1, scount do
tags[s] = awful.tag(tags.names, s, tags.layout)
for i, t in ipairs(tags[s]) do
awful.tag.setproperty(t, "mwfact", i==5 and 0.13 or 0.5)
awful.tag.setproperty(t, "hide", (i==6 or i==7) and true)
end
end
-- }}}
-- {{{ Wibox
--
-- {{{ Widgets configuration
--
-- {{{ Reusable separator
separator = widget({ type = "imagebox" })
separator.image = image(beautiful.widget_sep)
-- }}}
-- {{{ Reusable spacer
spacer = widget({ type = "textbox" })
spacer.text = " "
-- }}}
-- Pacman Widget
pacwidget = widget({type = "textbox"})
pacicon = widget({ type = "imagebox" })
pacicon.image = image(beautiful.widget_pacman)
pacwidget_t = awful.tooltip({ objects = { pacwidget},})
vicious.register(pacwidget, vicious.widgets.pkg,
function(widget,args)
local io = { popen = io.popen }
local s = io.popen("pacman -Qu")
local str = ''
for line in s:lines() do
str = str .. line .. "\n"
end
pacwidget_t:set_text(str)
s:close()
return args[1]
end, 1800, "Arch")
--'1800' means check every 30 minutes
-- {{{ CPU usage and temperature
cpuicon = widget({ type = "imagebox" })
cpuicon.image = image(beautiful.widget_cpu)
-- Initialize widgets
cpugraph = awful.widget.graph()
tzswidget = widget({ type = "textbox" })
-- Graph properties
cpugraph:set_width(30):set_height(14)
cpugraph:set_background_color(beautiful.fg_off_widget)
cpugraph:set_gradient_angle(0):set_gradient_colors({
beautiful.fg_end_widget, beautiful.fg_center_widget, beautiful.fg_widget
}) -- Register widgets
vicious.register(cpugraph, vicious.widgets.cpu, "$1")
vicious.register(tzswidget, vicious.widgets.thermal, " $1°C", 2, "thermal_zone0")
-- }}}
-- {{{ Battery state
baticon = widget({ type = "imagebox" })
baticon.image = image(beautiful.widget_bat)
-- Initialize widget
batwidget = widget({ type = "textbox" })
-- Register widget
vicious.register(batwidget, vicious.widgets.bat, "$1$2%", 61, "BAT0")
-- }}}
-- {{{ Memory usage
memicon = widget({ type = "imagebox" })
memicon.image = image(beautiful.widget_mem)
-- Initialize widget
membar = awful.widget.progressbar()
-- Pogressbar properties
membar:set_vertical(true):set_ticks(true)
membar:set_height(12):set_width(8):set_ticks_size(2)
membar:set_background_color(beautiful.fg_off_widget)
membar:set_gradient_colors({ beautiful.fg_widget,
beautiful.fg_center_widget, beautiful.fg_end_widget
}) -- Register widget
vicious.register(membar, vicious.widgets.mem, "$1", 13)
-- }}}
-- {{{ File system usage
fsicon = widget({ type = "imagebox" })
fsicon.image = image(beautiful.widget_fs)
-- Initialize widgets
fs = {
b = awful.widget.progressbar(), r = awful.widget.progressbar(),
h = awful.widget.progressbar(), s = awful.widget.progressbar()
}
-- Progressbar properties
for _, w in pairs(fs) do
w:set_vertical(true):set_ticks(true)
w:set_height(14):set_width(5):set_ticks_size(2)
w:set_border_color(beautiful.border_widget)
w:set_background_color(beautiful.fg_off_widget)
w:set_gradient_colors({ beautiful.fg_widget,
beautiful.fg_center_widget, beautiful.fg_end_widget
}) -- Register buttons
w.widget:buttons(awful.util.table.join(
awful.button({ }, 1, function () exec("rox", false) end)
))
end -- Enable caching
vicious.cache(vicious.widgets.fs)
-- Register widgets
vicious.register(fs.b, vicious.widgets.fs, "${/boot used_p}", 599)
vicious.register(fs.r, vicious.widgets.fs, "${/ used_p}", 599)
vicious.register(fs.h, vicious.widgets.fs, "${/home used_p}", 599)
vicious.register(fs.s, vicious.widgets.fs, "${/mnt/storage used_p}", 599)
-- }}}
-- {{{ Network usage
dnicon = widget({ type = "imagebox" })
upicon = widget({ type = "imagebox" })
dnicon.image = image(beautiful.widget_net)
upicon.image = image(beautiful.widget_netup)
-- Initialize widget
netwidget = widget({ type = "textbox" })
-- Register widget
vicious.register(netwidget, vicious.widgets.net, '<span color="red">${wlan0 down_kb}</span> <span color="green">${wlan0 up_kb}</span>', 3)
-- }}}
-- {{{ Mail subject
mygmail = widget({ type = "textbox" })
gmail_t = awful.tooltip({ objects = { mygmail },})
mygmailimg = widget({ type = "imagebox" })
mygmailimg.image = image(beautiful.widget_mail)
vicious.register(mygmail, vicious.widgets.gmail,
function (widget, args)
gmail_t:set_text(args["{subject}"])
gmail_t:add_to_object(mygmailimg)
return args["{count}"]
end, 120)
--the '120' here means check every 2 minutes.
mygmail:buttons(awful.util.table.join(
awful.button({ }, 1, function () exec("google-chrome\ https://gmail.com") end)
))
-- }}}
-- {{{ Volume level
volicon = widget({ type = "imagebox" })
volicon.image = image(beautiful.widget_vol)
-- Initialize widgets
volbar = awful.widget.progressbar()
volwidget = widget({ type = "textbox" })
-- Progressbar properties
volbar:set_vertical(true):set_ticks(false)
volbar:set_height(12):set_width(8):set_ticks_size(2)
volbar:set_background_color(beautiful.fg_off_widget)
volbar:set_gradient_colors({ beautiful.fg_end_widget,
beautiful.fg_center_widget, beautiful.fg_widget
}) -- Enable caching
vicious.cache(vicious.widgets.volume)
-- Register widgets
vicious.register(volbar, vicious.widgets.volume, "$1", 2, "Master")
vicious.register(volwidget, vicious.widgets.volume, "$1%", 2, "Master")
-- Register buttons
volbar.widget:buttons(awful.util.table.join(
awful.button({ }, 1, function () exec("xfce4-mixer") end),
awful.button({ }, 4, function () exec("amixer set Master 5%+", false) end),
awful.button({ }, 5, function () exec("amixer set Master 5%-", false) end)
)) -- Register assigned buttons
volwidget:buttons(volbar.widget:buttons())
-- }}}
-- {{{ Date and time
dateicon = widget({ type = "imagebox" })
dateicon.image = image(beautiful.widget_date)
-- Initialize widget
datewidget = widget({ type = "textbox" })
-- Register widget
vicious.register(datewidget, vicious.widgets.date, "<span color='#35A1D7'>%a %d %b</span> <span font-weight='bold'>%T </span>", 1)
-- Register buttons
datewidget:buttons(awful.util.table.join(
awful.button({ }, 1, function () exec("pylendar.py") end)
))
-- }}}
-- Weather widget
weathericon = widget({ type = "imagebox" })
weathericon.image = image(beautiful.widget_temp)
weatherwidget = widget({ type = "textbox" })
weather_t = awful.tooltip({ objects = { weatherwidget },})
vicious.register(weatherwidget, vicious.widgets.weather1,
function (widget, args)
weather_t:set_text("City: " .. args["{city}"] .."\nWind: " .. args["{windkmh}"] .. "km/h " .. args["{wind}"] .. "\nSky: " .. args["{sky}"] .. "\nHumidity: " .. args["{humid}"] .. "%")
return args["{tempc}"] .. "°C"
end, 180, "LIRZ")
--'1800': check every 30 minutes.
--'LIRZ': the Montreal ICAO code.
-- {{{ System tray
systray = widget({ type = "systray" })
-- }}}
-- }}}
-- MPD Initialize widget
mpdwidget = widget({ type = "textbox"})
mpdwidget.align = "center"
mpdwidget.width = 600
-- Register widget
vicious.register(mpdwidget, vicious.widgets.mpd,
function (widget, args)
if args["{state}"] == "Stop" then
return "...No music :("
else
a = "<span color='#35A1D7'>" .. args["{Artist}"] .. "</span>"
return a..' - '.. args["{Title}"]
end
end, 1)
-- {{{ Wibox initialisation
wibox = {}
promptbox = {}
layoutbox = {}
taglist = {}
taglist.buttons = awful.util.table.join(
awful.button({ }, 1, awful.tag.viewonly),
awful.button({ modkey }, 1, awful.client.movetotag),
awful.button({ }, 3, awful.tag.viewtoggle),
awful.button({ modkey }, 3, awful.client.toggletag),
awful.button({ }, 5, awful.tag.viewnext),
awful.button({ }, 4, awful.tag.viewprev
))
for s = 1, scount do
-- Create a promptbox
promptbox[s] = awful.widget.prompt({ layout = awful.widget.layout.horizontal.leftright })
-- Create a layoutbox
layoutbox[s] = awful.widget.layoutbox(s)
layoutbox[s]:buttons(awful.util.table.join(
awful.button({ }, 1, function () awful.layout.inc(layouts, 1) end),
awful.button({ }, 3, function () awful.layout.inc(layouts, -1) end),
awful.button({ }, 4, function () awful.layout.inc(layouts, 1) end),
awful.button({ }, 5, function () awful.layout.inc(layouts, -1) end)
))
-- Create the taglist
taglist[s] = awful.widget.taglist(s, awful.widget.taglist.label.all, taglist.buttons)
-- Create the wibox
wibox[s] = awful.wibox({ screen = s,
fg = beautiful.fg_normal, height = 12,
bg = beautiful.bg_normal, position = "top",
border_color = beautiful.border_focus,
border_width = beautiful.border_width
})
-- Add widgets to the wibox
wibox[s].widgets = {
{ taglist[s], layoutbox[s], separator, promptbox[s],
mpdwidget,
["layout"] = awful.widget.layout.horizontal.leftright
},
s == 1 and systray or nil,
batwidget, baticon,
separator, volwidget, volicon,
separator, weatherwidget, weathericon,
datewidget, dateicon,
separator, mygmail, mygmailimg,
-- separator, upicon, netwidget, dnicon,
separator, netwidget,
separator, fs.s.widget, fs.h.widget, fs.r.widget, fs.b.widget, fsicon,
separator, membar.widget, memicon,
separator, tzswidget, cpugraph.widget, cpuicon,
separator, pacwidget, pacicon,
separator, ["layout"] = awful.widget.layout.horizontal.rightleft
}
end
-- }}}
-- }}}
-- {{{ Mouse bindings
root.buttons(awful.util.table.join(
awful.button({ }, 5, awful.tag.viewnext),
awful.button({ }, 4, awful.tag.viewprev)
))
-- Client bindings
clientbuttons = awful.util.table.join(
awful.button({ }, 1, function (c) client.focus = c; c:raise() end),
awful.button({ modkey }, 1, awful.mouse.client.move),
awful.button({ modkey }, 3, awful.mouse.client.resize)
)
-- }}}
-- {{{ Key bindings
--
-- {{{ Global keys
globalkeys = awful.util.table.join(
-- {{{ Applications
awful.key({ modkey }, "w", function () exec("google-chrome") end),
awful.key({ altkey }, "F1", function () exec("urxvt") end),
awful.key({ altkey }, "Space", function () scratch.drop("urxvt", "bottom", nil, nil, 0.30) end),
awful.key({ modkey }, "a", function () exec("urxvt -T Alpine -e alpine.exp") end),
awful.key({ altkey }, "#51", function () if boosk then osk(nil, mouse.screen)
else boosk, osk = pcall(require, "osk") end
end),
-- }}}
-- {{{ Multimedia keys
awful.key({ "Control" }, "#114", function () exec("mpc next") end),
awful.key({ "Control" }, "#113", function () exec("mpc prev") end),
awful.key({ "Control" }, "#111", function () exec("amixer set Master 5%+, false") end),
awful.key({ "Control" }, "#116", function () exec("amixer set Master 5%-, false") end),
awful.key({}, "#165", function () exec("sudo /usr/sbin/pm-hibernate") end),
awful.key({}, "#213", function () exec("sudo /usr/sbin/pm-suspend") end),
awful.key({}, "#163", function () exec("pypres.py") end),
-- }}}
-- {{{ Prompt menus
awful.key({ altkey }, "F2", function ()
awful.prompt.run({ prompt = "Run: " }, promptbox[mouse.screen].widget,
function (...) promptbox[mouse.screen].text = exec(unpack(arg), false) end,
awful.completion.shell, awful.util.getdir("cache") .. "/history")
end),
awful.key({ altkey }, "F3", function ()
awful.prompt.run({ prompt = "Dictionary: " }, promptbox[mouse.screen].widget,
function (words)
sexec("crodict "..words.." | ".."xmessage -timeout 10 -file -")
end)
end),
awful.key({ altkey }, "F4", function ()
awful.prompt.run({ prompt = "Web: " }, promptbox[mouse.screen].widget,
function (command)
sexec("google-chrome 'http://yubnub.org/parser/parse?command="..command.."'")
awful.tag.viewonly(tags[scount][3])
end)
end),
awful.key({ altkey }, "F5", function ()
awful.prompt.run({ prompt = "Lua: " }, promptbox[mouse.screen].widget,
awful.util.eval, nil, awful.util.getdir("cache") .. "/history_eval")
end),
-- }}}
-- {{{ Awesome controls
awful.key({ modkey }, "b", function ()
wibox[mouse.screen].visible = not wibox[mouse.screen].visible
end),
awful.key({ modkey, "Shift" }, "q", awesome.quit),
awful.key({ modkey, "Shift" }, "r", function ()
promptbox[mouse.screen].text = awful.util.escape(awful.util.restart())
end),
-- }}}
-- {{{ Tag browsing
awful.key({ altkey }, "n", awful.tag.viewnext),
awful.key({ altkey }, "p", awful.tag.viewprev),
awful.key({ altkey }, "Tab", awful.tag.history.restore),
-- }}}
-- {{{ Layout manipulation
awful.key({ modkey }, "l", function () awful.tag.incmwfact( 0.05) end),
awful.key({ modkey }, "h", function () awful.tag.incmwfact(-0.05) end),
awful.key({ modkey, "Shift" }, "l", function () awful.client.incwfact(-0.05) end),
awful.key({ modkey, "Shift" }, "h", function () awful.client.incwfact( 0.05) end),
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),
awful.key({ modkey }, "space", function () awful.layout.inc(layouts, 1) end),
-- }}}
-- {{{ Focus controls
awful.key({ modkey }, "p", function () awful.screen.focus_relative(1) end),
awful.key({ modkey }, "s", function () scratch.pad.toggle() end),
awful.key({ modkey }, "u", awful.client.urgent.jumpto),
awful.key({ modkey }, "j", function ()
awful.client.focus.byidx(1)
if client.focus then client.focus:raise() end
end),
awful.key({ modkey }, "k", function ()
awful.client.focus.byidx(-1)
if client.focus then client.focus:raise() end
end),
awful.key({ modkey }, "Tab", function ()
awful.client.focus.history.previous()
if client.focus then client.focus:raise() end
end),
awful.key({ altkey }, "Escape", function ()
awful.menu.menu_keys.down = { "Down", "Alt_L" }
local cmenu = awful.menu.clients({width=230}, { keygrabber=true, coords={x=525, y=330} })
end),
awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx(1) end),
awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx(-1) end)
-- }}}
)
-- }}}
-- {{{ Client manipulation
clientkeys = awful.util.table.join(
awful.key({ modkey }, "c", function (c) c:kill() end),
awful.key({ modkey }, "d", function (c) scratch.pad.set(c, 0.60, 0.60, true) end),
awful.key({ modkey }, "f", function (c) c.fullscreen = not c.fullscreen end),
awful.key({ modkey }, "m", function (c)
c.maximized_horizontal = not c.maximized_horizontal
c.maximized_vertical = not c.maximized_vertical
end),
awful.key({ modkey }, "o", awful.client.movetoscreen),
awful.key({ modkey }, "Next", function () awful.client.moveresize( 20, 20, -40, -40) end),
awful.key({ modkey }, "Prior", function () awful.client.moveresize(-20, -20, 40, 40) end),
awful.key({ modkey }, "Down", function () awful.client.moveresize( 0, 20, 0, 0) end),
awful.key({ modkey }, "Up", function () awful.client.moveresize( 0, -20, 0, 0) end),
awful.key({ modkey }, "Left", function () awful.client.moveresize(-20, 0, 0, 0) end),
awful.key({ modkey }, "Right", function () awful.client.moveresize( 20, 0, 0, 0) end),
awful.key({ modkey, "Control"},"r", function (c) c:redraw() end),
awful.key({ modkey, "Shift" }, "0", function (c) c.sticky = not c.sticky end),
awful.key({ modkey, "Shift" }, "m", function (c) c:swap(awful.client.getmaster()) end),
awful.key({ modkey, "Shift" }, "c", function (c) exec("kill -CONT " .. c.pid) end),
awful.key({ modkey, "Shift" }, "s", function (c) exec("kill -STOP " .. c.pid) end),
awful.key({ modkey, "Shift" }, "t", function (c)
if c.titlebar then awful.titlebar.remove(c)
else awful.titlebar.add(c, { modkey = modkey }) end
end),
awful.key({ modkey, "Shift" }, "f", function (c) if awful.client.floating.get(c)
then awful.client.floating.delete(c); awful.titlebar.remove(c)
else awful.client.floating.set(c, true); awful.titlebar.add(c) end
end)
)
-- }}}
-- {{{ Keyboard digits
local keynumber = 0
for s = 1, scount do
keynumber = math.min(9, math.max(#tags[s], keynumber));
end
-- }}}
-- {{{ Tag controls
for i = 1, keynumber do
globalkeys = awful.util.table.join( globalkeys,
awful.key({ modkey }, "#" .. i + 9, function ()
local screen = mouse.screen
if tags[screen][i] then awful.tag.viewonly(tags[screen][i]) end
end),
awful.key({ modkey, "Control" }, "#" .. i + 9, function ()
local screen = mouse.screen
if tags[screen][i] then awful.tag.viewtoggle(tags[screen][i]) end
end),
awful.key({ modkey, "Shift" }, "#" .. i + 9, function ()
if client.focus and tags[client.focus.screen][i] then
awful.client.movetotag(tags[client.focus.screen][i])
end
end),
awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9, function ()
if client.focus and tags[client.focus.screen][i] then
awful.client.toggletag(tags[client.focus.screen][i])
end
end))
end
-- }}}
-- Set keys
root.keys(globalkeys)
-- }}}
-- {{{ Rules
function titlebarwithsettings(c)
awful.titlebar.add(c, {modkey = modkey})
end
awful.rules.rules = {
{ rule = { }, properties = {
focus = true, size_hints_honor = false,
keys = clientkeys, buttons = clientbuttons,
border_width = beautiful.border_width,
border_color = beautiful.border_normal }
},
{ rule = { class = "Firefox", instance = "Navigator" },
properties = { tag = tags[scount][3] } },
{ rule = { class = "Google-chrome", instance = "google-chrome" },
properties = { tag = tags[scount][3] } },
{ rule = { class = "Emacs", instance = "emacs" },
properties = { tag = tags[1][2] } },
{ rule = { class = "Emacs", instance = "_Remember_" },
properties = { floating = true }, callback = awful.titlebar.add },
{ rule = { class = "Xmessage", instance = "xmessage" },
properties = { floating = true }, callback = awful.titlebar.add },
{ rule = { instance = "plugin-container" },
properties = { floating = true }, callback = awful.titlebar.add },
{ rule = { class = "Akregator" }, properties = { tag = tags[scount][8]}},
{ rule = { name = "Alpine" }, properties = { tag = tags[1][4]} },
{ rule = { class = "Gajim" }, properties = { tag = tags[1][5]} },
{ rule = { class = "Ark" }, properties = { floating = true } },
{ rule = { class = "Geeqie" }, properties = { floating = true } },
{ rule = { class = "ROX-Filer" }, properties = { floating = true } },
{ rule = { class = "Pinentry.*" }, properties = { floating = true } },
{ rule = { class = "Conky", instance = "Conky" },
properties = { floating = true }, callback = awful.titlebar.add },
{ rule = { class = "Xfce4-notifyd", instance = "xfce4-notifyd" },
properties = { floating = true }, callback = awful.titlebar.add },
}
-- }}}
-- {{{ Signals
--
-- {{{ Manage signal handler
client.add_signal("manage", function (c, startup)
-- Add titlebar to floaters, but remove those from rule callback
if awful.client.floating.get(c)
or awful.layout.get(c.screen) == awful.layout.suit.floating then
if c.titlebar then awful.titlebar.remove(c)
else awful.titlebar.add(c, {modkey = modkey}) end
end
-- Enable sloppy focus
c:add_signal("mouse::enter", function (c)
if awful.layout.get(c.screen) ~= awful.layout.suit.magnifier
and awful.client.focus.filter(c) then
client.focus = c
end
end)
-- Client placement
if not startup then
awful.client.setslave(c)
if not c.size_hints.program_position
and not c.size_hints.user_position then
awful.placement.no_overlap(c)
awful.placement.no_offscreen(c)
end
end
end)
-- }}}
-- {{{ Focus signal handlers
client.add_signal("focus", function (c) c.border_color = beautiful.border_focus end)
client.add_signal("unfocus", function (c) c.border_color = beautiful.border_normal end)
-- }}}
-- {{{ Arrange signal handler
for s = 1, scount do screen[s]:add_signal("arrange", function ()
local clients = awful.client.visible(s)
local layout = awful.layout.getname(awful.layout.get(s))
for _, c in pairs(clients) do -- Floaters are always on top
if awful.client.floating.get(c) or layout == "floating"
then if not c.fullscreen then c.above = true end
else c.above = false end
end
end)
end
-- }}}
-- }}}
awful.util.spawn("urxvt")
awful.util.spawn("/home/archer/.conky/conky_start")
|
x
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | # this file goes in ~
background no
use_xft yes
xftfont monospace:pixelsize=9
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_type override
double_buffer yes
draw_shades no
draw_outline n
draw_borders noo
draw_graph_borders yes
stippled_borders 0
border_margin 4
border_width 0
default_color 35A1D7
default_shade_color black
default_outline_color white
alignment top_right
gap_x 10
gap_y 80
no_buffers yes
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
use_spacer yes
maximum_width 350
TEXT
#leet chars: ┤┤└└┴┴┐┐││┘┘┌┌├├┬┬┼┼┴┴── ││ ▽▼△▲▵▴▾▿
${alignr}${offset -32} ${font DejaVu Sans Mono:pixelsize=14}Arch
${alignr}${offset 76} $font └─────────── ${sysname}
${alignr}$font │
${alignr}$font ${nodename} -─┤
${alignr}$font < ${kernel} > kernel -─┤ │
${alignr}$font < $machine > arch -─┤ │
${alignr}$font < $uptime > uptime -─┘ │
${alignr}$font │
${alignr}$font system -─┤
${alignr}$font cpu -─┤ │
${alignr}$font used -─┤ │ │
${alignr}$font < ${cpu 1}% > cpu1 -─┤ │ │ │
${alignr}$font < ${cpu 2}% > cpu2 -─┘ │ │ │
${alignr}$font freq -─┤ │ │
${alignr}$font < ${freq 1}mhz > cpu1 -─┤ │ │ │
${alignr}$font < ${freq 2}mhz > cpu2 -─┘ │ │ │
${alignr}$font < $loadavg > load -─┤ │ │
${alignr}$font < ${top name 1} ${top cpu 1} > -─┤ │ │
${alignr}$font < ${top name 2} ${top cpu 2} > -─┤ │ │
${alignr}$font < ${top name 3} ${top cpu 3} > -─┤ │ │
${alignr}$font < ${top name 4} ${top cpu 4} > -─┤ │ │
${alignr}$font < ${top name 5} ${top cpu 5} > -─┘ │ │
${alignr}$font processes -─┤ │
${alignr}$font < $processes > total -─┤ │ │
${alignr}$font < $running_processes > running -─┘ │ │
${alignr}$font temperature -─┘ │
${alignr}$font < ${hwmon temp 1} > tmp1 -─┘ │
${alignr}$font │
${alignr}$font resources -─┤
${alignr}$font < $diskio_read > read -─┤ │
${alignr}$font < $diskio_write > write -─┤ │
${alignr}$font ram -─┤ │
${alignr}$font < $memperc% > used -─┤ │ │
${alignr}$font < $mem/$memmax > -─┘ │ │ │
${alignr}$font < ${top_mem name 1} ${top_mem mem 1} > -─┤ │ │
${alignr}$font < ${top_mem name 2} ${top_mem mem 2} > -─┤ │ │
${alignr}$font < ${top_mem name 3} ${top_mem mem 3} > -─┤ │ │
${alignr}$font < ${top_mem name 4} ${top_mem mem 4} > -─┤ │ │
${alignr}$font < ${top_mem name 5} ${top_mem mem 5} > -─┘ │ │
${alignr}$font < $swapperc% - $swap/$swapmax > swap -─┤ │
${alignr}$font < ${swapbar 5,120} > -─┘ │ │
${alignr}$font < ${fs_used /}/${fs_size /} > root -─┤ │
${alignr}$font < ${fs_bar 5,120 /} > -─┘ │ │
${alignr}$font < ${fs_used /home/}/${fs_size /home/} > home -─┤ │
${alignr}$font < ${fs_bar 5,120 /home/archer/} > -─┘ │ │
${alignr}$font < ${fs_used /usr/local}/${fs_size /usr/local} > local -─┘ │
${alignr}$font < ${fs_bar 5,120 /home/Container/} > -─┘ │
${alignr}$font │
${alignr}$font net -─┘
${alignr}$font < ${tcp_portmon 1 65535 count} > connections -─┤
${alignr}$font < ${tcp_portmon 1 32767 count} > in / locale -─┤
${alignr}$font < ${tcp_portmon 1 32767 rhost 0} ${tcp_portmon 1 32767 lservice 0} > -─┤ │
${alignr}$font < ${tcp_portmon 1 32767 rhost 1} ${tcp_portmon 1 32767 lservice 1} > -─┤ │
${alignr}$font < ${tcp_portmon 1 32767 rhost 2} ${tcp_portmon 1 32767 lservice 2} > -─┘ │
${alignr}$font < ${tcp_portmon 32768 61000 count} > out / remote -─┤
${alignr}$font < ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0} > -─┤ │
${alignr}$font < ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1} > -─┤ │
${alignr}$font < ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2} > -─┤ │
${alignr}$font < ${upspeed wlan0} k/s > up -─┤
${alignr}$font < ${upspeedgraph wlan0 8,120 8b2132 fe8608} > -─┘ │
${alignr}$font < ${downspeed wlan0} k/s > down -─┘
${alignr}$font < ${downspeedgraph wlan0 8,120 8b2132 fe8608} > -─┘
|
x
Notes
This is my awesome wm desktop atm…
It’s based on the Zenburn Theme
ddblue said about 12 years ago
Hope you’ll like it :)
venam said about 12 years ago
The theme itself is not so impressive but I raise my hat for the conky though really a waste of free space.
Anyway, it took you a really long time to do the ASCII-art with the conky and this is awesome!
Beastie said about 12 years ago
That wallpaper used to have Beastie on it.