blob: 3737f569ac78ce338345c1cf19d4c34a7ad392d0 (
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 su"
term_exec = "urxvtc -hold -e "
filegui = "thunar"
filecli = terminal.." -e ranger"
cpucli = terminal.." -e htop"
--editor = os.getenv("EDITOR") or "nano"
editor = os.getenv("EDITOR") or "sublime_text"
editor_cmd = terminal.." -e "..editor
apparence = "lxappearance"
archiver = "file-roller"
search = "catfish"
guieditor = "sublime_text"
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 = "cb-exit"
passmanager = "keepassx"
runcmd = "gmrun"
mp3tag = "puddletag"
blanktag = terminal.. " -T blank"
|