Clean up configs, remove bashrc conflicting with bash
3
home/.config/awesome/themes/default/README
Normal file
@ -0,0 +1,3 @@
|
||||
Background images:
|
||||
Mikael Eriksson <mikael_eriksson@miffe.org>
|
||||
Licensed under CC-BY-SA-3.0
|
BIN
home/.config/awesome/themes/default/bacground.png
Normal file
After Width: | Height: | Size: 432 KiB |
BIN
home/.config/awesome/themes/default/background.png
Normal file
After Width: | Height: | Size: 220 KiB |
BIN
home/.config/awesome/themes/default/background.png.back
Normal file
After Width: | Height: | Size: 220 KiB |
BIN
home/.config/awesome/themes/default/background_white.png
Normal file
After Width: | Height: | Size: 265 KiB |
BIN
home/.config/awesome/themes/default/icon/Arch.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
home/.config/awesome/themes/default/icon/awesome16.png
Normal file
After Width: | Height: | Size: 182 B |
BIN
home/.config/awesome/themes/default/layouts/dwindle.png
Normal file
After Width: | Height: | Size: 967 B |
BIN
home/.config/awesome/themes/default/layouts/dwindlew.png
Normal file
After Width: | Height: | Size: 997 B |
BIN
home/.config/awesome/themes/default/layouts/fairh.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
home/.config/awesome/themes/default/layouts/fairhw.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
home/.config/awesome/themes/default/layouts/fairv.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
home/.config/awesome/themes/default/layouts/fairvw.png
Normal file
After Width: | Height: | Size: 201 B |
BIN
home/.config/awesome/themes/default/layouts/floating.png
Normal file
After Width: | Height: | Size: 395 B |
BIN
home/.config/awesome/themes/default/layouts/floatingw.png
Normal file
After Width: | Height: | Size: 388 B |
BIN
home/.config/awesome/themes/default/layouts/fullscreen.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
home/.config/awesome/themes/default/layouts/fullscreenw.png
Normal file
After Width: | Height: | Size: 202 B |
BIN
home/.config/awesome/themes/default/layouts/magnifier.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
home/.config/awesome/themes/default/layouts/magnifierw.png
Normal file
After Width: | Height: | Size: 209 B |
BIN
home/.config/awesome/themes/default/layouts/max.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
home/.config/awesome/themes/default/layouts/maxw.png
Normal file
After Width: | Height: | Size: 321 B |
BIN
home/.config/awesome/themes/default/layouts/spiral.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
home/.config/awesome/themes/default/layouts/spiralw.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
home/.config/awesome/themes/default/layouts/tile.png
Normal file
After Width: | Height: | Size: 174 B |
BIN
home/.config/awesome/themes/default/layouts/tilebottom.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
home/.config/awesome/themes/default/layouts/tilebottomw.png
Normal file
After Width: | Height: | Size: 216 B |
BIN
home/.config/awesome/themes/default/layouts/tileleft.png
Normal file
After Width: | Height: | Size: 172 B |
BIN
home/.config/awesome/themes/default/layouts/tileleftw.png
Normal file
After Width: | Height: | Size: 170 B |
BIN
home/.config/awesome/themes/default/layouts/tiletop.png
Normal file
After Width: | Height: | Size: 195 B |
BIN
home/.config/awesome/themes/default/layouts/tiletopw.png
Normal file
After Width: | Height: | Size: 215 B |
BIN
home/.config/awesome/themes/default/layouts/tilew.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
home/.config/awesome/themes/default/submenu.png
Normal file
After Width: | Height: | Size: 440 B |
BIN
home/.config/awesome/themes/default/taglist/squarefw.png
Normal file
After Width: | Height: | Size: 187 B |
BIN
home/.config/awesome/themes/default/taglist/squarew.png
Normal file
After Width: | Height: | Size: 193 B |
BIN
home/.config/awesome/themes/default/tasklist/floating.png
Normal file
After Width: | Height: | Size: 345 B |
BIN
home/.config/awesome/themes/default/tasklist/floatingw.png
Normal file
After Width: | Height: | Size: 334 B |
145
home/.config/awesome/themes/default/theme.lua
Normal file
@ -0,0 +1,145 @@
|
||||
---------------------------
|
||||
-- Default SETKEH theme --
|
||||
---------------------------
|
||||
|
||||
local awful = require("awful")
|
||||
|
||||
--Configure home path so you dont have too
|
||||
home_path = os.getenv('HOME') .. '/'
|
||||
|
||||
theme = {}
|
||||
theme.wallpaper = awful.util.getdir("config") .. "/themes/default/bg.png"
|
||||
theme.font = "terminus 8"
|
||||
|
||||
theme.bg_normal = "#222222"
|
||||
theme.bg_focus = "#535d6c"
|
||||
theme.bg_urgent = "#ff0000"
|
||||
theme.bg_minimize = "#444444"
|
||||
theme.bg_tooltip = "#d6d6d6"
|
||||
theme.bg_em = "#5a5a5a"
|
||||
theme.bg_systray = theme.bg_normal
|
||||
|
||||
theme.fg_normal = "#aaaaaa"
|
||||
theme.fg_focus = "#ffffff"
|
||||
theme.fg_urgent = "#ffffff"
|
||||
theme.fg_minimize = "#ffffff"
|
||||
theme.fg_tooltip = "#1a1a1a"
|
||||
theme.fg_em = "#d6d6d6"
|
||||
|
||||
theme.border_width = "1"
|
||||
theme.border_normal = "#000000"
|
||||
theme.border_focus = "#535d6c"
|
||||
theme.border_marked = "#91231c"
|
||||
theme.fg_widget_value = "#aaaaaa"
|
||||
theme.fg_widget_clock = "#aaaaaa"
|
||||
theme.fg_widget_value_important = "#aaaaaa"
|
||||
theme.fg_widget = "#908884"
|
||||
theme.fg_center_widget = "#636363"
|
||||
theme.fg_end_widget = "#1a1a1a"
|
||||
theme.bg_widget = "#2a2a2a"
|
||||
theme.border_widget = "#3F3F3F"
|
||||
|
||||
-- There are other variable sets
|
||||
-- overriding the default one when
|
||||
-- defined, the sets are:
|
||||
-- [taglist|tasklist]_[bg|fg]_[focus|urgent]
|
||||
-- titlebar_[bg|fg]_[normal|focus]
|
||||
-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
|
||||
-- mouse_finder_[color|timeout|animate_timeout|radius|factor]
|
||||
-- Example:
|
||||
--theme.taglist_bg_focus = "#ff0000"
|
||||
|
||||
-- Display the taglist squares
|
||||
theme.taglist_squares_sel = home_path .. '.config/awesome/themes/default/taglist/squarefw.png'
|
||||
theme.taglist_squares_unsel = home_path .. '.config/awesome/themes/default/taglist/squarew.png'
|
||||
|
||||
theme.tasklist_floating_icon = home_path .. '.config/awesome/themes/default/tasklist/floatingw.png'
|
||||
|
||||
-- Variables set for theming the menu:
|
||||
-- menu_[bg|fg]_[normal|focus]
|
||||
-- menu_[border_color|border_width]
|
||||
theme.menu_submenu_icon = home_path .. '.config/awesome/themes/default/submenu.png'
|
||||
theme.menu_height = "15"
|
||||
theme.menu_width = "100"
|
||||
|
||||
-- You can add as many variables as
|
||||
-- you wish and access them by using
|
||||
-- beautiful.variable in your rc.lua
|
||||
--theme.bg_widget = "#cc0000"
|
||||
|
||||
-- Define the image to load
|
||||
theme.titlebar_close_button_normal = home_path .. '.config/awesome/themes/default/titlebar/close_normal.png'
|
||||
theme.titlebar_close_button_focus = home_path .. '.config/awesome/themes/default/titlebar/close_focus.png'
|
||||
|
||||
theme.titlebar_ontop_button_normal_inactive = home_path .. '.config/awesome/themes/default/titlebar/ontop_normal_inactive.png'
|
||||
theme.titlebar_ontop_button_focus_inactive = home_path .. '.config/awesome/themes/default/titlebar/ontop_focus_inactive.png'
|
||||
theme.titlebar_ontop_button_normal_active = home_path .. '/home/setkeh/.config/awesome/themes/default/titlebar/ontop_normal_active.png'
|
||||
theme.titlebar_ontop_button_focus_active = home_path .. '.config/awesome/themes/default/titlebar/ontop_focus_active.png'
|
||||
|
||||
theme.titlebar_sticky_button_normal_inactive = home_path .. '.config/awesome/themes/default/titlebar/sticky_normal_inactive.png'
|
||||
theme.titlebar_sticky_button_focus_inactive = home_path .. '.config/awesome/themes/default/titlebar/sticky_focus_inactive.png'
|
||||
theme.titlebar_sticky_button_normal_active = home_path .. '.config/awesome/themes/default/titlebar/sticky_normal_active.png'
|
||||
theme.titlebar_sticky_button_focus_active = home_path .. '.config/awesome/themes/default/titlebar/sticky_focus_active.png'
|
||||
|
||||
theme.titlebar_floating_button_normal_inactive = home_path .. '.config/awesome/themes/default/titlebar/floating_normal_inactive.png'
|
||||
theme.titlebar_floating_button_focus_inactive = home_path .. '.config/awesome/themes/default/titlebar/floating_focus_inactive.png'
|
||||
theme.titlebar_floating_button_normal_active = home_path .. '.config/awesome/themes/default/titlebar/floating_normal_active.png'
|
||||
theme.titlebar_floating_button_focus_active = home_path .. '.config/awesome/themes/default/titlebar/floating_focus_active.png'
|
||||
|
||||
theme.titlebar_maximized_button_normal_inactive = home_path .. '.config/awesome/themes/default/titlebar/maximized_normal_inactive.png'
|
||||
theme.titlebar_maximized_button_focus_inactive = home_path .. '.config/awesome/themes/default/titlebar/maximized_focus_inactive.png'
|
||||
theme.titlebar_maximized_button_normal_active = home_path .. '.config/awesome/themes/default/titlebar/maximized_normal_active.png'
|
||||
theme.titlebar_maximized_button_focus_active = home_path .. '.config/awesome/themes/default/titlebar/maximized_focus_active.png'
|
||||
|
||||
-- You can use your own layout icons like this:
|
||||
theme.layout_fairh = home_path .. '.config/awesome/themes/default/layouts/fairhw.png'
|
||||
theme.layout_fairv = home_path .. '.config/awesome/themes/default/layouts/fairvw.png'
|
||||
theme.layout_floating = home_path .. '.config/awesome/themes/default/layouts/floatingw.png'
|
||||
theme.layout_magnifier = home_path .. '.config/awesome/themes/default/layouts/magnifierw.png'
|
||||
theme.layout_max = home_path .. '.config/awesome/themes/default/layouts/maxw.png'
|
||||
theme.layout_fullscreen = home_path .. '.config/awesome/themes/default/layouts/fullscreenw.png'
|
||||
theme.layout_tilebottom = home_path .. '.config/awesome/themes/default/layouts/tilebottomw.png'
|
||||
theme.layout_tileleft = home_path .. '.config/awesome/themes/default/layouts/tileleftw.png'
|
||||
theme.layout_tile = home_path .. '.config/awesome/themes/default/layouts/tilew.png'
|
||||
theme.layout_tiletop = home_path .. '.config/awesome/themes/default/layouts/tiletopw.png'
|
||||
theme.layout_spiral = home_path .. '.config/awesome/themes/default/layouts/spiralw.png'
|
||||
theme.layout_dwindle = home_path .. '.config/awesome/themes/default/layouts/dwindlew.png'
|
||||
|
||||
theme.awesome_icon = home_path .. '.config/awesome/themes/default/icon/awesome16.png'
|
||||
theme.arch_icon = home_path .. '.config/awesome/themes/default/icon/Arch.png'
|
||||
|
||||
-- {{{ Widgets
|
||||
theme.widget_disk = awful.util.getdir("config") .. "/themes/default/widgets/disk.png"
|
||||
theme.widget_cpu = awful.util.getdir("config") .. "/themes/default/widgets/cpu.png"
|
||||
theme.widget_ac = awful.util.getdir("config") .. "/themes/default/widgets/ac.png"
|
||||
theme.widget_acblink = awful.util.getdir("config") .. "/themes/default/widgets/acblink.png"
|
||||
theme.widget_blank = awful.util.getdir("config") .. "/themes/default/widgets/blank.png"
|
||||
theme.widget_batfull = awful.util.getdir("config") .. "/themes/default/widgets/batfull.png"
|
||||
theme.widget_batmed = awful.util.getdir("config") .. "/themes/default/widgets/batmed.png"
|
||||
theme.widget_batlow = awful.util.getdir("config") .. "/themes/default/widgets/batlow.png"
|
||||
theme.widget_batempty = awful.util.getdir("config") .. "/themes/default/widgets/batempty.png"
|
||||
theme.widget_vol = awful.util.getdir("config") .. "/themes/default/widgets/vol.png"
|
||||
theme.widget_mute = awful.util.getdir("config") .. "/themes/default/widgets/mute.png"
|
||||
theme.widget_pac = awful.util.getdir("config") .. "/themes/default/widgets/pac.png"
|
||||
theme.widget_pacnew = awful.util.getdir("config") .. "/themes/default/widgets/pacnew.png"
|
||||
theme.widget_mail = awful.util.getdir("config") .. "/themes/default/widgets/mail.png"
|
||||
theme.widget_mailnew = awful.util.getdir("config") .. "/themes/default/widgets/mailnew.png"
|
||||
theme.widget_temp = awful.util.getdir("config") .. "/themes/default/widgets/temp.png"
|
||||
theme.widget_tempwarn = awful.util.getdir("config") .. "/themes/default/widgets/tempwarm.png"
|
||||
theme.widget_temphot = awful.util.getdir("config") .. "/themes/default/widgets/temphot.png"
|
||||
theme.widget_wifi = awful.util.getdir("config") .. "/themes/default/widgets/wifi.png"
|
||||
theme.widget_nowifi = awful.util.getdir("config") .. "/themes/default/widgets/nowifi.png"
|
||||
theme.widget_mpd = awful.util.getdir("config") .. "/themes/default/widgets/mpd.png"
|
||||
theme.widget_play = awful.util.getdir("config") .. "/themes/default/widgets/play.png"
|
||||
theme.widget_pause = awful.util.getdir("config") .. "/themes/default/widgets/pause.png"
|
||||
theme.widget_ram = awful.util.getdir("config") .. "/themes/default/widgets/ram.png"
|
||||
theme.widget_mem = awful.util.getdir("config") .. "/themes/default/tp/ram.png"
|
||||
theme.widget_swap = awful.util.getdir("config") .. "/themes/default/tp/swap.png"
|
||||
theme.widget_fs = awful.util.getdir("config") .. "/themes/default/tp/fs_01.png"
|
||||
theme.widget_fs2 = awful.util.getdir("config") .. "/themes/default/tp/fs_02.png"
|
||||
theme.widget_up = awful.util.getdir("config") .. "/themes/default/tp/up.png"
|
||||
theme.widget_down = awful.util.getdir("config") .. "/themes/default/tp/down.png"
|
||||
-- }}}
|
||||
|
||||
return theme
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
100
home/.config/awesome/themes/default/theme.lua~
Normal file
@ -0,0 +1,100 @@
|
||||
---------------------------
|
||||
-- Default awesome theme --
|
||||
---------------------------
|
||||
|
||||
theme = {}
|
||||
|
||||
#theme.font = "sans 8"
|
||||
theme.font = "terminus 8"
|
||||
|
||||
theme.bg_normal = "#222222"
|
||||
theme.bg_focus = "#535d6c"
|
||||
theme.bg_urgent = "#ff0000"
|
||||
theme.bg_minimize = "#444444"
|
||||
|
||||
theme.fg_normal = "#aaaaaa"
|
||||
theme.fg_focus = "#ffffff"
|
||||
theme.fg_urgent = "#ffffff"
|
||||
theme.fg_minimize = "#ffffff"
|
||||
|
||||
theme.border_width = "1"
|
||||
theme.border_normal = "#000000"
|
||||
theme.border_focus = "#535d6c"
|
||||
theme.border_marked = "#91231c"
|
||||
|
||||
-- There are other variable sets
|
||||
-- overriding the default one when
|
||||
-- defined, the sets are:
|
||||
-- [taglist|tasklist]_[bg|fg]_[focus|urgent]
|
||||
-- titlebar_[bg|fg]_[normal|focus]
|
||||
-- tooltip_[font|opacity|fg_color|bg_color|border_width|border_color]
|
||||
-- mouse_finder_[color|timeout|animate_timeout|radius|factor]
|
||||
-- Example:
|
||||
--theme.taglist_bg_focus = "#ff0000"
|
||||
|
||||
-- Display the taglist squares
|
||||
theme.taglist_squares_sel = "/home/setkeh/.config/awesome/themes/default/taglist/squarefw.png"
|
||||
theme.taglist_squares_unsel = "/home/setkeh/.config/awesome/themes/default/taglist/squarew.png"
|
||||
|
||||
theme.tasklist_floating_icon = "/home/setkeh/.config/awesome/themes/default/tasklist/floatingw.png"
|
||||
|
||||
-- Variables set for theming the menu:
|
||||
-- menu_[bg|fg]_[normal|focus]
|
||||
-- menu_[border_color|border_width]
|
||||
theme.menu_submenu_icon = "/home/setkeh/.config/awesome/themes/default/submenu.png"
|
||||
theme.menu_height = "15"
|
||||
theme.menu_width = "100"
|
||||
|
||||
-- You can add as many variables as
|
||||
-- you wish and access them by using
|
||||
-- beautiful.variable in your rc.lua
|
||||
--theme.bg_widget = "#cc0000"
|
||||
|
||||
-- Define the image to load
|
||||
theme.titlebar_close_button_normal = "/home/setkeh/.config/awesome/themes/default/titlebar/close_normal.png"
|
||||
theme.titlebar_close_button_focus = "/home/setkeh/.config/awesome/themes/default/titlebar/close_focus.png"
|
||||
|
||||
theme.titlebar_ontop_button_normal_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/ontop_normal_inactive.png"
|
||||
theme.titlebar_ontop_button_focus_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/ontop_focus_inactive.png"
|
||||
theme.titlebar_ontop_button_normal_active = "/home/setkeh/.config/awesome/themes/default/titlebar/ontop_normal_active.png"
|
||||
theme.titlebar_ontop_button_focus_active = "/home/setkeh/.config/awesome/themes/default/titlebar/ontop_focus_active.png"
|
||||
|
||||
theme.titlebar_sticky_button_normal_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/sticky_normal_inactive.png"
|
||||
theme.titlebar_sticky_button_focus_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/sticky_focus_inactive.png"
|
||||
theme.titlebar_sticky_button_normal_active = "/home/setkeh/.config/awesome/themes/default/titlebar/sticky_normal_active.png"
|
||||
theme.titlebar_sticky_button_focus_active = "/home/setkeh/.config/awesome/themes/default/titlebar/sticky_focus_active.png"
|
||||
|
||||
theme.titlebar_floating_button_normal_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/floating_normal_inactive.png"
|
||||
theme.titlebar_floating_button_focus_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/floating_focus_inactive.png"
|
||||
theme.titlebar_floating_button_normal_active = "/home/setkeh/.config/awesome/themes/default/titlebar/floating_normal_active.png"
|
||||
theme.titlebar_floating_button_focus_active = "/home/setkeh/.config/awesome/themes/default/titlebar/floating_focus_active.png"
|
||||
|
||||
theme.titlebar_maximized_button_normal_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/maximized_normal_inactive.png"
|
||||
theme.titlebar_maximized_button_focus_inactive = "/home/setkeh/.config/awesome/themes/default/titlebar/maximized_focus_inactive.png"
|
||||
theme.titlebar_maximized_button_normal_active = "/home/setkeh/.config/awesome/themes/default/titlebar/maximized_normal_active.png"
|
||||
theme.titlebar_maximized_button_focus_active = "/home/setkeh/.config/awesome/themes/default/titlebar/maximized_focus_active.png"
|
||||
|
||||
-- You can use your own command to set your wallpaper
|
||||
theme.wallpaper_cmd = { "awsetbg /home/setkeh/.config/awesome/themes/default/prettyff5.png" }
|
||||
--theme.wallpaper_cmd = { "awsetbg /home/setkeh/.config/awesome/themes/default/Sultry.jpg" }
|
||||
--theme.wallpaper_cmd = { "awsetbg /home/setkeh/.config/awesome/themes/default/x.jpg" }
|
||||
|
||||
-- You can use your own layout icons like this:
|
||||
theme.layout_fairh = "/home/setkeh/.config/awesome/themes/default/layouts/fairhw.png"
|
||||
theme.layout_fairv = "/home/setkeh/.config/awesome/themes/default/layouts/fairvw.png"
|
||||
theme.layout_floating = "/home/setkeh/.config/awesome/themes/default/layouts/floatingw.png"
|
||||
theme.layout_magnifier = "/home/setkeh/.config/awesome/themes/default/layouts/magnifierw.png"
|
||||
theme.layout_max = "/home/setkeh/.config/awesome/themes/default/layouts/maxw.png"
|
||||
theme.layout_fullscreen = "/home/setkeh/.config/awesome/themes/default/layouts/fullscreenw.png"
|
||||
theme.layout_tilebottom = "/home/setkeh/.config/awesome/themes/default/layouts/tilebottomw.png"
|
||||
theme.layout_tileleft = "/home/setkeh/.config/awesome/themes/default/layouts/tileleftw.png"
|
||||
theme.layout_tile = "/home/setkeh/.config/awesome/themes/default/layouts/tilew.png"
|
||||
theme.layout_tiletop = "/home/setkeh/.config/awesome/themes/default/layouts/tiletopw.png"
|
||||
theme.layout_spiral = "/home/setkeh/.config/awesome/themes/default/layouts/spiralw.png"
|
||||
theme.layout_dwindle = "/home/setkeh/.config/awesome/themes/default/layouts/dwindlew.png"
|
||||
|
||||
theme.awesome_icon = "/home/setkeh/.config/awesome/themes/default/icon/awesome16.png"
|
||||
theme.arch_icon = "/home/setkeh/.config/awesome/themes/default/icon/Arch.png"
|
||||
|
||||
return theme
|
||||
-- vim: filetype=lua:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:textwidth=80
|
BIN
home/.config/awesome/themes/default/titlebar/close_focus.png
Normal file
After Width: | Height: | Size: 666 B |
BIN
home/.config/awesome/themes/default/titlebar/close_normal.png
Normal file
After Width: | Height: | Size: 905 B |
After Width: | Height: | Size: 598 B |
After Width: | Height: | Size: 623 B |
After Width: | Height: | Size: 876 B |
After Width: | Height: | Size: 614 B |
After Width: | Height: | Size: 1013 B |
After Width: | Height: | Size: 829 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 816 B |
After Width: | Height: | Size: 774 B |
After Width: | Height: | Size: 758 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 756 B |
After Width: | Height: | Size: 833 B |
After Width: | Height: | Size: 663 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 677 B |
BIN
home/.config/awesome/themes/default/widgets/ac.png
Normal file
After Width: | Height: | Size: 986 B |
BIN
home/.config/awesome/themes/default/widgets/acblink.png
Normal file
After Width: | Height: | Size: 820 B |
BIN
home/.config/awesome/themes/default/widgets/bat.png
Normal file
After Width: | Height: | Size: 740 B |
BIN
home/.config/awesome/themes/default/widgets/batempty.png
Normal file
After Width: | Height: | Size: 866 B |
BIN
home/.config/awesome/themes/default/widgets/batfull.png
Normal file
After Width: | Height: | Size: 932 B |
BIN
home/.config/awesome/themes/default/widgets/batlow.png
Normal file
After Width: | Height: | Size: 917 B |
BIN
home/.config/awesome/themes/default/widgets/batmed.png
Normal file
After Width: | Height: | Size: 932 B |
BIN
home/.config/awesome/themes/default/widgets/blank.png
Normal file
After Width: | Height: | Size: 305 B |
BIN
home/.config/awesome/themes/default/widgets/cpu.png
Normal file
After Width: | Height: | Size: 601 B |
BIN
home/.config/awesome/themes/default/widgets/crit.png
Normal file
After Width: | Height: | Size: 727 B |
BIN
home/.config/awesome/themes/default/widgets/disk.png
Normal file
After Width: | Height: | Size: 897 B |
BIN
home/.config/awesome/themes/default/widgets/down.png
Normal file
After Width: | Height: | Size: 938 B |
BIN
home/.config/awesome/themes/default/widgets/fs.png
Normal file
After Width: | Height: | Size: 783 B |
BIN
home/.config/awesome/themes/default/widgets/fs2.png
Normal file
After Width: | Height: | Size: 803 B |
BIN
home/.config/awesome/themes/default/widgets/mail.png
Normal file
After Width: | Height: | Size: 669 B |
BIN
home/.config/awesome/themes/default/widgets/mailnew.png
Normal file
After Width: | Height: | Size: 722 B |
BIN
home/.config/awesome/themes/default/widgets/mpd.png
Normal file
After Width: | Height: | Size: 956 B |
BIN
home/.config/awesome/themes/default/widgets/mpdplay.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
home/.config/awesome/themes/default/widgets/mute.png
Normal file
After Width: | Height: | Size: 1013 B |
BIN
home/.config/awesome/themes/default/widgets/note.png
Normal file
After Width: | Height: | Size: 731 B |
BIN
home/.config/awesome/themes/default/widgets/note2.png
Normal file
After Width: | Height: | Size: 936 B |
BIN
home/.config/awesome/themes/default/widgets/note3.png
Normal file
After Width: | Height: | Size: 888 B |
BIN
home/.config/awesome/themes/default/widgets/nowifi.png
Normal file
After Width: | Height: | Size: 737 B |
BIN
home/.config/awesome/themes/default/widgets/pac.png
Normal file
After Width: | Height: | Size: 899 B |
BIN
home/.config/awesome/themes/default/widgets/pacnew.png
Normal file
After Width: | Height: | Size: 902 B |
BIN
home/.config/awesome/themes/default/widgets/pause.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
home/.config/awesome/themes/default/widgets/play.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
home/.config/awesome/themes/default/widgets/ram.png
Normal file
After Width: | Height: | Size: 691 B |
BIN
home/.config/awesome/themes/default/widgets/temp.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
home/.config/awesome/themes/default/widgets/temphot.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
home/.config/awesome/themes/default/widgets/tempwarm.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
home/.config/awesome/themes/default/widgets/up.png
Normal file
After Width: | Height: | Size: 929 B |
BIN
home/.config/awesome/themes/default/widgets/vol.png
Normal file
After Width: | Height: | Size: 959 B |
BIN
home/.config/awesome/themes/default/widgets/wifi.png
Normal file
After Width: | Height: | Size: 720 B |