diff options
author | luxagraf <sng@luxagraf.net> | 2023-10-29 20:48:40 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-10-29 20:48:40 -0400 |
commit | 59bf0b97936fbf472dda38248b53715c8962b83d (patch) | |
tree | b2e584ea94d1900a1437a0c365dbee097b709524 /.config | |
parent | d9b9156a3daf2abac8c671a4c1370950000f94fc (diff) |
added latest changes from Lenovo t14
Diffstat (limited to '.config')
-rw-r--r-- | .config/openbox/autostart | 2 | ||||
-rw-r--r-- | .config/tint2/tint2rc | 26 |
2 files changed, 25 insertions, 3 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index d5ab1f4..871901b 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -11,4 +11,4 @@ xset -b xcape -e 'Control_L=Escape' xinput set-prop 11 "libinput Click Method Enabled" 0 1 xinput set-prop 11 "libinput Natural Scrolling Enabled" 1 -feh --bg-fill ~/pictures/desktops/522961.jpg +feh --bg-fill ~/pictures/desktops/2017-09-01_084149_buckboard-abajo-mnts.jpg diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index b0c302f..070f9e5 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -63,7 +63,7 @@ border_color_pressed = #000000 100 #------------------------------------- # Panel scale_relative_to_dpi = 1 -panel_items = P:L:TEEEEEESBC +panel_items = P:L:TEEEEEEESBC panel_size = 100% 20 panel_margin = 0 0 panel_padding = 2 0 2 @@ -239,7 +239,7 @@ execp_cache_icon = 1 execp_continuous = 0 execp_markup = 1 execp_tooltip = Current weather --> leftclick for 7days weather forecast -execp_lclick_command = xdg-open https://openweathermap.org/city/4692883 +execp_lclick_command = xdg-open https://openweathermap.org/city/5277856 execp_rclick_command = execp_mclick_command = execp_uwheel_command = @@ -343,3 +343,25 @@ execp_background_id = 0 execp_centered = 0 execp_icon_w = 0 execp_icon_h = 0 + +# Check VPN status +execp = new +execp_command = ~/bin/connected.sh +execp_interval = 300 +execp_has_icon = 0 +execp_cache_icon = 1 +execp_continuous = 1 +execp_markup = 1 +execp_tooltip = +execp_lclick_command = +execp_rclick_command = +execp_mclick_command = +execp_uwheel_command = +execp_dwheel_command = +execp_font = Roboto 10 +execp_font_color = #ffffff 100 +execp_padding = 4 0 10 0 +execp_background_id = 0 +execp_centered = 0 +execp_icon_w = 0 +execp_icon_h = 0 |