mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Added transparency
This commit is contained in:
parent
983665a6de
commit
64baabdb28
2 changed files with 33 additions and 17 deletions
|
@ -4,7 +4,7 @@ cursor_shape block
|
|||
cursor_stop_blinking_after 10
|
||||
shell_integration enabled no-cursor
|
||||
enable_audio_bell no
|
||||
#background_opacity 0.7
|
||||
background_opacity 0.95
|
||||
window_padding_width 20
|
||||
#background #202020
|
||||
include everforest-dark.conf
|
||||
|
|
|
@ -20,10 +20,10 @@ end_color = #ffffff 0
|
|||
# Backgrounds
|
||||
|
||||
# Background 1: Panel
|
||||
rounded = 0
|
||||
rounded = 8
|
||||
border_width = 0
|
||||
border_sides = TBLR
|
||||
background_color = #323d43 100
|
||||
background_color = #323d43 85
|
||||
border_color = #323d43 30
|
||||
background_color_hover = #323d43 70
|
||||
border_color_hover = #323d43 30
|
||||
|
@ -76,10 +76,10 @@ border_color_pressed = #000000 100
|
|||
|
||||
#-------------------------------------
|
||||
# Panel
|
||||
panel_items = TEEB:SCP
|
||||
panel_size = 100% 48
|
||||
panel_items = TEB:SCP
|
||||
panel_size = 99% 48
|
||||
scale_relative_to_dpi = 216
|
||||
panel_margin = 0 0
|
||||
panel_margin = 0 8
|
||||
panel_padding = 2 0 2
|
||||
panel_background_id = 1
|
||||
wm_menu = 1
|
||||
|
@ -94,7 +94,7 @@ autohide_hide_timeout = 0.5
|
|||
autohide_height = 2
|
||||
strut_policy = follow_size
|
||||
panel_window_name = tint2
|
||||
disable_transparency = 1
|
||||
disable_transparency = 0
|
||||
mouse_effects = 1
|
||||
font_shadow = 0
|
||||
mouse_hover_icon_asb = 100 0 10
|
||||
|
@ -252,20 +252,36 @@ separator_padding = 12 0
|
|||
|
||||
# Exec1
|
||||
# Note the use of "stdbuf -oL" to force the program to flush the output line by line.
|
||||
execp = new
|
||||
execp_command = free -b -s10| stdbuf -oL awk '/^Mem:/ { printf "Mem: %s / \n", $3 }' | stdbuf -oL numfmt --to=iec-i --field=2 -d' '
|
||||
execp_interval = 10
|
||||
execp_continuous = 1
|
||||
execp_font = Hack 14
|
||||
execp_font_color = #d8caac 100
|
||||
#execp = new
|
||||
#execp_command = free -b -s10| stdbuf -oL awk '/^Mem:/ { printf "Mem: %s / \n", $3 }' | stdbuf -oL numfmt --to=iec-i --field=2 -d' '
|
||||
#execp_interval = 30
|
||||
#execp_continuous = 1
|
||||
#execp_font = Hack 14
|
||||
#execp_font_color = #d8caac 100
|
||||
|
||||
# Exec2
|
||||
#execp = new
|
||||
#execp_command = free -b -s10| stdbuf -oL awk '/^Mem:/ { printf "%s %.0f%%\n", $2, 100 * ($2 - $7) / $2 }' | stdbuf -oL numfmt --to=iec-i --field=1 -d' '
|
||||
#execp_interval = 30
|
||||
#execp_continuous = 1
|
||||
#execp_font = Hack 14
|
||||
#execp_font_color = #d8caac 100
|
||||
|
||||
# Exec3
|
||||
execp = new
|
||||
execp_command = free -b -s10| stdbuf -oL awk '/^Mem:/ { printf "%s %.0f%%\n", $2, 100 * ($2 - $7) / $2 }' | stdbuf -oL numfmt --to=iec-i --field=1 -d' '
|
||||
execp_interval = 10
|
||||
execp_continuous = 1
|
||||
execp_font = Hack 14
|
||||
execp_command = sys-mon.py -CatMu -N
|
||||
execp_interval = 30
|
||||
execp_has_icon = 0
|
||||
execp_cache_icon = 0
|
||||
execp_continuous = 0
|
||||
execp_markup = 0
|
||||
execp_font_color = #d8caac 100
|
||||
execp_padding = 0 0
|
||||
execp_font = Hack 14
|
||||
execp_background_id = 0
|
||||
execp_centered = 1
|
||||
execp_icon_w = 0
|
||||
execp_icon_h = 0
|
||||
|
||||
#-------------------------------------
|
||||
# Buttons
|
||||
|
|
Loading…
Reference in a new issue