Files
nix/home-configuration/config/quickshell/config.js
T
2026-07-12 08:17:35 +03:30

23 lines
384 B
JavaScript

const colors = {
bg: "#1a1b26",
bgDark: "#16161a",
fg: "#cdd6f4",
muted: "#444b6a",
cyan: "#d3869b",
purple: "#cba6f7",
red: "#f38ba8",
yellow: "#e0af68",
blue: "#89b4fa",
}
const bar = {
fontFamily: "Iosevka Nerd Font",
fontSize: 14,
height: 44,
}
const notifications = {
timeout: 5000,
}
const wallpaper = {
wallpaper: "file:///home/coast/Wallpapers/nature2art.png"
}