Skip to content

Commit

Permalink
refactor: replace session icons
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 16, 2020
1 parent e0e79f5 commit 686e33d
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 42 deletions.
1 change: 0 additions & 1 deletion docs/docs/configuration.md
Expand Up @@ -239,7 +239,6 @@ override or transparent background color using the segement's [foreground][fg] p
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"user_info_separator": "@",
"postfix": " "
}
},
Expand Down
6 changes: 1 addition & 5 deletions docs/docs/segment-session.md
Expand Up @@ -17,11 +17,7 @@ Show the current user and host name.
"foreground": "#ffffff",
"background": "#c386f1",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"user_info_separator": "@",
"postfix": " "
}
"trailing_diamond": "\uE0B0"
}
```

Expand Down
5 changes: 1 addition & 4 deletions themes/agnoster.json
Expand Up @@ -16,10 +16,7 @@
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#ffffff",
"properties": {
"user_info_separator": "@"
}
"background": "#ffffff"
},
{
"type": "path",
Expand Down
6 changes: 1 addition & 5 deletions themes/agnosterplus.json
Expand Up @@ -27,11 +27,7 @@
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#ffffff",
"properties": {
"prefix": " ",
"user_info_separator": "@"
}
"background": "#ffffff"
},
{
"type": "path",
Expand Down
6 changes: 1 addition & 5 deletions themes/aliens.json
Expand Up @@ -10,11 +10,7 @@
"foreground": "#ffffff",
"background": "#61AFEF",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"user_info_separator": "@",
"postfix": " "
}
"trailing_diamond": "\uE0B0"
},
{
"type": "path",
Expand Down
5 changes: 1 addition & 4 deletions themes/fish.json
Expand Up @@ -20,10 +20,7 @@
{
"type": "session",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"user_info_separator": "@"
}
"foreground": "#ffffff"
},
{
"type": "path",
Expand Down
6 changes: 1 addition & 5 deletions themes/jandedobbeleer.json
Expand Up @@ -10,11 +10,7 @@
"foreground": "#ffffff",
"background": "#c386f1",
"leading_diamond": "",
"trailing_diamond": "\uE0B0",
"properties": {
"user_info_separator": "@",
"postfix": " "
}
"trailing_diamond": "\uE0B0"
},
{
"type": "spotify",
Expand Down
5 changes: 1 addition & 4 deletions themes/paradox.json
Expand Up @@ -16,10 +16,7 @@
"style": "powerline",
"powerline_symbol": "\uE0B0",
"foreground": "#100e23",
"background": "#ffffff",
"properties": {
"user_info_separator": "@"
}
"background": "#ffffff"
},
{
"type": "path",
Expand Down
1 change: 0 additions & 1 deletion themes/powerlevel10k_classic.json
Expand Up @@ -62,7 +62,6 @@
"background": "#546E7A",
"leading_diamond": "",
"properties": {
"user_info_separator": "@",
"postfix": " <#26C6DA></> "
}
},
Expand Down
5 changes: 1 addition & 4 deletions themes/powerline.json
Expand Up @@ -12,10 +12,7 @@
{
"type": "session",
"style": "plain",
"foreground": "#ffffff",
"properties": {
"user_info_separator": "@"
}
"foreground": "#ffffff"
},
{
"type": "path",
Expand Down
5 changes: 1 addition & 4 deletions themes/sorin.json
Expand Up @@ -17,10 +17,7 @@
{
"type": "session",
"style": "plain",
"foreground": "#FFFFFF",
"properties": {
"user_info_separator": "@"
}
"foreground": "#FFFFFF"
},
{
"type": "path",
Expand Down

0 comments on commit 686e33d

Please sign in to comment.