|
@ -336,16 +336,25 @@ bindsym control+shift+0 gaps inner all set 0;gaps outer all set 0 |
|
|
# Start i3bar to display a workspace bar (plus the system information i3status |
|
|
# Start i3bar to display a workspace bar (plus the system information i3status |
|
|
# finds out, if available) |
|
|
# finds out, if available) |
|
|
set $sb_font Hack NF Bold |
|
|
set $sb_font Hack NF Bold |
|
|
# 0 (transparent) -> 255 (opaque) in hex, |
|
|
|
|
|
|
|
|
set $grey #acc0cd |
|
|
|
|
|
set $black #000000 |
|
|
|
|
|
set $white #ffffff |
|
|
|
|
|
# border color |
|
|
|
|
|
set $dark_grey #444c52 |
|
|
|
|
|
|
|
|
# benq bar {{{ # |
|
|
# benq bar {{{ # |
|
|
|
|
|
|
|
|
set $benq_transparency 64 |
|
|
|
|
|
|
|
|
set $benq_bar_trans 64 |
|
|
|
|
|
set $benq_ws_trans aa |
|
|
bar { |
|
|
bar { |
|
|
i3bar_command i3bar -t |
|
|
i3bar_command i3bar -t |
|
|
font pango:$sb_font 20 |
|
|
font pango:$sb_font 20 |
|
|
colors { |
|
|
colors { |
|
|
background #000000$benq_transparency |
|
|
|
|
|
|
|
|
# 0 (transparent) -> 255 (opaque) in hex |
|
|
|
|
|
background $black$benq_bar_trans |
|
|
|
|
|
# border, bg, text color |
|
|
|
|
|
focused_workspace $dark_grey $bg$benq_bar_trans $white |
|
|
|
|
|
inactive_workspace $dark_grey $black$benq_ws_trans $grey |
|
|
} |
|
|
} |
|
|
tray_output none |
|
|
tray_output none |
|
|
status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf |
|
|
status_command i3blocks -c ~/.config/i3blocks/i3blocks.conf |
|
@ -356,17 +365,19 @@ bar { |
|
|
|
|
|
|
|
|
# }}} benq bar # |
|
|
# }}} benq bar # |
|
|
|
|
|
|
|
|
# samsung bar {{{ # |
|
|
|
|
|
|
|
|
# sam bar {{{ # |
|
|
|
|
|
|
|
|
# a0 = 160 |
|
|
|
|
|
set $samsung_transparency 99 |
|
|
|
|
|
|
|
|
set $sam_bar_trans 99 |
|
|
|
|
|
set $sam_ws_trans b4 |
|
|
bar { |
|
|
bar { |
|
|
output $samsung |
|
|
output $samsung |
|
|
font pango:$sb_font 25 |
|
|
font pango:$sb_font 25 |
|
|
# output $benq |
|
|
# output $benq |
|
|
i3bar_command i3bar -t |
|
|
i3bar_command i3bar -t |
|
|
colors { |
|
|
colors { |
|
|
background #000000$samsung_transparency |
|
|
|
|
|
|
|
|
background $black$sam_bar_trans |
|
|
|
|
|
focused_workspace $dark_grey $bg$sam_bar_trans $white |
|
|
|
|
|
inactive_workspace $dark_grey $black$sam_ws_trans $grey |
|
|
} |
|
|
} |
|
|
status_command i3blocks -c ~/.config/sam-i3blocks/sam-i3blocks.conf |
|
|
status_command i3blocks -c ~/.config/sam-i3blocks/sam-i3blocks.conf |
|
|
tray_output none |
|
|
tray_output none |
|
|