Systemd plugin, minor polybar formatting
parent
8300bd7865
commit
a2f7c7700f
|
@ -130,7 +130,7 @@ ws-icon-4 = irssi;
|
||||||
ws-icon-default =
|
ws-icon-default =
|
||||||
|
|
||||||
label-dimmed-underline = ${root.background}
|
label-dimmed-underline = ${root.background}
|
||||||
|
label-separator = |
|
||||||
label-focused = %icon% %name%
|
label-focused = %icon% %name%
|
||||||
label-focused-foreground = #f3f3f3
|
label-focused-foreground = #f3f3f3
|
||||||
;label-focused-underline = #${colors.accent}
|
;label-focused-underline = #${colors.accent}
|
||||||
|
|
|
@ -7859,6 +7859,7 @@ if rofi.returncode == 1:
|
||||||
else:
|
else:
|
||||||
for line in stdout.splitlines():
|
for line in stdout.splitlines():
|
||||||
emoji = line.split()[0]
|
emoji = line.split()[0]
|
||||||
|
print(emoji.decode('utf-8'))
|
||||||
if rofi.returncode == 0:
|
if rofi.returncode == 0:
|
||||||
Popen(
|
Popen(
|
||||||
args=[
|
args=[
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
borderless = True
|
borderless = True
|
||||||
custom_url_handler = firefox
|
custom_url_handler = firefox
|
||||||
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
enabled_plugins = TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||||
|
suppress_multiple_term_dialog = True
|
||||||
title_font = DejaVu Sans Mono 11
|
title_font = DejaVu Sans Mono 11
|
||||||
title_use_system_font = False
|
title_use_system_font = False
|
||||||
use_custom_url_handler = True
|
use_custom_url_handler = True
|
||||||
|
|
Loading…
Reference in New Issue