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
"modules-left": [
"hyprland/workspaces",
"custom/pomodoro",
"custom/submap"
// "custom/goal"
"custom/pomodoro"
// "custom/submap"
],
"modules-center": [
"mpd"
@@ -59,18 +58,18 @@
],
"format": "{icon}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"7": "",
"8": "",
"9": "",
"10": "",
"11": "",
"12": "",
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "0",
"11": "-",
"12": "+",
"default": "",
"empty": ""
}

View File

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