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