Skip to content

General Theming

ways to customize blxshell:

  • Use Settings App most easiest separated to 6 pages

    • Appearance
    • Wallpaper
    • Bar
    • Launcher
    • Clock
    • About
  • Use config at ~/.config/quickshell/config.json

    • changes will append instantly
{
"animationSpeed": "normal",
"barFloating": false,
"barGap": 5,
"barHeight": 35,
"barOnTop": true,
"barRadius": 30,
"clockFormat": "hh:mmAP",
"clockPreset": "custom",
"fontFamily": "Rubik",
"fontSize": 14,
"launcherClipboardMode": true,
"launcherEmojiMode": true,
"launcherHeight": 510,
"launcherItemHeight": 55,
"launcherMaxItems": 8,
"launcherPreset": "default",
"launcherRadius": 25,
"launcherSearchAtTop": true,
"launcherShowDescriptions": true,
"launcherShowIcons": true,
"launcherWallpaperMode": true,
"launcherWidth": 400,
"matugenMode": "dark",
"matugenScheme": "scheme-content",
"screenCornerSize": 25,
"screenCorners": true,
"showSystemTray": true,
"wallpaperParallax": true,
"wallpaperParallaxStrength": 0.1,
"wallpaperStartupZoom": true,
"wallpaperStartupZoomDuration": 1200,
"wallpaperStartupZoomScale": 1.4,
"wallpaperTransitionDuration": 600,
"workspaceCount": 10,
"workspaceStyle": "dots"
}