Skip to content

Commit

Permalink
Tint2rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
psamim committed May 29, 2016
1 parent 21df46f commit ee2ad3e
Showing 1 changed file with 73 additions and 7 deletions.
80 changes: 73 additions & 7 deletions tint2/tint2rc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#---- Generated by tint2conf 2953 ----
#---- Generated by tint2conf 815b ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
Expand Down Expand Up @@ -35,7 +35,7 @@ border_color_pressed = #ffffff 68

#-------------------------------------
# Panel
panel_items = TEEBSC
panel_items = LTEEEEEBSC
panel_size = 100% 40
panel_margin = 0 0
panel_padding = 7 0 7
Expand Down Expand Up @@ -134,7 +134,7 @@ time1_font = sans 8
time1_timezone =
time2_timezone =
time2_font = sans 6
clock_font_color = #ffffff 66
clock_font_color = #ffffff 63
clock_padding = 1 0
clock_background_id = 0
clock_tooltip =
Expand All @@ -152,7 +152,7 @@ battery_low_status = 10
battery_low_cmd = notify-send "battery low"
bat1_font = sans 8
bat2_font = sans 6
battery_font_color = #ffffff 66
battery_font_color = #ffffff 63
battery_padding = 1 0
battery_background_id = 0
battery_hide = 101
Expand All @@ -167,6 +167,50 @@ ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = /home/samim/.bin/clocking
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 1
execp_continuous = 0
execp_markup = 0
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Cantarell Bold 14
execp_font_color = #fffec9 70
execp_padding = 0 0
execp_background_id = 0
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0

#-------------------------------------
# Executor 2
execp = new
execp_command = ping -c 3 google.com >> /dev/null||echo 'No Internet!'
execp_interval = 6
execp_has_icon = 0
execp_cache_icon = 1
execp_continuous = 0
execp_markup = 1
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Cantarell Bold 10
execp_font_color = #ff9000 81
execp_padding = 0 0
execp_background_id = 0
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0

#-------------------------------------
# Executor 3
execp = new
execp_command = /home/samim/.bin/wifi_ssid_2
execp_interval = 7
execp_has_icon = 0
Expand All @@ -179,15 +223,15 @@ execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Cantarell Bold 8
execp_font_color = #ffffff 66
execp_font_color = #ffffff 63
execp_padding = 0 0
execp_background_id = 0
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0

#-------------------------------------
# Executor 2
# Executor 4
execp = new
execp_command = /home/samim/.bin/bandwidth
execp_interval = 1
Expand All @@ -201,7 +245,29 @@ execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Cantarell Bold 8
execp_font_color = #ffffff 67
execp_font_color = #ffffff 64
execp_padding = 0 0
execp_background_id = 0
execp_centered = 0
execp_icon_w = 0
execp_icon_h = 0

#-------------------------------------
# Executor 5
execp = new
execp_command = echo  `/usr/lib/i3blocks/memory`
execp_interval = 5
execp_has_icon = 0
execp_cache_icon = 1
execp_continuous = 0
execp_markup = 1
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Cantarell Bold 8
execp_font_color = #fff3f3 69
execp_padding = 0 0
execp_background_id = 0
execp_centered = 0
Expand Down

0 comments on commit ee2ad3e

Please sign in to comment.