Merge branch 'main' into hefty-hype

This commit is contained in:
end-4
2026-04-05 20:22:48 +02:00
3 changed files with 9 additions and 7 deletions
@@ -17,8 +17,6 @@ color13 #$term13 #
color14 #$term14 # color14 #$term14 #
color15 #$term15 # color15 #$term15 #
color232 #$term7 #
cursor #$term7 # cursor #$term7 #
foreground #$term7 # foreground #$term7 #
@@ -44,6 +42,9 @@ color236 #$onTertiary #
color237 #$onTertiaryContainer # color237 #$onTertiaryContainer #
color238 #$onError # color238 #$onError #
color239 #$onErrorContainer # 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 # color245 #$outlineVariant #
@@ -7,6 +7,7 @@ import QtQuick
import Qt.labs.folderlistmodel import Qt.labs.folderlistmodel
import Quickshell import Quickshell
import Quickshell.Io import Quickshell.Io
import Quickshell.Hyprland
Singleton { Singleton {
id: root id: root
@@ -108,7 +109,7 @@ Singleton {
{ {
action: "wallpaper", action: "wallpaper",
execute: () => { execute: () => {
GlobalStates.wallpaperSelectorOpen = true; Hyprland.dispatch("global quickshell:wallpaperSelectorToggle")
} }
}, },
{ {
+3 -3
View File
@@ -19,8 +19,8 @@ style = 'fg:245'
# Replace the "" symbol in the prompt with "➜" # Replace the "" symbol in the prompt with "➜"
[character] # The name of the module we are configuring is "character" [character] # The name of the module we are configuring is "character"
success_symbol = "[ ](bold fg:255)" success_symbol = "[ ](bold fg:243)"
error_symbol = "[ ](bold fg:249)" error_symbol = "[ ](bold fg:244)"
# Disable the package module, hiding it from the prompt completely # Disable the package module, hiding it from the prompt completely
[package] [package]
@@ -83,7 +83,7 @@ show_always = true
[directory] [directory]
home_symbol = " " home_symbol = " "
read_only = "  " read_only = "  "
style = "bg:255 fg:black" style = "bg:255 fg:240"
truncation_length = 2 truncation_length = 2
truncation_symbol = ".../" truncation_symbol = ".../"
format = '[](bold fg:255)[󰉋 → $path]($style)[](bold fg:255)' format = '[](bold fg:255)[󰉋 → $path]($style)[](bold fg:255)'