Skip to content

Commit

Permalink
Remove clock char from time segment to fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaasler committed Oct 15, 2016
1 parent 5d67b19 commit aafef1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions shell/powerline-config.customlink
@@ -0,0 +1 @@
~/.config/powerline
7 changes: 7 additions & 0 deletions shell/powerline-config/themes/powerline.json
@@ -0,0 +1,7 @@
{
"segment_data": {
"time": {
"before": ""
}
}
}

2 comments on commit aafef1f

@dunek
Copy link

@dunek dunek commented on aafef1f Oct 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this work for you? When I remove clock sign in my file, nothing really happens.

$ sudo vim /usr/local/lib/python2.7/dist-packages/powerline/config_files/themes/powerline.json

vim ~/.local/lib/python2.7/site-packages/powerline/config_files/themes/powerline.json
Edit: working now, thanks!

@ahaasler
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm glad you got it working.

Please sign in to comment.