mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
Compare commits
4 Commits
419805bc91
...
5dbc461687
Author | SHA1 | Date | |
---|---|---|---|
5dbc461687 | |||
0a2faa5265 | |||
d0eaf1a1d1 | |||
75c39ddb0d |
@ -12,7 +12,14 @@ slang=fi,fin,sdh,doh,en,eng,eo,epo,sv,swe,ru,rus,cs,ces,cze,es,spa
|
|||||||
|
|
||||||
# I find myself reading it a lot faster than other fonts which is kind of
|
# I find myself reading it a lot faster than other fonts which is kind of
|
||||||
# relevant with subtitles
|
# relevant with subtitles
|
||||||
sub-font='Noto Serif Regular'
|
#sub-font='Noto Serif Regular'
|
||||||
|
sub-font='Comic Shanns Mono'
|
||||||
|
# YLE uses Tiresias Screenfont which is the only not-FOSS one. This is the
|
||||||
|
# closest?
|
||||||
|
#sub-font='Tiresias PCfont'
|
||||||
|
|
||||||
|
# Amber font for subtitles
|
||||||
|
sub-color='#ffb700'
|
||||||
|
|
||||||
# Enable two simultaneous subtitles (first slang on bottom, second on top?)
|
# Enable two simultaneous subtitles (first slang on bottom, second on top?)
|
||||||
sid=auto
|
sid=auto
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
exec --no-startup-id sleep 15 && foot --title=nordvpn nordvpn connect p2p
|
exec --no-startup-id foot --title=nordvpnd.socket sudo systemctl start nordvpnd.socket
|
||||||
|
exec --no-startup-id foot --title=nordvpn.service sleep 5 && sudo systemctl start nordvpnd.service
|
||||||
|
exec --no-startup-id sleep 15 && foot --title=nordvpn\ connect nordvpn connect p2p
|
||||||
exec --no-startup-id foot --title=nordvpnd\ log journalctl -u nordvpnd -f
|
exec --no-startup-id foot --title=nordvpnd\ log journalctl -u nordvpnd -f
|
||||||
exec --no-startup-id foot --title=nordvpn\ status watch 'nordvpn status'
|
exec --no-startup-id foot --title=nordvpn\ status watch 'nordvpn status'
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
# passwordless sudo systemctl ... for group nordvpn
|
# passwordless sudo systemctl ... for group nordvpn
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl stop nordvpnd.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl stop nordvpnd.service
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl start nordvpnd.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl start nordvpnd.service
|
||||||
|
%nordvpn ALL=NOPASSWD: /bin/systemctl stop nordvpnd.socket
|
||||||
|
%nordvpn ALL=NOPASSWD: /bin/systemctl start nordvpnd.socket
|
||||||
%nordvpn ALL=NOPASSWD: /bin/systemctl restart nordvpnd.service
|
%nordvpn ALL=NOPASSWD: /bin/systemctl restart nordvpnd.service
|
||||||
# used in my scripts and nordvpn.service.d and yggdrasil.service.d to ensure
|
# used in my scripts and nordvpn.service.d and yggdrasil.service.d to ensure
|
||||||
# it works
|
# it works
|
||||||
|
Loading…
Reference in New Issue
Block a user