Skip to content

Commit

Permalink
Rofi broken Icons
Browse files Browse the repository at this point in the history
Fixes #51
  • Loading branch information
avanderbergh committed May 15, 2023
1 parent 180519f commit cd7f77f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/hm/desktop/common/rofi.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ in {
location = 0;
disable-history = false;
hide-scrollbar = true;
display-drun = "Apps ";
display-run = "Run ";
display-window = "Window";
display-Network = " 󰤨 Network";
display-drun = "Apps";
display-run = "Run";
display-window = "Window";
display-Network = "Network";
sidebar-mode = true;
};
plugins = with pkgs; [
Expand Down

0 comments on commit cd7f77f

Please sign in to comment.