New stuff. When did I even check that tiled/mono indicator anyway?

This commit is contained in:
dakedres 2023-10-10 18:36:47 -04:00
parent 0692154c93
commit 28c431fb85
4 changed files with 7 additions and 27 deletions

View File

@ -28,4 +28,5 @@ qutesearch \
rofi-ask \
tabc-smart-detach \
sxhkd-help \
web \
$scripts_subdir

View File

@ -1,2 +1,2 @@
[General]
size=@Size(889 1070)
size=@Size(895 1070)

View File

@ -1,4 +1,4 @@
#---- Generated by tint2conf 3884 ----
#---- Generated by tint2conf b81d ----
# See https://gitlab.com/o9000/tint2/wikis/Configure for
# full documentation of the configuration options.
#-------------------------------------
@ -80,7 +80,7 @@ border_color_pressed = #000000 100
#-------------------------------------
# Panel
panel_items = PT:S:C:E
panel_items = PT:S:C:
panel_size = 100% 40
panel_margin = 0 0
panel_padding = 2 0 2
@ -178,7 +178,7 @@ launcher_item_app = google-chrome.desktop
#-------------------------------------
# Clock
time1_format = %H
time1_format = %I
time2_format = %M
time1_font = Ubuntu Mono Bold 10
time1_timezone =
@ -242,29 +242,6 @@ separator_style = empty
separator_size = 3
separator_padding = 1 0
#-------------------------------------
# Executor 1
execp = new
execp_command = /home/dakedres/bin/bsp-status
execp_interval = 0
execp_has_icon = 0
execp_cache_icon = 1
execp_continuous = 1
execp_markup = 1
execp_monitor = 1
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Ubuntu Mono 10
execp_font_color = #ffffff 100
execp_padding = 0 0
execp_background_id = 0
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Button 1
button = new

2
scripts/web Executable file
View File

@ -0,0 +1,2 @@
echo "$1"
chromium --new-window --app="$1"