Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-home
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
option to hide i3 bar
pull/1/head
Markus Katharina Brechtel
3 anni fa
parent
71212e3eba
commit
b6694d1696
2 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
defaults/main.yaml
+6
-0
templates/i3/i3.config.j2
+ 2
- 0
defaults/main.yaml
Vedi File
@@ -63,3 +63,5 @@ home_autostart_unclutter: "{{ home_profile == 'presentation' }}"
default_activities: []
workspaces: {}
i3_hide_bar: false
+ 6
- 0
templates/i3/i3.config.j2
Vedi File
@@ -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