add tweaks to icons and switch to google sans font

This commit is contained in:
lucy 2026-01-16 20:39:21 +01:00
parent 32a385bfb7
commit 216bfbaa9f
5 changed files with 25 additions and 27 deletions

View File

@ -5,25 +5,25 @@ import Quickshell
Singleton { Singleton {
id: customColors id: customColors
// Core Backgrounds // Core Backgrounds
readonly property color background: "#1D2021" readonly property color background: "#141B1E"
readonly property color foreground: "#D5C4A1" readonly property color foreground: "#DADADA"
readonly property color cursor: "#D5C4A1" readonly property color cursor: "#DADADA"
// The 16 Colors of the Apocalypse // The 16 Colors of the Apocalypse
readonly property color color0: "#1D2021" readonly property color color0: "#232A2D"
readonly property color color1: "#FB4934" readonly property color color1: "#E57474"
readonly property color color2: "#B8BB26" readonly property color color2: "#8CCF7E"
readonly property color color3: "#FABD2F" readonly property color color3: "#E5C76B"
readonly property color color4: "#83A598" readonly property color color4: "#67B0E8"
readonly property color color5: "#D3869B" readonly property color color5: "#C47FD5"
readonly property color color6: "#8EC07C" readonly property color color6: "#6CBFBF"
readonly property color color7: "#D5C4A1" readonly property color color7: "#B3B9B8"
readonly property color color8: "#665C54" readonly property color color8: "#2D3437"
readonly property color color9: "#FB4934" readonly property color color9: "#EF7E7E"
readonly property color color10: "#B8BB26" readonly property color color10: "#96D988"
readonly property color color11: "#FABD2F" readonly property color color11: "#F4D67A"
readonly property color color12: "#83A598" readonly property color color12: "#71BAF2"
readonly property color color13: "#D3869B" readonly property color color13: "#CE89DF"
readonly property color color14: "#8EC07C" readonly property color color14: "#67CBE7"
readonly property color color15: "#FBF1C7" readonly property color color15: "#BDC3C2"
} }

View File

@ -14,6 +14,6 @@ Item {
id: text id: text
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter anchors.verticalCenter: parent.verticalCenter
text: root.activeWindow?.activated ?Hyprland.activeToplevel.title : "Desktop" text: root.activeWindow?.activated ? Hyprland.activeToplevel.title : "Desktop"
} }
} }

View File

@ -3,12 +3,10 @@ import "../settings/"
import "../" import "../"
Text { Text {
property real fill
font.family: "Material Symbols Rounded" font.family: "Material Symbols Rounded"
color: Colors.foreground color: Colors.foreground
font.pixelSize: Settings.config.fontSize + 2 font.pixelSize: Settings.config.fontSize + 1
font.variableAxes: ({ font.variableAxes: ({
FILL: fill.toFixed(1),
GRAD: 200, GRAD: 200,
wght: 400 wght: 400
}) })

View File

@ -21,9 +21,9 @@ Singleton {
adapter: JsonAdapter { adapter: JsonAdapter {
id: settingsAdapter id: settingsAdapter
property var currentWall: "/home/lucy/.walls/faris.jpg" property var currentWall: "/home/lucy/.walls/frierensuff.png"
property var barHeight: 28 property var barHeight: 28
property var font: "SauceCodePro Nerd Font Mono" property var font: "Google Sans Code"
property var fontSize: 14 property var fontSize: 14
property var rounding: 10 property var rounding: 10
property var wallDir: "/home/lucy/.walls" property var wallDir: "/home/lucy/.walls"

View File

@ -1,8 +1,8 @@
{ {
"barHeight": 28, "barHeight": 28,
"currentWall": "/home/lucy/.walls/faris.jpg", "currentWall": "/home/lucy/.walls/frierensuff.png",
"floating": true, "floating": true,
"font": "SauceCodePro Nerd Font Mono", "font": "Google Sans Code",
"fontSize": 14, "fontSize": 14,
"paddingSides": 10, "paddingSides": 10,
"paddingTop": 10, "paddingTop": 10,