From a2f7c7700fdc85f63d7ec95ae2cb18f62c7ce953 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Tue, 23 Oct 2018 16:15:36 +0200 Subject: [PATCH] Systemd plugin, minor polybar formatting --- .config/polybar/config | 2 +- .config/rofi/emoji-picker.py | 1 + .config/terminator/config | 1 + .zshrc | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/polybar/config b/.config/polybar/config index e2ec85a..8a01657 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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} diff --git a/.config/rofi/emoji-picker.py b/.config/rofi/emoji-picker.py index 7328917..3ee7d0c 100755 --- a/.config/rofi/emoji-picker.py +++ b/.config/rofi/emoji-picker.py @@ -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=[ diff --git a/.config/terminator/config b/.config/terminator/config index 4a6d757..312d6b4 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -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 diff --git a/.zshrc b/.zshrc index 0be6798..2c023c9 100644 --- a/.zshrc +++ b/.zshrc @@ -61,6 +61,7 @@ plugins=( docker rand-quote taskwarrior + systemd ) source $ZSH/oh-my-zsh.sh