Update rofi icons

This commit is contained in:
Roland Thomas Jr 2023-09-15 11:44:41 -04:00
parent 3439ad6214
commit 0d4ad80fb9
Signed by: roland
GPG Key ID: 7C3C2B085A4C2872
2 changed files with 7 additions and 7 deletions

View File

@ -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,

View File

@ -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