correct hyprland config and update weather icons
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user