Chnaged AGS config

This commit is contained in:
2024-04-17 23:02:37 +02:00
parent 8aa6bcd5cb
commit 7676943e69
9 changed files with 446 additions and 288 deletions

View File

@@ -4,7 +4,7 @@ import { icon } from "lib/utils"
import icons from "lib/icons"
const options = mkOptions(OPTIONS, {
autotheme: opt(false),
autotheme: opt(true),
wallpaper: {
resolution: opt<import("service/wallpaper").Resolution>(1920),
@@ -52,14 +52,14 @@ const options = mkOptions(OPTIONS, {
shadows: opt(true),
padding: opt(7),
spacing: opt(12),
radius: opt(11),
radius: opt(14),
},
transition: opt(200),
font: {
size: opt(13),
name: opt("Ubuntu Nerd Font"),
size: opt(12),
name: opt("CaskaydiaCove Nerd Font"),
},
bar: {
@@ -69,7 +69,7 @@ const options = mkOptions(OPTIONS, {
layout: {
start: opt<Array<import("widget/bar/Bar").BarWidget>>([
"launcher",
//"workspaces",
"workspaces",
"taskbar",
"expander",
"messages",
@@ -83,8 +83,8 @@ const options = mkOptions(OPTIONS, {
"systray",
"colorpicker",
"screenrecord",
"system",
"battery",
"system",
"powermenu",
]),
},
@@ -95,12 +95,12 @@ const options = mkOptions(OPTIONS, {
},
label: {
colored: opt(false),
label: opt(" Applications"),
label: opt(""),
},
action: opt(() => App.toggleWindow("launcher")),
},
date: {
format: opt("%H:%M - %A %e."),
format: opt("%H:%M - %d.%m.%Y"),
action: opt(() => App.toggleWindow("datemenu")),
},
battery: {
@@ -116,7 +116,7 @@ const options = mkOptions(OPTIONS, {
},
taskbar: {
iconSize: opt(0),
monochrome: opt(true),
monochrome: opt(false),
exclusive: opt(false),
},
messages: {
@@ -129,7 +129,7 @@ const options = mkOptions(OPTIONS, {
]),
},
media: {
monochrome: opt(true),
monochrome: opt(false),
preferred: opt("spotify"),
direction: opt<"left" | "right">("right"),
format: opt("{artists} - {title}"),
@@ -140,7 +140,6 @@ const options = mkOptions(OPTIONS, {
action: opt(() => App.toggleWindow("powermenu")),
},
},
launcher: {
width: opt(0),
margin: opt(80),
@@ -156,12 +155,9 @@ const options = mkOptions(OPTIONS, {
max: opt(6),
favorites: opt([
[
"firefox",
"org.gnome.Nautilus",
"brave",
"org.gnome.Calendar",
"obsidian",
"discord",
"spotify",
],
]),
},
@@ -170,7 +166,7 @@ const options = mkOptions(OPTIONS, {
overview: {
scale: opt(9),
workspaces: opt(7),
monochromeIcon: opt(true),
monochromeIcon: opt(false),
},
powermenu: {
@@ -189,9 +185,9 @@ const options = mkOptions(OPTIONS, {
},
width: opt(380),
position: opt<"left" | "center" | "right">("right"),
networkSettings: opt("gtk-launch gnome-control-center"),
networkSettings: opt("nm-connection-editor"),
media: {
monochromeIcon: opt(true),
monochromeIcon: opt(false),
coverSize: opt(100),
},
},
@@ -228,12 +224,15 @@ const options = mkOptions(OPTIONS, {
notifications: {
position: opt<Array<"top" | "bottom" | "left" | "right">>(["top", "right"]),
blacklist: opt(["Spotify"]),
blacklist: opt([""]),
width: opt(440),
},
hyprland: {
gaps: opt(2.4),
gapsIn: opt(2),
gapsOut: opt(3),
borderSize: opt(1),
inactiveBorder: opt("333333ff"),
gapsWhenOnly: opt(false),
},