Compare commits

..

1 commit

Author SHA1 Message Date
965cb228e7
feat: add clear all button for notifications 2024-12-21 13:59:06 +01:00
2 changed files with 7 additions and 8 deletions

14
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1734424634, "lastModified": 1729880355,
"narHash": "sha256-cHar1vqHOOyC7f1+tVycPoWTfKIaqkoe1Q6TnKzuti4=", "narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d3c42f187194c26d9f0309a8ecc469d6c878ce33", "rev": "18536bf04cd71abd345f9579158841376fdd0c5a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1734739124, "lastModified": 1732449022,
"narHash": "sha256-IixrzTK4Xzc51BC+6hh0HUm/i9SXcYJaIYAN883ErzE=", "narHash": "sha256-cqjfBI0eUZw2CyKCa/Wzywbv7+ld6yKVdyOLbh0LMrE=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "2f194b78949ccf3a8011c58f7eb39324ff936443", "rev": "31adcaac7662d6c7fbbc901ba11e0d95f0c7fc56",
"revCount": 442, "revCount": 420,
"type": "git", "type": "git",
"url": "https://git.outfoxxed.me/quickshell/quickshell" "url": "https://git.outfoxxed.me/quickshell/quickshell"
}, },

View file

@ -43,7 +43,6 @@ Singleton {
return day ? "weather-few-clouds" : "weather-few-clouds-night"; return day ? "weather-few-clouds" : "weather-few-clouds-night";
case "122": case "122":
return "weather-overcast"; return "weather-overcast";
case "176":
case "296": case "296":
return day ? "weather-showers-scattered" : "weather-showers-scattered-night"; return day ? "weather-showers-scattered" : "weather-showers-scattered-night";
default: default: