moved to personal fennel config for awesome and added qutebrowser
This commit is contained in:
parent
403cb92b7d
commit
688748f8a6
502 changed files with 8576 additions and 9597 deletions
42
awes2/gloriousthemes/icons/init.lua
Normal file
42
awes2/gloriousthemes/icons/init.lua
Normal file
|
@ -0,0 +1,42 @@
|
|||
-- Icons directory
|
||||
local dir = os.getenv('HOME') .. '/.config/awesome/theme/icons/'
|
||||
|
||||
|
||||
return {
|
||||
|
||||
-- Action Bar
|
||||
web_browser = dir .. 'tag-list/' .. 'web-browser.svg',
|
||||
text_editor = dir .. 'tag-list/' .. 'text-editor.svg',
|
||||
social = dir .. 'tag-list/' .. 'social.svg',
|
||||
file_manager = dir .. 'tag-list/' .. 'file-manager.svg',
|
||||
multimedia = dir .. 'tag-list/' .. 'multimedia.svg',
|
||||
games = dir .. 'tag-list/' .. 'games.svg',
|
||||
development = dir .. 'tag-list/' .. 'development.svg',
|
||||
sandbox = dir .. 'tag-list/' .. 'sandbox.svg',
|
||||
terminal = dir .. 'tag-list/' .. 'terminal.svg',
|
||||
graphics = dir .. 'tag-list/' .. 'graphics.svg',
|
||||
menu = dir .. 'tag-list/' .. 'menu.svg',
|
||||
close_small = dir .. 'tag-list/' .. 'close-small.svg',
|
||||
|
||||
-- Others/System UI
|
||||
close = dir .. 'close.svg',
|
||||
logout = dir .. 'logout.svg',
|
||||
sleep = dir .. 'power-sleep.svg',
|
||||
power = dir .. 'power.svg',
|
||||
lock = dir .. 'lock.svg',
|
||||
restart = dir .. 'restart.svg',
|
||||
search = dir .. 'magnify.svg',
|
||||
volume = dir .. 'volume-high.svg',
|
||||
brightness = dir .. 'brightness-7.svg',
|
||||
effects = dir .. 'effects.svg',
|
||||
chart = dir .. 'chart-areaspline.svg',
|
||||
memory = dir .. 'memory.svg',
|
||||
harddisk = dir .. 'harddisk.svg',
|
||||
thermometer = dir .. 'thermometer.svg',
|
||||
plus = dir .. 'plus.svg',
|
||||
batt_charging = dir .. 'battery-charge.svg',
|
||||
batt_discharging = dir .. 'battery-discharge.svg',
|
||||
toggled_on = dir .. 'toggled-on.svg',
|
||||
toggled_off = dir .. 'toggled-off.svg'
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue