correct hyprland config and update weather icons
This commit is contained in:
@@ -215,9 +215,9 @@ input {
|
||||
}
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
# gestures {
|
||||
# workspace_swipe = false
|
||||
# }
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "mocha.css";
|
||||
|
||||
* {
|
||||
font-family: "MesloLGS Nerd Font Mono Bold";
|
||||
font-family: "CaskaydiaCoveNFM-Regular";
|
||||
font-size: 14px;
|
||||
min-height: 0;
|
||||
font-weight: bold;
|
||||
|
||||
@@ -3,21 +3,21 @@
|
||||
"code" : 1000,
|
||||
"day" : "Sunny",
|
||||
"night" : "Clear",
|
||||
"icon" : "滛",
|
||||
"icon" : "",
|
||||
"icon-night" : ""
|
||||
},
|
||||
{
|
||||
"code" : 1003,
|
||||
"day" : "Partly Cloudy",
|
||||
"night" : "Partly Cloudy",
|
||||
"icon" : "杖",
|
||||
"day" : "Partly cloudy",
|
||||
"night" : "Partly cloudy",
|
||||
"icon" : "",
|
||||
"icon-night" : ""
|
||||
},
|
||||
{
|
||||
"code" : 1006,
|
||||
"day" : "Cloudy",
|
||||
"night" : "Cloudy",
|
||||
"icon" : "",
|
||||
"icon" : "",
|
||||
"icon-night" :""
|
||||
},
|
||||
{
|
||||
@@ -31,7 +31,7 @@
|
||||
"code" : 1030,
|
||||
"day" : "Mist",
|
||||
"night" : "Mist",
|
||||
"icon" : "敖",
|
||||
"icon" : "",
|
||||
"icon-night" : ""
|
||||
},
|
||||
{
|
||||
@@ -301,15 +301,15 @@
|
||||
"code" : 1261,
|
||||
"day" : "Light showers of ice pellets",
|
||||
"night" : "Light showers of ice pellets",
|
||||
"icon" : "晴",
|
||||
"icon-night" : "晴"
|
||||
"icon" : "",
|
||||
"icon-night" : ""
|
||||
},
|
||||
{
|
||||
"code" : 1264,
|
||||
"day" : "Moderate or heavy showers of ice pellets",
|
||||
"night" : "Moderate or heavy showers of ice pellets",
|
||||
"icon" : "晴",
|
||||
"icon-night" : "晴"
|
||||
"icon" : "",
|
||||
"icon-night" : ""
|
||||
},
|
||||
{
|
||||
"code" : 1273,
|
||||
|
||||
Reference in New Issue
Block a user