diff --git a/home/desktop/sway.nix b/home/desktop/sway.nix index 8e9741f7..a22a741f 100644 --- a/home/desktop/sway.nix +++ b/home/desktop/sway.nix @@ -118,7 +118,6 @@ in { status_edge_padding 0 font monospace 9.5 height 17 - strip_workspace_numbers yes position top mode hide diff --git a/pkgs/default.nix b/pkgs/default.nix index a49ad882..7972ec3a 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -26,8 +26,8 @@ in rec { BACKGROUND_COLOR = colors.background; }; keybindings = { - INCREMENT_FONT = "control+minus"; - DECREMENT_FONT = "control+plus"; + INCREMENT_FONT = "control+plus"; + DECREMENT_FONT = "control+minus"; }; }; }; diff --git a/system/fonts.nix b/system/fonts.nix index caf4e7e8..de6d8cca 100644 --- a/system/fonts.nix +++ b/system/fonts.nix @@ -22,7 +22,8 @@ liberationsansnarrow liberation_ttf libertine mononoki montserrat nerdfonts norwester-font opensans-ttf powerline-fonts roboto sampradaya source-code-pro source-sans-pro source-serif-pro tai-ahom tempora_lgc - terminus_font theano ubuntu_font_family hasklig; + terminus_font theano ubuntu_font_family hasklig font-awesome + material-icons b612; }; };