您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

31 行
542B

  1. #!/usr/bin/fish
  2. {{ ansible_managed | comment }}
  3. # set PATH so it includes users
  4. # private bin directory if it exists
  5. if test -d "$HOME/bin"
  6. set -x PATH "$HOME/bin:$PATH"
  7. end
  8. # reload script
  9. source {{eralitex_directory}}/{{item}}/reload
  10. {% if item != "vdesk" %}
  11. blueman-applet &
  12. pasystray &
  13. nm-applet &
  14. {% endif %}
  15. {% if item != "presentation" and item != "vdesk" %}
  16. /usr/local/bin/screensaver-start &
  17. {% endif %}
  18. {% if item == "presentation" %}
  19. unclutter &
  20. {% endif %}
  21. exec /usr/bin/i3 -c {{eralitex_directory}}/{{item}}/i3.config