window-manager/hyprpanel/modules.scss

98 lines
No EOL
1.9 KiB
SCSS

/* ##################################
* # Custom Volume Module Styling #
* ################################## */
@include styleModule(
// class name
'cmodule-keyboard',
// styling properties
(
'text-color': #E6FF10,
'icon-color': #E6FF10,
'icon-background': #000000,
'label-background': #000000,
'inner-spacing': 0em,
'border-enabled': true,
'border-color': #E6FF10,
'icon-size': 1.2em
)
);
@include styleModule(
// class name
'cmodule-menu',
// styling properties
(
'text-color': #E6FF10,
'icon-color': #E6FF10,
'icon-background': #000000,
'label-background': #000000,
'inner-spacing': 0em,
'border-enabled': true,
'border-color': #E6FF10,
'icon-size': 1.2em
)
);
@include styleModule(
// class name
'cmodule-rotate',
// styling properties
(
'text-color': #E6FF10,
'icon-color': #E6FF10,
'icon-background': #000000,
'label-background': #000000,
'inner-spacing': 0em,
'border-enabled': true,
'border-color': #E6FF10,
'icon-size': 1.2em
)
);
@include styleModule(
// class name
'cmodule-clipboard',
// styling properties
(
'text-color': #E6FF10,
'icon-color': #E6FF10,
'icon-background': #000000,
'label-background': #000000,
'inner-spacing': 0em,
'border-enabled': true,
'border-color': #E6FF10,
'icon-size': 1.2em
)
);
@include styleModule(
// class name
'cmodule-screenshot',
// styling properties
(
'text-color': #E6FF10,
'icon-color': #E6FF10,
'icon-background': #000000,
'label-background': #000000,
'inner-spacing': 0em,
'border-enabled': true,
'border-color': #E6FF10,
'icon-size': 1.2em
)
);
@include styleModule(
// class name
'cmodule-desktop',
// styling properties
(
'text-color': #E6FF10,
'icon-color': #E6FF10,
'icon-background': #000000,
'label-background': #000000,
'inner-spacing': 0em,
'border-enabled': true,
'border-color': #E6FF10,
'icon-size': 1.2em
)
);