attempt to fix rofi-emoji
This commit is contained in:
parent
36e5723718
commit
919127516f
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue