correct hyprland config and update weather icons

This commit is contained in:
Frodd
2025-09-12 21:24:39 +01:00
parent 59b838e957
commit 7ba7a346e9
3 changed files with 14 additions and 14 deletions

View File

@@ -215,9 +215,9 @@ input {
} }
# https://wiki.hypr.land/Configuring/Variables/#gestures # https://wiki.hypr.land/Configuring/Variables/#gestures
gestures { # gestures {
workspace_swipe = false # workspace_swipe = false
} # }
# Example per-device config # Example per-device config
# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more

View File

@@ -1,7 +1,7 @@
@import "mocha.css"; @import "mocha.css";
* { * {
font-family: "MesloLGS Nerd Font Mono Bold"; font-family: "CaskaydiaCoveNFM-Regular";
font-size: 14px; font-size: 14px;
min-height: 0; min-height: 0;
font-weight: bold; font-weight: bold;

View File

@@ -3,21 +3,21 @@
"code" : 1000, "code" : 1000,
"day" : "Sunny", "day" : "Sunny",
"night" : "Clear", "night" : "Clear",
"icon" : "", "icon" : "",
"icon-night" : "" "icon-night" : ""
}, },
{ {
"code" : 1003, "code" : 1003,
"day" : "Partly Cloudy", "day" : "Partly cloudy",
"night" : "Partly Cloudy", "night" : "Partly cloudy",
"icon" : "", "icon" : "",
"icon-night" : "" "icon-night" : ""
}, },
{ {
"code" : 1006, "code" : 1006,
"day" : "Cloudy", "day" : "Cloudy",
"night" : "Cloudy", "night" : "Cloudy",
"icon" : "", "icon" : "",
"icon-night" :"" "icon-night" :""
}, },
{ {
@@ -31,7 +31,7 @@
"code" : 1030, "code" : 1030,
"day" : "Mist", "day" : "Mist",
"night" : "Mist", "night" : "Mist",
"icon" : "", "icon" : "",
"icon-night" : "" "icon-night" : ""
}, },
{ {
@@ -301,15 +301,15 @@
"code" : 1261, "code" : 1261,
"day" : "Light showers of ice pellets", "day" : "Light showers of ice pellets",
"night" : "Light showers of ice pellets", "night" : "Light showers of ice pellets",
"icon" : "", "icon" : "",
"icon-night" : "" "icon-night" : ""
}, },
{ {
"code" : 1264, "code" : 1264,
"day" : "Moderate or heavy showers of ice pellets", "day" : "Moderate or heavy showers of ice pellets",
"night" : "Moderate or heavy showers of ice pellets", "night" : "Moderate or heavy showers of ice pellets",
"icon" : "", "icon" : "",
"icon-night" : "" "icon-night" : ""
}, },
{ {
"code" : 1273, "code" : 1273,