mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
No commits in common. "5dbc461687f10f071a824904e36686c094363a6e" and "419805bc9131c35c0a0774abd69e98508c41b2a2" have entirely different histories.
5dbc461687
...
419805bc91
@ -12,14 +12,7 @@ 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,5 +1,3 @@
|
|||||||
exec --no-startup-id foot --title=nordvpnd.socket sudo systemctl start nordvpnd.socket
|
exec --no-startup-id sleep 15 && foot --title=nordvpn nordvpn connect p2p
|
||||||
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,8 +1,6 @@
|
|||||||
# 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…
x
Reference in New Issue
Block a user