Compare commits

...

3 commits

Author SHA1 Message Date
e8d5660bb8
wallos: bump version
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
2024-02-25 08:49:17 -05:00
4c6a8176f2
anyrun: update scss 2024-02-25 08:48:44 -05:00
bbce54f461
ags: fmt scss 2024-02-25 08:48:17 -05:00
6 changed files with 37 additions and 29 deletions

View file

@ -1,9 +1,9 @@
@import 'scss/bar.scss';
@import 'scss/general.scss';
@import 'scss/widgets.scss';
@import "scss/bar.scss";
@import "scss/general.scss";
@import "scss/widgets.scss";
* {
all: unset;
margin: 3px;
font-family: 'Monaspace Krypton';
}
font-family: "Monaspace Krypton";
}

View file

@ -1,5 +1,5 @@
@import 'colors.scss';
@import "colors.scss";
window {
background-color: $background;
}
}

View file

@ -21,4 +21,4 @@ $foreground-highlight: #c0caf5;
$foreground-gutter: #363b54;
$background: #1a1b26;
$background-highlight: #30374b;
$background-menu: #16161e;
$background-menu: #16161e;

View file

@ -1,8 +1,8 @@
@import 'colors.scss';
@import "colors.scss";
@mixin widget {
color: $white
};
color: $white;
}
.date {
@include widget();
@ -10,7 +10,7 @@
.workspaces {
@include widget();
};
}
.media {
@include widget();
@ -18,4 +18,4 @@
image {
font-size: 24px;
}
}

View file

@ -1,9 +1,10 @@
* {
transition: 200ms ease-out;
color: #cdd6f4;
font-family: Monaspace Krypton;
font-size: 1.0rem;
}
all: unset;
transition: 200ms ease-out;
color: #cdd6f4;
font-family: JetBrainsMono NF Medium;
font-size: 1.1rem;
}
#window,
#match,
@ -13,18 +14,25 @@
background: transparent;
}
#match:selected {
background:#2ac3de;
border-radius: 5px;
#main {
margin-top: 0.5rem;
}
box#main {
background: #1a1b26;
border: 1px solid #f7768e;
border-radius: 24px;
padding: 8px;
#match:hover,
#match:selected {
background: #45475a;
border-radius: 5px;
padding: 0.4rem
}
entry#entry {
border-color: transparent;
}
border-color: transparent;
margin-top: 0.5rem;
}
box#main {
background: #1e1e2e;
border: 3px solid #f5c2e7;
border-radius: 12px;
padding: 0.3rem;
}

View file

@ -1,6 +1,6 @@
_: {
virtualisation.oci-containers.containers.wallos = {
image = "bellamy/wallos@sha256:d3846ab980095be55a3c07633cca905bf29505bc63e5d92ad49938f56fd7b9f7";
image = "bellamy/wallos@sha256:18f77ed070788052fb7fb2417a398f96cdd1dbb1ac7c2907531544082090bd66"; #v 1.6.0
ports = ["8282:80"];
volumes = [
"/home/notoh/docker/wallos/db:/var/www/html/db"