Skip to content

Commit

Permalink
feat: waybar window-rewrite setup
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 5, 2023
1 parent 0680a22 commit 9ab7e19
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion modules/home/desktop/addons/waybar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let
"active-only" = "false";
"on-scroll-up" = "${getExe' hyprland.packages.${system}.hyprland "hyprctl"} dispatch workspace e+1";
"on-scroll-down" = "${getExe' hyprland.packages.${system}.hyprland "hyprctl"} dispatch workspace e-1";
"format" = "{icon}";
"format" = "{name}  {windows}";
"format-icons" = {
"1" = "";
"2" = "";
Expand Down Expand Up @@ -100,6 +100,29 @@ let
1
];
};
# "format-window-separator" = "->";
"window-rewrite-default" = "";
"window-rewrite" = {
"1Password" = "󰢁";
"Caprine" = "󰈎";
"Github Desktop" = "󰊤";
"Godot" = "";
"Mysql-workbench-bin" = "";
"Slack" = "󰒱";
"code" = "󰨞";
"code-url-handler" = "󰨞";
"discord" = "󰙯";
"firefox" = "";
"kitty" = "";
"mediainfo-gui" = "󱂷";
"org.kde.digikam" = "󰄄";
"org.telegram.desktop" = "";
".pitivi-wrapped" = "󱄢";
"steam" = "";
"thunderbird" = "";
"virt-manager" = "󰢹";
"vlc" = "󰕼";
};
};

"wireplumber" = {
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/cli-apps/ranger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ in
environment.systemPackages = with pkgs; [
ranger

# scope dependenices
# scope dependencies
atool
bat
catdoc
Expand Down

0 comments on commit 9ab7e19

Please sign in to comment.