aboutsummaryrefslogtreecommitdiff
path: root/awesome/.config/awesome/config.lua
blob: b60fff2b508064d22912a0cbbba6a8340726c768 (plain)
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
--       a  w  e  s  o  m  e     ███ ██        
--                             ░██░ ░░         
--   █████   ██████  ███████  ██████ ██  █████ 
--  ██░░░██ ██░░░░██░░██░░░██░░░██░ ░██ ██░░░██
-- ░██  ░░ ░██   ░██ ░██  ░██  ░██  ░██░██  ░██
-- ░██   ██░██   ░██ ░██  ░██  ░██  ░██░██  ░██
-- ░░█████ ░░██████  ███  ░██  ░██  ░██░░██████
--  ░░░░░   ░░░░░░  ░░░   ░░   ░░   ░░  ░░░░░██
--                                       █████ 
--                                      ░░░░░  

-- █▓▒░ interface settings
modkey 			= "Mod4"
altkey 			= "Mod1"
bar_position 	= "bottom"
tag_count		= 4
tag_icon 		= "◊"
tag_icon_active = "◆"
clock_format 	= " %a %m/%d %H:%M " -- http://linux.die.net/man/3/strftime
battery_id 		= "BAT1"
sloppy_focus 	= false

-- █▓▒░ preffered apps
terminal 		= "urxvtc"
rootterm 		= "urxvtc -hold -e sudo "
term_exec 		= "urxvtc -hold -e "
filegui 		= "thunar"
filecli 		= terminal.." -e mc"
cpucli 			= terminal.." -e htop"
editor 			= os.getenv("EDITOR") or "vim"
editor_cmd 		= terminal.." -e "..editor
apparence 		= "lxappearance"
archiver 		= "file-roller"
search 			= "catfish"
guieditor 		= "subl"
filer 			= "thunar"
mediaplayer 	= "smplayer"
musicplayer 	= terminal.." -e ncmpcpp"
volumecontrol 	= terminal.. " -T sound -e alsamixer"
irc 			= terminal.." -T weechat -e weechat-curses"
iptraf 			= terminal.." -g -e sudo iptraf-ng -i all"
burner 			= "xfburn"
webgui 			= "chromium"
webcli 			= terminal.." -e links2"
ftpgui 			= "filezilla"
torrent 		= "transmission-gtk"
calc 			= "galculator"
pdf 			= "evince"
imageviewer 	= "viewnior"
exiter 			= terminal.." -T goodbye -e bash /home/xero/code/sys/goodbye.sh"
passmanager 	= "keepassx"
runcmd 			= "gmrun"
mp3tag 			= "puddletag"
blanktag 		= terminal.. " -T blank"
vbox                    = "gksudo " ..term_exec.. "modprobe vboxdrv && virtualbox"