Systemd plugin, minor polybar formatting
parent
8300bd7865
commit
a2f7c7700f
|
@ -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}
|
||||
|
|
|
@ -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=[
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue