Initial commit
BIN
awesome/themes/multicolor/icons/ac.png
Normal file
After Width: | Height: | Size: 125 B |
BIN
awesome/themes/multicolor/icons/bat.png
Normal file
After Width: | Height: | Size: 167 B |
BIN
awesome/themes/multicolor/icons/clock.png
Normal file
After Width: | Height: | Size: 356 B |
BIN
awesome/themes/multicolor/icons/cpu.png
Normal file
After Width: | Height: | Size: 266 B |
BIN
awesome/themes/multicolor/icons/dish.png
Normal file
After Width: | Height: | Size: 140 B |
BIN
awesome/themes/multicolor/icons/dwindle.png
Normal file
After Width: | Height: | Size: 214 B |
BIN
awesome/themes/multicolor/icons/fairh.png
Normal file
After Width: | Height: | Size: 212 B |
BIN
awesome/themes/multicolor/icons/fairv.png
Normal file
After Width: | Height: | Size: 224 B |
BIN
awesome/themes/multicolor/icons/floating.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
awesome/themes/multicolor/icons/fs.png
Normal file
After Width: | Height: | Size: 142 B |
BIN
awesome/themes/multicolor/icons/fullscreen.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
awesome/themes/multicolor/icons/magnifier.png
Normal file
After Width: | Height: | Size: 188 B |
BIN
awesome/themes/multicolor/icons/mail.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
awesome/themes/multicolor/icons/max.png
Normal file
After Width: | Height: | Size: 323 B |
BIN
awesome/themes/multicolor/icons/mem.png
Normal file
After Width: | Height: | Size: 117 B |
BIN
awesome/themes/multicolor/icons/net_down.png
Normal file
After Width: | Height: | Size: 348 B |
BIN
awesome/themes/multicolor/icons/net_up.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
awesome/themes/multicolor/icons/note.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
awesome/themes/multicolor/icons/note_on.png
Executable file
After Width: | Height: | Size: 342 B |
BIN
awesome/themes/multicolor/icons/pause.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
awesome/themes/multicolor/icons/play.png
Normal file
After Width: | Height: | Size: 329 B |
BIN
awesome/themes/multicolor/icons/spiral.png
Normal file
After Width: | Height: | Size: 215 B |
BIN
awesome/themes/multicolor/icons/spkr.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
awesome/themes/multicolor/icons/square_a.png
Executable file
After Width: | Height: | Size: 146 B |
BIN
awesome/themes/multicolor/icons/square_b.png
Executable file
After Width: | Height: | Size: 141 B |
BIN
awesome/themes/multicolor/icons/stop.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
awesome/themes/multicolor/icons/submenu.png
Normal file
After Width: | Height: | Size: 180 B |
BIN
awesome/themes/multicolor/icons/temp.png
Executable file
After Width: | Height: | Size: 353 B |
BIN
awesome/themes/multicolor/icons/tile.png
Normal file
After Width: | Height: | Size: 213 B |
BIN
awesome/themes/multicolor/icons/tilebottom.png
Normal file
After Width: | Height: | Size: 205 B |
BIN
awesome/themes/multicolor/icons/tileleft.png
Normal file
After Width: | Height: | Size: 212 B |
BIN
awesome/themes/multicolor/icons/tiletop.png
Normal file
After Width: | Height: | Size: 205 B |
BIN
awesome/themes/multicolor/icons/titlebar/close_focus.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
awesome/themes/multicolor/icons/titlebar/close_normal.png
Normal file
After Width: | Height: | Size: 966 B |
After Width: | Height: | Size: 380 B |
After Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 386 B |
After Width: | Height: | Size: 237 B |
After Width: | Height: | Size: 463 B |
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 480 B |
After Width: | Height: | Size: 452 B |
BIN
awesome/themes/multicolor/icons/titlebar/minimize_focus.png
Normal file
After Width: | Height: | Size: 234 B |
BIN
awesome/themes/multicolor/icons/titlebar/minimize_normal.png
Normal file
After Width: | Height: | Size: 225 B |
BIN
awesome/themes/multicolor/icons/titlebar/ontop_focus_active.png
Normal file
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 629 B |
BIN
awesome/themes/multicolor/icons/titlebar/ontop_normal_active.png
Normal file
After Width: | Height: | Size: 467 B |
After Width: | Height: | Size: 604 B |
BIN
awesome/themes/multicolor/icons/titlebar/sticky_focus_active.png
Normal file
After Width: | Height: | Size: 622 B |
After Width: | Height: | Size: 741 B |
After Width: | Height: | Size: 654 B |
After Width: | Height: | Size: 758 B |
358
awesome/themes/multicolor/theme.lua
Normal file
|
@ -0,0 +1,358 @@
|
|||
--[[
|
||||
|
||||
Multicolor Awesome WM theme 2.0
|
||||
github.com/lcpz
|
||||
|
||||
--]]
|
||||
|
||||
local gears = require("gears")
|
||||
local lain = require("lain")
|
||||
local awful = require("awful")
|
||||
local wibox = require("wibox")
|
||||
local dpi = require("beautiful.xresources").apply_dpi
|
||||
|
||||
local os = os
|
||||
local my_table = awful.util.table or gears.table -- 4.{0,1} compatibility
|
||||
|
||||
local theme = {}
|
||||
theme.confdir = os.getenv("HOME") .. "/.config/awesome/themes/multicolor"
|
||||
--theme.wallpaper = theme.confdir .. "/wallpaper.jpg"
|
||||
--theme.wallpaper = "/usr/share/backgrounds/arcolinux/arco-wallpaper.jpg"
|
||||
theme.font = "Noto Sans Regular 11"
|
||||
theme.taglist_font = "Noto Sans Regular 13"
|
||||
theme.menu_bg_normal = "#000000"
|
||||
theme.menu_bg_focus = "#000000"
|
||||
theme.bg_normal = "#000000"
|
||||
theme.bg_focus = "#000000"
|
||||
theme.bg_urgent = "#000000"
|
||||
theme.fg_normal = "#aaaaaa"
|
||||
theme.fg_focus = "#ff8c00"
|
||||
theme.fg_urgent = "#af1d18"
|
||||
theme.fg_minimize = "#ffffff"
|
||||
theme.border_width = dpi(2)
|
||||
theme.border_normal = "#1c2022"
|
||||
theme.border_focus = "#606060"
|
||||
theme.border_marked = "#3ca4d8"
|
||||
theme.menu_border_width = 0
|
||||
theme.menu_height = dpi(25)
|
||||
theme.menu_width = dpi(260)
|
||||
theme.menu_submenu_icon = theme.confdir .. "/icons/submenu.png"
|
||||
theme.menu_fg_normal = "#aaaaaa"
|
||||
theme.menu_fg_focus = "#ff8c00"
|
||||
theme.menu_bg_normal = "#050505dd"
|
||||
theme.menu_bg_focus = "#050505dd"
|
||||
theme.widget_temp = theme.confdir .. "/icons/temp.png"
|
||||
theme.widget_uptime = theme.confdir .. "/icons/ac.png"
|
||||
theme.widget_cpu = theme.confdir .. "/icons/cpu.png"
|
||||
theme.widget_weather = theme.confdir .. "/icons/dish.png"
|
||||
theme.widget_fs = theme.confdir .. "/icons/fs.png"
|
||||
theme.widget_mem = theme.confdir .. "/icons/mem.png"
|
||||
theme.widget_netdown = theme.confdir .. "/icons/net_down.png"
|
||||
theme.widget_netup = theme.confdir .. "/icons/net_up.png"
|
||||
theme.widget_mail = theme.confdir .. "/icons/mail.png"
|
||||
theme.widget_batt = theme.confdir .. "/icons/bat.png"
|
||||
theme.widget_clock = theme.confdir .. "/icons/clock.png"
|
||||
theme.widget_vol = theme.confdir .. "/icons/spkr.png"
|
||||
theme.widget_music = theme.confdir .. "/icons/note.png"
|
||||
theme.widget_music_on = theme.confdir .. "/icons/note.png"
|
||||
theme.widget_music_pause = theme.confdir .. "/icons/pause.png"
|
||||
theme.widget_music_stop = theme.confdir .. "/icons/stop.png"
|
||||
theme.taglist_squares_sel = theme.confdir .. "/icons/square_a.png"
|
||||
theme.taglist_squares_unsel = theme.confdir .. "/icons/square_b.png"
|
||||
theme.tasklist_plain_task_name = true
|
||||
theme.tasklist_disable_icon = true
|
||||
theme.useless_gap = 5
|
||||
theme.layout_tile = theme.confdir .. "/icons/tile.png"
|
||||
theme.layout_tilegaps = theme.confdir .. "/icons/tilegaps.png"
|
||||
theme.layout_tileleft = theme.confdir .. "/icons/tileleft.png"
|
||||
theme.layout_tilebottom = theme.confdir .. "/icons/tilebottom.png"
|
||||
theme.layout_tiletop = theme.confdir .. "/icons/tiletop.png"
|
||||
theme.layout_fairv = theme.confdir .. "/icons/fairv.png"
|
||||
theme.layout_fairh = theme.confdir .. "/icons/fairh.png"
|
||||
theme.layout_spiral = theme.confdir .. "/icons/spiral.png"
|
||||
theme.layout_dwindle = theme.confdir .. "/icons/dwindle.png"
|
||||
theme.layout_max = theme.confdir .. "/icons/max.png"
|
||||
theme.layout_fullscreen = theme.confdir .. "/icons/fullscreen.png"
|
||||
theme.layout_magnifier = theme.confdir .. "/icons/magnifier.png"
|
||||
theme.layout_floating = theme.confdir .. "/icons/floating.png"
|
||||
theme.titlebar_close_button_normal = theme.confdir .. "/icons/titlebar/close_normal.png"
|
||||
theme.titlebar_close_button_focus = theme.confdir .. "/icons/titlebar/close_focus.png"
|
||||
theme.titlebar_minimize_button_normal = theme.confdir .. "/icons/titlebar/minimize_normal.png"
|
||||
theme.titlebar_minimize_button_focus = theme.confdir .. "/icons/titlebar/minimize_focus.png"
|
||||
theme.titlebar_ontop_button_normal_inactive = theme.confdir .. "/icons/titlebar/ontop_normal_inactive.png"
|
||||
theme.titlebar_ontop_button_focus_inactive = theme.confdir .. "/icons/titlebar/ontop_focus_inactive.png"
|
||||
theme.titlebar_ontop_button_normal_active = theme.confdir .. "/icons/titlebar/ontop_normal_active.png"
|
||||
theme.titlebar_ontop_button_focus_active = theme.confdir .. "/icons/titlebar/ontop_focus_active.png"
|
||||
theme.titlebar_sticky_button_normal_inactive = theme.confdir .. "/icons/titlebar/sticky_normal_inactive.png"
|
||||
theme.titlebar_sticky_button_focus_inactive = theme.confdir .. "/icons/titlebar/sticky_focus_inactive.png"
|
||||
theme.titlebar_sticky_button_normal_active = theme.confdir .. "/icons/titlebar/sticky_normal_active.png"
|
||||
theme.titlebar_sticky_button_focus_active = theme.confdir .. "/icons/titlebar/sticky_focus_active.png"
|
||||
theme.titlebar_floating_button_normal_inactive = theme.confdir .. "/icons/titlebar/floating_normal_inactive.png"
|
||||
theme.titlebar_floating_button_focus_inactive = theme.confdir .. "/icons/titlebar/floating_focus_inactive.png"
|
||||
theme.titlebar_floating_button_normal_active = theme.confdir .. "/icons/titlebar/floating_normal_active.png"
|
||||
theme.titlebar_floating_button_focus_active = theme.confdir .. "/icons/titlebar/floating_focus_active.png"
|
||||
theme.titlebar_maximized_button_normal_inactive = theme.confdir .. "/icons/titlebar/maximized_normal_inactive.png"
|
||||
theme.titlebar_maximized_button_focus_inactive = theme.confdir .. "/icons/titlebar/maximized_focus_inactive.png"
|
||||
theme.titlebar_maximized_button_normal_active = theme.confdir .. "/icons/titlebar/maximized_normal_active.png"
|
||||
theme.titlebar_maximized_button_focus_active = theme.confdir .. "/icons/titlebar/maximized_focus_active.png"
|
||||
|
||||
local markup = lain.util.markup
|
||||
|
||||
-- Textclock
|
||||
os.setlocale(os.getenv("LANG")) -- to localize the clock
|
||||
local clockicon = wibox.widget.imagebox(theme.widget_clock)
|
||||
local mytextclock = wibox.widget.textclock(markup("#7788af", "%A %d %B ") .. markup("#535f7a", ">") .. markup("#de5e1e", " %H:%M "))
|
||||
mytextclock.font = theme.font
|
||||
|
||||
-- Calendar
|
||||
theme.cal = lain.widget.cal({
|
||||
attach_to = { mytextclock },
|
||||
notification_preset = {
|
||||
font = "Noto Sans Mono Medium 10",
|
||||
fg = theme.fg_normal,
|
||||
bg = theme.bg_normal
|
||||
}
|
||||
})
|
||||
|
||||
-- Weather
|
||||
local weathericon = wibox.widget.imagebox(theme.widget_weather)
|
||||
theme.weather = lain.widget.weather({
|
||||
city_id = 2803138, -- placeholder (Belgium)
|
||||
notification_preset = { font = "Noto Sans Mono Medium 10", fg = theme.fg_normal },
|
||||
weather_na_markup = markup.fontfg(theme.font, "#eca4c4", "N/A "),
|
||||
settings = function()
|
||||
descr = weather_now["weather"][1]["description"]:lower()
|
||||
units = math.floor(weather_now["main"]["temp"])
|
||||
widget:set_markup(markup.fontfg(theme.font, "#eca4c4", descr .. " @ " .. units .. "°C "))
|
||||
end
|
||||
})
|
||||
|
||||
-- / fs
|
||||
--[[ commented because it needs Gio/Glib >= 2.54
|
||||
local fsicon = wibox.widget.imagebox(theme.widget_fs)
|
||||
theme.fs = lain.widget.fs({
|
||||
notification_preset = { font = "Noto Sans Mono Medium 10", fg = theme.fg_normal },
|
||||
settings = function()
|
||||
widget:set_markup(markup.fontfg(theme.font, "#80d9d8", string.format("%.1f", fs_now["/"].used) .. "% "))
|
||||
end
|
||||
})
|
||||
--]]
|
||||
|
||||
-- Mail IMAP check
|
||||
--[[ commented because it needs to be set before use
|
||||
local mailicon = wibox.widget.imagebox()
|
||||
theme.mail = lain.widget.imap({
|
||||
timeout = 180,
|
||||
server = "server",
|
||||
mail = "mail",
|
||||
password = "keyring get mail",
|
||||
settings = function()
|
||||
if mailcount > 0 then
|
||||
mailicon:set_image(theme.widget_mail)
|
||||
widget:set_markup(markup.fontfg(theme.font, "#cccccc", mailcount .. " "))
|
||||
else
|
||||
widget:set_text("")
|
||||
--mailicon:set_image() -- not working in 4.0
|
||||
mailicon._private.image = nil
|
||||
mailicon:emit_signal("widget::redraw_needed")
|
||||
mailicon:emit_signal("widget::layout_changed")
|
||||
end
|
||||
end
|
||||
})
|
||||
--]]
|
||||
|
||||
-- CPU
|
||||
local cpuicon = wibox.widget.imagebox(theme.widget_cpu)
|
||||
local cpu = lain.widget.cpu({
|
||||
settings = function()
|
||||
widget:set_markup(markup.fontfg(theme.font, "#e33a6e", cpu_now.usage .. "% "))
|
||||
end
|
||||
})
|
||||
|
||||
-- Coretemp
|
||||
local tempicon = wibox.widget.imagebox(theme.widget_temp)
|
||||
local temp = lain.widget.temp({
|
||||
settings = function()
|
||||
widget:set_markup(markup.fontfg(theme.font, "#f1af5f", coretemp_now .. "°C "))
|
||||
end
|
||||
})
|
||||
|
||||
-- Battery
|
||||
local baticon = wibox.widget.imagebox(theme.widget_batt)
|
||||
local bat = lain.widget.bat({
|
||||
settings = function()
|
||||
local perc = bat_now.perc ~= "N/A" and bat_now.perc .. "%" or bat_now.perc
|
||||
|
||||
if bat_now.ac_status == 1 then
|
||||
perc = perc .. " plug"
|
||||
end
|
||||
|
||||
widget:set_markup(markup.fontfg(theme.font, theme.fg_normal, perc .. " "))
|
||||
end
|
||||
})
|
||||
|
||||
-- ALSA volume
|
||||
local volicon = wibox.widget.imagebox(theme.widget_vol)
|
||||
theme.volume = lain.widget.alsa({
|
||||
settings = function()
|
||||
if volume_now.status == "off" then
|
||||
volume_now.level = volume_now.level .. "M"
|
||||
end
|
||||
|
||||
widget:set_markup(markup.fontfg(theme.font, "#7493d2", volume_now.level .. "% "))
|
||||
end
|
||||
})
|
||||
|
||||
-- Net
|
||||
local netdownicon = wibox.widget.imagebox(theme.widget_netdown)
|
||||
local netdowninfo = wibox.widget.textbox()
|
||||
local netupicon = wibox.widget.imagebox(theme.widget_netup)
|
||||
local netupinfo = lain.widget.net({
|
||||
settings = function()
|
||||
if iface ~= "network off" and
|
||||
string.match(theme.weather.widget.text, "N/A")
|
||||
then
|
||||
theme.weather.update()
|
||||
end
|
||||
|
||||
widget:set_markup(markup.fontfg(theme.font, "#e54c62", net_now.sent .. " "))
|
||||
netdowninfo:set_markup(markup.fontfg(theme.font, "#87af5f", net_now.received .. " "))
|
||||
end
|
||||
})
|
||||
|
||||
-- MEM
|
||||
local memicon = wibox.widget.imagebox(theme.widget_mem)
|
||||
local memory = lain.widget.mem({
|
||||
settings = function()
|
||||
widget:set_markup(markup.fontfg(theme.font, "#e0da37", mem_now.used .. "M "))
|
||||
end
|
||||
})
|
||||
|
||||
-- MPD
|
||||
local musicplr = "urxvt -title Music -g 130x34-320+16 -e ncmpcpp"
|
||||
local mpdicon = wibox.widget.imagebox(theme.widget_music)
|
||||
mpdicon:buttons(my_table.join(
|
||||
awful.button({ modkey }, 1, function () awful.spawn.with_shell(musicplr) end),
|
||||
--[[awful.button({ }, 1, function ()
|
||||
awful.spawn.with_shell("mpc prev")
|
||||
theme.mpd.update()
|
||||
end),
|
||||
--]]
|
||||
awful.button({ }, 2, function ()
|
||||
awful.spawn.with_shell("mpc toggle")
|
||||
theme.mpd.update()
|
||||
end),
|
||||
awful.button({ modkey }, 3, function () awful.spawn.with_shell("pkill ncmpcpp") end),
|
||||
awful.button({ }, 3, function ()
|
||||
awful.spawn.with_shell("mpc stop")
|
||||
theme.mpd.update()
|
||||
end)))
|
||||
theme.mpd = lain.widget.mpd({
|
||||
settings = function()
|
||||
if mpd_now.state == "play" then
|
||||
artist = " " .. mpd_now.artist .. " "
|
||||
title = mpd_now.title .. " "
|
||||
mpdicon:set_image(theme.widget_music_on)
|
||||
widget:set_markup(markup.font(theme.font, markup("#FFFFFF", artist) .. " " .. title))
|
||||
elseif mpd_now.state == "pause" then
|
||||
widget:set_markup(markup.font(theme.font, " mpd paused "))
|
||||
mpdicon:set_image(theme.widget_music_pause)
|
||||
else
|
||||
widget:set_text("")
|
||||
mpdicon:set_image(theme.widget_music)
|
||||
end
|
||||
end
|
||||
})
|
||||
|
||||
function theme.at_screen_connect(s)
|
||||
-- Quake application
|
||||
-- s.quake = lain.util.quake({ app = awful.util.terminal })
|
||||
s.quake = lain.util.quake({ app = "termite", height = 0.50, argname = "--name %s" })
|
||||
|
||||
-- If wallpaper is a function, call it with the screen
|
||||
local wallpaper = theme.wallpaper
|
||||
if type(wallpaper) == "function" then
|
||||
wallpaper = wallpaper(s)
|
||||
end
|
||||
gears.wallpaper.maximized(wallpaper, s, true)
|
||||
|
||||
-- Tags
|
||||
awful.tag(awful.util.tagnames, s, awful.layout.layouts[1])
|
||||
|
||||
-- Create a promptbox for each screen
|
||||
s.mypromptbox = awful.widget.prompt()
|
||||
-- Create an imagebox widget which will contains an icon indicating which layout we're using.
|
||||
-- We need one layoutbox per screen.
|
||||
s.mylayoutbox = awful.widget.layoutbox(s)
|
||||
s.mylayoutbox:buttons(my_table.join(
|
||||
awful.button({ }, 1, function () awful.layout.inc( 1) end),
|
||||
awful.button({ }, 3, function () awful.layout.inc(-1) end),
|
||||
awful.button({ }, 4, function () awful.layout.inc( 1) end),
|
||||
awful.button({ }, 5, function () awful.layout.inc(-1) end)))
|
||||
-- Create a taglist widget
|
||||
s.mytaglist = awful.widget.taglist(s, awful.widget.taglist.filter.all, awful.util.taglist_buttons)
|
||||
|
||||
-- Create a tasklist widget
|
||||
s.mytasklist = awful.widget.tasklist(s, awful.widget.tasklist.filter.currenttags, awful.util.tasklist_buttons)
|
||||
|
||||
-- Create the wibox
|
||||
s.mywibox = awful.wibar({ position = "top", screen = s, height = dpi(20), bg = theme.bg_normal, fg = theme.fg_normal })
|
||||
|
||||
-- Add widgets to the wibox
|
||||
s.mywibox:setup {
|
||||
layout = wibox.layout.align.horizontal,
|
||||
{ -- Left widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
--s.mylayoutbox,
|
||||
s.mytaglist,
|
||||
s.mypromptbox,
|
||||
},
|
||||
--s.mytasklist, -- Middle widget
|
||||
nil,
|
||||
{ -- Right widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
--mailicon,
|
||||
--mail.widget,
|
||||
mpdicon,
|
||||
theme.mpd.widget,
|
||||
netdownicon,
|
||||
netdowninfo,
|
||||
netupicon,
|
||||
netupinfo.widget,
|
||||
volicon,
|
||||
theme.volume.widget,
|
||||
memicon,
|
||||
memory.widget,
|
||||
cpuicon,
|
||||
cpu.widget,
|
||||
weathericon,
|
||||
theme.weather.widget,
|
||||
tempicon,
|
||||
temp.widget,
|
||||
baticon,
|
||||
bat.widget,
|
||||
clockicon,
|
||||
mytextclock,
|
||||
wibox.widget.systray(),
|
||||
|
||||
},
|
||||
}
|
||||
|
||||
-- Create the bottom wibox
|
||||
s.mybottomwibox = awful.wibar({ position = "bottom", screen = s, border_width = 0, height = dpi(20), bg = theme.bg_normal, fg = theme.fg_normal })
|
||||
|
||||
-- Add widgets to the bottom wibox
|
||||
s.mybottomwibox:setup {
|
||||
layout = wibox.layout.align.horizontal,
|
||||
{ -- Left widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
},
|
||||
s.mytasklist, -- Middle widget
|
||||
{ -- Right widgets
|
||||
layout = wibox.layout.fixed.horizontal,
|
||||
s.mylayoutbox,
|
||||
},
|
||||
}
|
||||
end
|
||||
|
||||
return theme
|
BIN
awesome/themes/multicolor/wallpaper.jpg
Normal file
After Width: | Height: | Size: 2.3 MiB |
BIN
awesome/themes/powerarrow-blue/icons/ac.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
awesome/themes/powerarrow-blue/icons/awesome.png
Normal file
After Width: | Height: | Size: 200 B |
BIN
awesome/themes/powerarrow-blue/icons/battery.png
Normal file
After Width: | Height: | Size: 334 B |
BIN
awesome/themes/powerarrow-blue/icons/battery_empty.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
awesome/themes/powerarrow-blue/icons/battery_low.png
Normal file
After Width: | Height: | Size: 332 B |
BIN
awesome/themes/powerarrow-blue/icons/cpu.png
Normal file
After Width: | Height: | Size: 333 B |
BIN
awesome/themes/powerarrow-blue/icons/dish.png
Normal file
After Width: | Height: | Size: 206 B |
BIN
awesome/themes/powerarrow-blue/icons/floating.png
Normal file
After Width: | Height: | Size: 165 B |
BIN
awesome/themes/powerarrow-blue/icons/fwd.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
awesome/themes/powerarrow-blue/icons/hdd.png
Normal file
After Width: | Height: | Size: 342 B |
BIN
awesome/themes/powerarrow-blue/icons/mail.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
awesome/themes/powerarrow-blue/icons/mail_on.png
Normal file
After Width: | Height: | Size: 183 B |
BIN
awesome/themes/powerarrow-blue/icons/mem.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
awesome/themes/powerarrow-blue/icons/net.png
Normal file
After Width: | Height: | Size: 162 B |
BIN
awesome/themes/powerarrow-blue/icons/next.png
Normal file
After Width: | Height: | Size: 328 B |
BIN
awesome/themes/powerarrow-blue/icons/note.png
Normal file
After Width: | Height: | Size: 153 B |
BIN
awesome/themes/powerarrow-blue/icons/note_on.png
Normal file
After Width: | Height: | Size: 164 B |
BIN
awesome/themes/powerarrow-blue/icons/pacman.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
awesome/themes/powerarrow-blue/icons/pause.png
Normal file
After Width: | Height: | Size: 316 B |
BIN
awesome/themes/powerarrow-blue/icons/phones.png
Normal file
After Width: | Height: | Size: 337 B |
BIN
awesome/themes/powerarrow-blue/icons/play.png
Normal file
After Width: | Height: | Size: 329 B |
BIN
awesome/themes/powerarrow-blue/icons/prev.png
Normal file
After Width: | Height: | Size: 325 B |
BIN
awesome/themes/powerarrow-blue/icons/rwd.png
Normal file
After Width: | Height: | Size: 331 B |
BIN
awesome/themes/powerarrow-blue/icons/scissors.png
Normal file
After Width: | Height: | Size: 160 B |
BIN
awesome/themes/powerarrow-blue/icons/square_sel.png
Executable file
After Width: | Height: | Size: 139 B |
BIN
awesome/themes/powerarrow-blue/icons/square_unsel.png
Executable file
After Width: | Height: | Size: 209 B |
BIN
awesome/themes/powerarrow-blue/icons/stop.png
Normal file
After Width: | Height: | Size: 322 B |
BIN
awesome/themes/powerarrow-blue/icons/submenu.png
Executable file
After Width: | Height: | Size: 142 B |
BIN
awesome/themes/powerarrow-blue/icons/task.png
Normal file
After Width: | Height: | Size: 169 B |
BIN
awesome/themes/powerarrow-blue/icons/temp.png
Normal file
After Width: | Height: | Size: 338 B |
BIN
awesome/themes/powerarrow-blue/icons/tile.png
Normal file
After Width: | Height: | Size: 159 B |
BIN
awesome/themes/powerarrow-blue/icons/tilebottom.png
Normal file
After Width: | Height: | Size: 163 B |
BIN
awesome/themes/powerarrow-blue/icons/tileleft.png
Normal file
After Width: | Height: | Size: 161 B |
BIN
awesome/themes/powerarrow-blue/icons/tiletop.png
Normal file
After Width: | Height: | Size: 163 B |
BIN
awesome/themes/powerarrow-blue/icons/titlebar/close_focus.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
awesome/themes/powerarrow-blue/icons/titlebar/close_normal.png
Normal file
After Width: | Height: | Size: 324 B |
After Width: | Height: | Size: 187 B |
After Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 324 B |
After Width: | Height: | Size: 250 B |
After Width: | Height: | Size: 196 B |
After Width: | Height: | Size: 263 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 269 B |
After Width: | Height: | Size: 191 B |
After Width: | Height: | Size: 255 B |