This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
ka
/
ansible-role-home
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
option to hide i3 bar
pull/1/head
Markus Katharina Brechtel
пре 3 година
родитељ
71212e3eba
комит
b6694d1696
2 измењених фајлова
са
8 додато
и
0 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -63,3 +63,5 @@ home_autostart_unclutter: "{{ home_profile == 'presentation' }}"
default_activities: []
workspaces: {}
i3_hide_bar: false
+ 6
- 0
templates/i3/i3.config.j2
Прегледај датотеку
@@ -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