structs

package
v0.0.0-...-fbf614a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BarConfig

type BarConfig struct {
	Launcher   Launcher         `json:"launcher"`
	Olkb       OlkbConfig       `json:"olkb"`
	Time       TimeConfig       `json:"time"`
	Tray       TrayConfig       `json:"tray"`
	Power      PowerConfig      `json:"power"`
	Volume     VolumeConfig     `json:"volume"`
	General    GeneralConfig    `json:"general"`
	Workspaces WorkspacesConfig `json:"workspaces"`
}

BarConfig configuration

type GeneralConfig

type GeneralConfig struct {
	FontFamily   string  `json:"font-family"`
	FontWeight   int     `json:"font-weight"`
	Height       int     `json:"height"`
	Width        int     `json:"width"`
	MarginTop    int     `json:"margin-top"`
	MarginRight  int     `json:"margin-right"`
	MarginLeft   int     `json:"margin-left"`
	MarginBottom int     `json:"margin-bottom"`
	FontSize     int     `json:"font-size"`
	Opacity      float64 `json:"opacity"`
}

GeneralConfig configuration

type Launcher

type Launcher struct {
	Click bool   `json:"click"`
	Color string `json:"color"`
}

Launcher configuration

type OlkbConfig

type OlkbConfig struct {
	Enable bool   `json:"enable"`
	Order  string `json:"order"`
}

OlkbConfig configuration

type PowerConfig

type PowerConfig struct {
	Icon string `json:"icon"`
}

PowerConfig configuration

type TimeConfig

type TimeConfig struct {
	Click bool `json:"click"`
}

TimeConfig configuration

type TrayConfig

type TrayConfig struct {
	Padding int `json:"padding"`
}

TrayConfig configuration

type VolumeConfig

type VolumeConfig struct {
	Scroll bool   `json:"scroll"`
	Icon   string `json:"icon"`
}

VolumeConfig configuration

type WorkspacesConfig

type WorkspacesConfig struct {
	Click        bool   `json:"click"`
	CurrentColor string `json:"current-color"`
}

WorkspacesConfig configuration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL