Skip to content

Commit

Permalink
Merge pull request #104 from Bali10050/FeatureDarkly
Browse files Browse the repository at this point in the history
Feature darkly
  • Loading branch information
Bali10050 authored Jan 26, 2025
2 parents e698278 + dbabb21 commit 1593f8b
Show file tree
Hide file tree
Showing 6 changed files with 837 additions and 812 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
libkf5coreaddons-dev libkf5iconthemes-dev gettext qt3d5-dev libkf5kcmutils-dev \
qt6-base-dev libkf6coreaddons-dev libkf6colorscheme-dev \
libkf6config-dev libkf6guiaddons-dev libkf6i18n-dev libkf6iconthemes-dev \
libkf6windowsystem-dev libkf6kcmutils-dev libkirigami-dev
libkf6windowsystem-dev libkf6kcmutils-dev libkirigami-dev libkf6style-dev
- name: Extract release tarball
run: tar xvf ${{ inputs.cache-file-path }}
- name: Build Darkly
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This fork attempts to revive lightly with a different approach from boehs, with

This means that this fork allows real changes, and not just maintainence.

![Darkly](https://github.com/user-attachments/assets/972ed626-87e3-494f-96f2-9408adee4fad)
![Darkly](https://github.com/user-attachments/assets/0d60725e-c146-4e1e-9889-fe8317d52b22)

## What changed?

Expand Down Expand Up @@ -214,7 +214,7 @@ sudo apt-get install -y -qq cmake build-essential libkf5config-dev libkdecoratio
libkf5coreaddons-dev libkf5iconthemes-dev gettext qt3d5-dev libkf5kcmutils-dev \
qt6-base-dev libkf6coreaddons-dev libkf6colorscheme-dev \
libkf6config-dev libkf6guiaddons-dev libkf6i18n-dev libkf6iconthemes-dev \
libkf6windowsystem-dev libkf6kcmutils-dev libkirigami-dev
libkf6windowsystem-dev libkf6kcmutils-dev libkirigami-dev libkf6style-dev
```

```
Expand All @@ -223,8 +223,6 @@ cd Darkly
./install.sh
```

---

#### <u>Nixos</u>

1. add `inputs.lightly.url = "github:Bali10050/Darkly";` to `flake.nix`
Expand Down
Loading

0 comments on commit 1593f8b

Please sign in to comment.