forked from Shinonome/dots-hyprland
Merge branch 'main' into hefty-hype
This commit is contained in:
@@ -17,8 +17,6 @@ color13 #$term13 #
|
||||
color14 #$term14 #
|
||||
color15 #$term15 #
|
||||
|
||||
color232 #$term7 #
|
||||
|
||||
cursor #$term7 #
|
||||
|
||||
foreground #$term7 #
|
||||
@@ -44,6 +42,9 @@ color236 #$onTertiary #
|
||||
color237 #$onTertiaryContainer #
|
||||
color238 #$onError #
|
||||
color239 #$onErrorContainer #
|
||||
color240 #$onPrimary # // Somehow 232 doesn't work so i gotta use another number
|
||||
|
||||
color244 #$outline #
|
||||
# Some stuff should specifically use the colors in the middle so they look acceptable in both unthemed light/dark
|
||||
color243 #$primary #
|
||||
color244 #$error #
|
||||
color245 #$outlineVariant #
|
||||
|
||||
@@ -7,6 +7,7 @@ import QtQuick
|
||||
import Qt.labs.folderlistmodel
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
import Quickshell.Hyprland
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
@@ -108,7 +109,7 @@ Singleton {
|
||||
{
|
||||
action: "wallpaper",
|
||||
execute: () => {
|
||||
GlobalStates.wallpaperSelectorOpen = true;
|
||||
Hyprland.dispatch("global quickshell:wallpaperSelectorToggle")
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user