Compare commits

...

2 Commits

2 changed files with 16 additions and 17 deletions

View File

@@ -13,9 +13,8 @@
// Choose the order of the modules // Choose the order of the modules
"modules-left": [ "modules-left": [
"hyprland/workspaces", "hyprland/workspaces",
"custom/pomodoro", "custom/pomodoro"
"custom/submap" // "custom/submap"
// "custom/goal"
], ],
"modules-center": [ "modules-center": [
"mpd" "mpd"
@@ -59,18 +58,18 @@
], ],
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"1": "", "1": "1",
"2": "", "2": "2",
"3": "", "3": "3",
"4": "", "4": "4",
"5": "", "5": "5",
"6": "", "6": "6",
"7": "", "7": "7",
"8": "", "8": "8",
"9": "", "9": "9",
"10": "", "10": "0",
"11": "", "11": "-",
"12": "", "12": "+",
"default": "", "default": "",
"empty": "" "empty": ""
} }

View File

@@ -16,7 +16,7 @@
@define-color info #CCEEFF; @define-color info #CCEEFF;
* { * {
font-family: "Iosevka Nerd Font"; font-family: "Iosevka Nerd Font Propo";
font-size: 15px; font-size: 15px;
} }