Bläddra i källkod

option to hide i3 bar

pull/1/head
förälder
incheckning
b6694d1696
2 ändrade filer med 8 tillägg och 0 borttagningar
  1. +2
    -0
      defaults/main.yaml
  2. +6
    -0
      templates/i3/i3.config.j2

+ 2
- 0
defaults/main.yaml Visa fil

@@ -63,3 +63,5 @@ home_autostart_unclutter: "{{ home_profile == 'presentation' }}"
default_activities: []

workspaces: {}

i3_hide_bar: false

+ 6
- 0
templates/i3/i3.config.j2 Visa fil

@@ -336,6 +336,12 @@ mode "resize" {

### Bar
bar {
{% if i3_hide_bar %}
mode hide
hidden_state hide
modifier $mod
{% endif %}

position top

strip_workspace_numbers yes