From 919127516f8a1e1a86b0d29fe2532e865b8dc490 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 19 Aug 2022 17:06:31 -0500 Subject: [PATCH] attempt to fix rofi-emoji --- README.org | 3 +-- bpytop/btop.conf | 5 ++++- system/kaladin/configuration.nix | 3 +-- system/syl/configuration.nix | 3 +-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 0a7ade1..220266e 100644 --- a/README.org +++ b/README.org @@ -318,13 +318,12 @@ bottles imv feh mpv -rofi-emoji nerdfonts latte-dock alacritty libsForQt5.bismuth libnotify -rofi-wayland +rofi-wayland.override { plugins = [rofi-emoji]; } aha glxinfo vulkan-tools diff --git a/bpytop/btop.conf b/bpytop/btop.conf index 791e3f3..5f0e95f 100644 --- a/bpytop/btop.conf +++ b/bpytop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.2.7 +#? Config file for btop v. 1.2.8 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -80,6 +80,9 @@ proc_info_smaps = False #* Show proc box on left side of screen instead of right. proc_left = False +#* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). +proc_filter_kernel = False + #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. cpu_graph_upper = "total" diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index 3a6f6ff..10af750 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -218,13 +218,12 @@ imv feh mpv - rofi-emoji nerdfonts latte-dock alacritty libsForQt5.bismuth libnotify - rofi-wayland + rofi-wayland.override { plugins = [rofi-emoji]; } aha glxinfo vulkan-tools diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index f62a3b4..1381e36 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -229,13 +229,12 @@ imv feh mpv - rofi-emoji nerdfonts latte-dock alacritty libsForQt5.bismuth libnotify - rofi-wayland + rofi-wayland.override { plugins = [rofi-emoji]; } aha glxinfo vulkan-tools