Systemd plugin, minor polybar formatting

master
Quentin Duchemin 2018-10-23 16:15:36 +02:00
parent 8300bd7865
commit a2f7c7700f
4 changed files with 4 additions and 1 deletions

View File

@ -130,7 +130,7 @@ ws-icon-4 = irssi;
ws-icon-default = 
label-dimmed-underline = ${root.background}
label-separator = |
label-focused = %icon% %name%
label-focused-foreground = #f3f3f3
;label-focused-underline = #${colors.accent}

View File

@ -7859,6 +7859,7 @@ if rofi.returncode == 1:
else:
for line in stdout.splitlines():
emoji = line.split()[0]
print(emoji.decode('utf-8'))
if rofi.returncode == 0:
Popen(
args=[

View File

@ -2,6 +2,7 @@
borderless = True
custom_url_handler = firefox
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
suppress_multiple_term_dialog = True
title_font = DejaVu Sans Mono 11
title_use_system_font = False
use_custom_url_handler = True

1
.zshrc
View File

@ -61,6 +61,7 @@ plugins=(
docker
rand-quote
taskwarrior
systemd
)
source $ZSH/oh-my-zsh.sh