1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 04:27:46 +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": { "themes": {
"locked": { "locked": {
"lastModified": 1701157732, "lastModified": 1701262386,
"narHash": "sha256-q1EWrb1PLWEloHVKk4rl8wC2uTsiQxuhsok1sI3xBJw=", "narHash": "sha256-Qi2cZdAkXPxw7rF2DWb+9OZ0bw6m3iPeOGp2VXskJQQ=",
"owner": "RGBCube", "owner": "RGBCube",
"repo": "ThemeNix", "repo": "ThemeNix",
"rev": "f51353fe8a47059e8019058ffc64c5dd4f60e662", "rev": "ccd52c1beb9aeeb78e55b19b2595ab5cee924074",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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