some minor updates
This commit is contained in:
parent
3acdb0b8e8
commit
761af2ecb6
2 changed files with 5 additions and 5 deletions
|
|
@ -5,11 +5,11 @@
|
||||||
add_newline = false
|
add_newline = false
|
||||||
|
|
||||||
#format = '[░▒▓](fg:purple bg:transparent)[ ${user}](fg:black bg:purple)'
|
#format = '[░▒▓](fg:purple bg:transparent)[ ${user}](fg:black bg:purple)'
|
||||||
format = """[░▒▓](fg:purple bg:transparent)\
|
format = """$container\
|
||||||
|
[░▒▓](fg:purple bg:transparent)\
|
||||||
$time\
|
$time\
|
||||||
${custom.ssh}\
|
${custom.ssh}\
|
||||||
$sudo\
|
$sudo\
|
||||||
$container\
|
|
||||||
$username\
|
$username\
|
||||||
${custom.hostname}\
|
${custom.hostname}\
|
||||||
$directory\
|
$directory\
|
||||||
|
|
@ -22,8 +22,8 @@ $character"""
|
||||||
#$git_status\
|
#$git_status\
|
||||||
|
|
||||||
[container]
|
[container]
|
||||||
style = "bold bg:purple fg:red"
|
style = "bold bg:transparent fg:red"
|
||||||
format = '[$symbol \[$name\]]($style) '
|
format = ' [$symbol \[$name\] ]($style)'
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
style_user = 'bg:purple fg:black'
|
style_user = 'bg:purple fg:black'
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ suspend_cmd = ["systemctl", "suspend"]
|
||||||
icon = ""
|
icon = ""
|
||||||
command = "ssh-agent-handler.sh pogmom@server-samsung-1561j "
|
command = "ssh-agent-handler.sh pogmom@server-samsung-1561j "
|
||||||
[[profiles.scripts]]
|
[[profiles.scripts]]
|
||||||
name = "bridge-netgear-r8000"
|
name = "router-netgear-r8000"
|
||||||
icon = ""
|
icon = ""
|
||||||
command = "ssh-agent-handler.sh root@router-netgear-r8000 "
|
command = "ssh-agent-handler.sh root@router-netgear-r8000 "
|
||||||
[[profiles.scripts]]
|
[[profiles.scripts]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue