From 0d4ad80fb97a71003354f0ce32dc42e830007178 Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Fri, 15 Sep 2023 11:44:41 -0400 Subject: [PATCH] Update rofi icons --- .config/qtile/config.py | 12 ++++++------ .tmux.conf | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 218c883..348557f 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -37,7 +37,7 @@ bjendal = "alacritty -e /home/roland/.local/bin/bjendal" lumar = "alacritty -e /home/roland/.local/bin/lumar" set_audio_sink = "/home/roland/.local/bin/set_audio_sink" cmatrix = "alacritty -e cmatrix" -rofi = 'rofi -combi-modi window,drun,ssh -theme nord -font "hack 12" -show drun -icon-theme "Papirus" -show-icons' +rofi = 'rofi -combi-modi window,drun,ssh -theme nord -font "hack 12" -show drun -icon-theme "Nordzy-dark" -show-icons' qtile_dir = "/home/roland/.config/qtile/" wallpaper_dir = "/home/roland/.config/qtile/wallpaper/" images_dir = "/home/roland/.config/qtile/images/" @@ -76,7 +76,7 @@ def parse_task_text(text): text = text.replace(" - qutebrowser", "") text = text.replace(" - Discord", "") text = text.replace(" - Chromium", "") - text = text.replace(" - Obsidian v1.4.5", "") + text = text.replace(" - Obsidian v1.4.12", "") return text @@ -909,12 +909,12 @@ floating_layout = layout.Floating( Match(wm_class="confirmreset"), # gitk Match(wm_class="makebranch"), # gitk Match(wm_class="maketag"), # gitk - Match(wm_class="ssh-askpass"), # ssh-askpass - Match(wm_class="display_hotkeys"), - Match(wm_class="dhk"), - Match(wm_class="pinentry-gtk-2"), # pin entry gpg Match(title="branchdialog"), # gitk + Match(wm_class="ssh-askpass"), # ssh-askpass Match(title="pinentry"), # GPG key password entry + Match(wm_class="pinentry-gtk-2"), # pin entry gpg + Match(wm_class="display_hotkeys"), # display hot keys + Match(wm_class="dhk"), # display hot keys Match(title="Friends List"), # Steam Friends List ], border_width=4, diff --git a/.tmux.conf b/.tmux.conf index 8693e97..04030cb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -2,7 +2,7 @@ setw -g mode-keys vi set -g status-keys vi set -g default-terminal "xterm-256color" -# remap prefix from 'C-b' to 'C-a' +# remap prefix from 'C-b' to 'C-s' unbind C-b set-option -g prefix C-s bind-key C-s send-prefix