diff --git a/flake.nix b/flake.nix index e81dd0da..d5043079 100644 --- a/flake.nix +++ b/flake.nix @@ -150,10 +150,10 @@ }; fonts = rec { sizes = { - applications = 14; - desktop = 12; - popups = 12; - terminal = 14; + applications = 16; + desktop = 20; + popups = 18; + terminal = 16; }; serif = monospace; sansSerif = monospace; diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 7ed62270..f3ac032b 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -57,7 +57,7 @@ matching = "fuzzy"; icon-theme = config.gtk.iconTheme.name; show-icons = true; - application-fallback-icon = "󰋙"; + application-fallback-icon = "󰋙 "; drun-display-format = "{icon} {name} ({categories})"; disable-history = false; hide-scrollbar = true; diff --git a/home/hyprland/rofi/default.nix b/home/hyprland/rofi/default.nix index 1151b15a..a8bc1eff 100644 --- a/home/hyprland/rofi/default.nix +++ b/home/hyprland/rofi/default.nix @@ -24,7 +24,7 @@ grey = "#6c7086"; width = 600; - font = "Iosevka Nerd Font 14"; + font = "Iosevka Nerd Font 18"; }; "element-text, element-icon , mode-switcher" = { diff --git a/home/hyprland/swaync/style.css b/home/hyprland/swaync/style.css index 2210cd09..7c125c58 100644 --- a/home/hyprland/swaync/style.css +++ b/home/hyprland/swaync/style.css @@ -1,6 +1,6 @@ * { all: unset; - font-size: 16px; + font-size: 20px; font-family: "Iosevka Nerd Font"; transition: 200ms; } diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index b9602226..55bc7927 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -32,22 +32,22 @@ "hyprland/workspaces" = { format = "{icon}"; format-icons = { - default = "󰋙"; - "1" = "󰫃"; - "2" = "󰫄"; - "3" = "󰫅"; - "4" = "󰫆"; - "5" = "󰫇"; - "6" = "󰫈"; - "editor" = ""; - "term" = "󰆍"; - "web" = "󰀹"; - "files" = "󰝰"; - "btm" = ""; - "chat" = "󰙯"; - "games" = "󰓓"; - "stream" = "󰕃"; - "remote" = "󰢹"; + default = "󰋙 "; + "1" = "󰫃 "; + "2" = "󰫄 "; + "3" = "󰫅 "; + "4" = "󰫆 "; + "5" = "󰫇 "; + "6" = "󰫈 "; + "editor" = " "; + "term" = "󰆍 "; + "web" = "󰀹 "; + "files" = "󰝰 "; + "btm" = " "; + "chat" = "󰙯 "; + "games" = "󰓓 "; + "stream" = "󰕃 "; + "remote" = "󰢹 "; }; show-special = false; sort-by = "id"; @@ -58,8 +58,8 @@ "interval" = 1; "dynamic-order" = [ "album" "artist" "title" "position" "length" ]; "player-icons" = { - "default" = "󰲸"; - "emms" = ""; + "default" = "󰲸 "; + "emms" = " "; }; "status-icons" = { "playing" = "󰐊"; diff --git a/home/hyprland/waybar/style.css b/home/hyprland/waybar/style.css index 68281e51..f2670359 100644 --- a/home/hyprland/waybar/style.css +++ b/home/hyprland/waybar/style.css @@ -42,7 +42,7 @@ * { all: unset; - font-size: 16px; + font-size: 20px; font-family: "Iosevka Nerd Font"; }