1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make waybar use Lexend and round corners

This commit is contained in:
RGBCube 2023-11-29 15:55:29 +03:00
parent baf0a4a6f0
commit 96ae909d13
No known key found for this signature in database
2 changed files with 6 additions and 10 deletions

6
flake.lock generated
View file

@ -164,11 +164,11 @@
},
"themes": {
"locked": {
"lastModified": 1701157732,
"narHash": "sha256-q1EWrb1PLWEloHVKk4rl8wC2uTsiQxuhsok1sI3xBJw=",
"lastModified": 1701262386,
"narHash": "sha256-Qi2cZdAkXPxw7rF2DWb+9OZ0bw6m3iPeOGp2VXskJQQ=",
"owner": "RGBCube",
"repo": "ThemeNix",
"rev": "f51353fe8a47059e8019058ffc64c5dd4f60e662",
"rev": "ccd52c1beb9aeeb78e55b19b2595ab5cee924074",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@ homeConfiguration "nixos" {
settings = [{
layer = "top";
height = 30;
height = 32;
margin-right = 10;
margin-left = 10;
@ -120,17 +120,13 @@ homeConfiguration "nixos" {
* {
border: none;
border-radius: 0;
font-family: "OpenSans";
font-family: "Lexend";
}
#waybar {
background: ${base00};
color: ${base05};
}
#waybar:hover {
border: 3px;
border-color: ${base0A};
border-radius: 16px;
}
#workspace-1 {