Skip to content

Commit

Permalink
more fixy fixy
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 9, 2024
1 parent 7921ef1 commit e567467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ impl SimpleComponent for ThemeModel {
"--property",
"/general/theme",
"--set",
"Yaru",
"Adw",
])
.status()
{
Expand Down Expand Up @@ -189,7 +189,7 @@ impl SimpleComponent for ThemeModel {
"--property",
"/general/theme",
"--set",
"Yaru-dark",
"Adw-dark",
])
.status()
{
Expand Down

0 comments on commit e567467

Please sign in to comment.