Compare commits
No commits in common. "e192ba705e6d9f39ad83c01df9c0948bb0053ed6" and "631ece05f480333600e9c84178f31db66c430404" have entirely different histories.
e192ba705e
...
631ece05f4
9 changed files with 9 additions and 25 deletions
|
@ -1,12 +1,9 @@
|
|||
import { Widget } from '../import.js';
|
||||
import { Time } from './widgets/time.js'
|
||||
import { nixosLogo } from './widgets/image.js';
|
||||
|
||||
const Start = () => Widget.Box({
|
||||
hpack: "start",
|
||||
children: [
|
||||
nixosLogo()
|
||||
]
|
||||
children: []
|
||||
})
|
||||
const Center = () => Widget.Box({
|
||||
children: []
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
import { Widget } from '../../import.js';
|
||||
|
||||
const nixosLogo = () => Widget.Icon({
|
||||
icon: '/home/notoh/Pictures/icons/nixos.png'
|
||||
});
|
||||
|
||||
export {
|
||||
nixosLogo
|
||||
}
|
|
@ -11,7 +11,7 @@ const Time = () => Widget.EventBox({
|
|||
self.label = time
|
||||
),
|
||||
),
|
||||
});
|
||||
})
|
||||
|
||||
export {
|
||||
Time
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@import 'scss/bar.scss';
|
||||
@import 'scss/general.scss';
|
||||
@import 'scss/time.scss';
|
|
@ -1,7 +0,0 @@
|
|||
.date {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
image {
|
||||
font-size: 24px;
|
||||
}
|
3
home/ags/config/scss/time.scss
Normal file
3
home/ags/config/scss/time.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
.date {
|
||||
color: #ffffff;
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
};
|
||||
in {
|
||||
imports = [
|
||||
../../modules/greetd.nix
|
||||
../../../modules/greetd.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
|
@ -10,7 +10,7 @@
|
|||
./hardware.nix
|
||||
./services
|
||||
./networking.nix
|
||||
../../home/wayland
|
||||
../../home/wayland/hyprland/wayland.nix
|
||||
../../modules
|
||||
../../modules/fonts.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue