wip
This commit is contained in:
parent
0e1e469248
commit
eeff20d635
4 changed files with 522 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
|||
# hyprpanel
|
||||
|
521
config.json
Normal file
521
config.json
Normal file
|
@ -0,0 +1,521 @@
|
|||
{
|
||||
"bar.layouts": {
|
||||
"0": {
|
||||
"left": [
|
||||
"dashboard",
|
||||
"systray",
|
||||
"windowtitle",
|
||||
"network",
|
||||
"netstat"
|
||||
],
|
||||
"middle": [
|
||||
"workspaces"
|
||||
],
|
||||
"right": [
|
||||
"volume",
|
||||
"cpu",
|
||||
"cputemp",
|
||||
"bluetooth",
|
||||
"clock",
|
||||
"notifications",
|
||||
"power"
|
||||
]
|
||||
},
|
||||
"1": {
|
||||
"left": [
|
||||
"dashboard",
|
||||
"windowtitle"
|
||||
],
|
||||
"middle": [
|
||||
"workspaces"
|
||||
],
|
||||
"right": [
|
||||
"volume",
|
||||
"cpu",
|
||||
"cputemp",
|
||||
"clock",
|
||||
"notifications"
|
||||
]
|
||||
},
|
||||
"2": {
|
||||
"left": [
|
||||
"dashboard",
|
||||
"windowtitle"
|
||||
],
|
||||
"middle": [
|
||||
"workspaces"
|
||||
],
|
||||
"right": [
|
||||
"volume",
|
||||
"clock",
|
||||
"notifications"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bar.customModules.updates.pollingInterval": 1440000,
|
||||
"theme.font.name": "HarmonyOS Sans",
|
||||
"tear": false,
|
||||
"menus.transition": "crossfade",
|
||||
"theme.bar.floating": false,
|
||||
"theme.bar.buttons.enableBorders": false,
|
||||
"theme.bar.border.location": "none",
|
||||
"theme.bar.buttons.dashboard.enableBorder": true,
|
||||
"bar.workspaces.show_icons": false,
|
||||
"bar.workspaces.show_numbered": false,
|
||||
"bar.workspaces.numbered_active_indicator": "highlight",
|
||||
"theme.bar.buttons.notifications.enableBorder": true,
|
||||
"bar.notifications.show_total": true,
|
||||
"bar.notifications.hideCountWhenZero": true,
|
||||
"theme.bar.menus.monochrome": false,
|
||||
"wallpaper.pywal": false,
|
||||
"theme.bar.menus.opacity": 100,
|
||||
"theme.bar.transparent": true,
|
||||
"theme.bar.opacity": 100,
|
||||
"theme.bar.buttons.modules.ram.enableBorder": false,
|
||||
"theme.bar.location": "top",
|
||||
"theme.bar.buttons.opacity": 95,
|
||||
"theme.bar.buttons.background_opacity": 95,
|
||||
"theme.bar.buttons.background_hover_opacity": 95,
|
||||
"menus.clock.time.military": true,
|
||||
"menus.clock.time.hideSeconds": false,
|
||||
"menus.clock.weather.unit": "metric",
|
||||
"menus.clock.weather.enabled": true,
|
||||
"menus.bluetooth.showBattery": true,
|
||||
"menus.bluetooth.batteryState": "connected",
|
||||
"bar.customModules.ram.icon": "",
|
||||
"theme.bar.menus.menu.dashboard.confirmation_scaling": 100,
|
||||
"menus.volume.raiseMaximumVolume": true,
|
||||
"theme.bar.scaling": 85,
|
||||
"theme.bar.menus.popover.scaling": 80,
|
||||
"theme.bar.outer_spacing": "0.6em",
|
||||
"bar.customModules.ram.labelType": "used/total",
|
||||
"notifications.position": "top left",
|
||||
"notifications.showActionsOnHover": true,
|
||||
"theme.osd.enable": true,
|
||||
"theme.osd.location": "right",
|
||||
"theme.osd.orientation": "vertical",
|
||||
"theme.osd.muted_zero": true,
|
||||
"menus.clock.weather.key": "1231bd9d52314c1b8f0223622231905",
|
||||
"menus.clock.weather.location": "Ulm/Neu-Ulm",
|
||||
"menus.dashboard.powermenu.avatar.name": "Alleexx",
|
||||
"menus.dashboard.stats.enable_gpu": false,
|
||||
"menus.dashboard.shortcuts.left.shortcut1.command": "zen-browser",
|
||||
"menus.dashboard.shortcuts.left.shortcut1.tooltip": "Zen-Browser",
|
||||
"menus.dashboard.shortcuts.left.shortcut1.icon": "",
|
||||
"theme.bar.buttons.monochrome": false,
|
||||
"theme.notification.opacity": 100,
|
||||
"notifications.clearDelay": 100,
|
||||
"notifications.timeout": 7000,
|
||||
"notifications.displayedTotal": 10,
|
||||
"menus.transitionTime": 200,
|
||||
"bar.customModules.ram.pollingInterval": 1000,
|
||||
"bar.customModules.cpu.pollingInterval": 1000,
|
||||
"bar.customModules.cpuTemp.unit": "metric",
|
||||
"bar.customModules.cpuTemp.sensor": "/sys/devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/466747A0-70EC-11DE-8A39-0800200C9A66/hwmon/hwmon9/temp1_input",
|
||||
"bar.customModules.cpuTemp.pollingInterval": 500,
|
||||
"bar.customModules.netstat.dynamicIcon": true,
|
||||
"bar.launcher.autoDetectIcon": true,
|
||||
"bar.launcher.rightClick": "",
|
||||
"theme.bar.buttons.workspaces.enableBorder": true,
|
||||
"theme.bar.buttons.workspaces.smartHighlight": true,
|
||||
"bar.workspaces.showWsIcons": true,
|
||||
"bar.workspaces.showApplicationIcons": true,
|
||||
"bar.workspaces.workspaces": 5,
|
||||
"bar.workspaces.hideUnoccupied": true,
|
||||
"bar.workspaces.workspaceMask": false,
|
||||
"bar.network.showWifiInfo": true,
|
||||
"bar.battery.hideLabelWhenFull": false,
|
||||
"bar.media.show_active_only": true,
|
||||
"scalingPriority": "gdk",
|
||||
"bar.media.truncation_size": 30,
|
||||
"theme.bar.buttons.network.enableBorder": true,
|
||||
"menus.media.displayTime": true,
|
||||
"menus.media.displayTimeTooltip": true,
|
||||
"menus.dashboard.stats.interval": 1000,
|
||||
"bar.customModules.storage.labelType": "used/total",
|
||||
"bar.customModules.storage.pollingInterval": 1000,
|
||||
"bar.customModules.storage.round": true,
|
||||
"bar.customModules.netstat.rateUnit": "auto",
|
||||
"bar.customModules.netstat.labelType": "full",
|
||||
"bar.customModules.netstat.pollingInterval": 1000,
|
||||
"theme.font.label": "HarmonyOS Sans Bold",
|
||||
"theme.bar.shadow": "0px 0px 0px 0px #16161e",
|
||||
"theme.bar.buttons.bluetooth.enableBorder": false,
|
||||
"bar.clock.format": "%a %d %b | %H:%M:%S Uhr",
|
||||
"theme.bar.menus.background": "#1d2021",
|
||||
"theme.bar.background": "#1d2021",
|
||||
"theme.bar.buttons.media.icon": "#83a598",
|
||||
"theme.bar.buttons.media.text": "#83a598",
|
||||
"theme.bar.buttons.icon": "#83a598",
|
||||
"theme.bar.buttons.text": "#83a598",
|
||||
"theme.bar.buttons.hover": "#504945",
|
||||
"theme.bar.buttons.background": "#282828",
|
||||
"theme.bar.menus.text": "#ebdbb2",
|
||||
"theme.bar.menus.border.color": "#3c3836",
|
||||
"theme.bar.buttons.media.background": "#282828",
|
||||
"theme.bar.menus.menu.volume.text": "#ebdbb2",
|
||||
"theme.bar.menus.menu.volume.card.color": "#282828",
|
||||
"theme.bar.menus.menu.volume.label.color": "#fe8018",
|
||||
"theme.bar.menus.popover.text": "#83a598",
|
||||
"theme.bar.menus.popover.background": "#32302f",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.shutdown": "#cc241d",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.deny": "#d3869b",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.confirm": "#8ec07b",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.button_text": "#1d2021",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.body": "#ebdbb2",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.label": "#83a598",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.border": "#3c3836",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.background": "#1d2021",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.confirmation.card": "#1d2021",
|
||||
"theme.bar.menus.menu.notifications.switch.puck": "#504945",
|
||||
"theme.bar.menus.menu.notifications.switch.disabled": "#3c3836",
|
||||
"theme.bar.menus.menu.notifications.switch.enabled": "#83a598",
|
||||
"theme.bar.menus.menu.notifications.clear": "#83a598",
|
||||
"theme.bar.menus.menu.notifications.switch_divider": "#504945",
|
||||
"theme.bar.menus.menu.notifications.border": "#3c3836",
|
||||
"theme.bar.menus.menu.notifications.card": "#282828",
|
||||
"theme.bar.menus.menu.notifications.background": "#1d2021",
|
||||
"theme.bar.menus.menu.notifications.no_notifications_label": "#3c3836",
|
||||
"theme.bar.menus.menu.notifications.label": "#83a598",
|
||||
"theme.bar.menus.menu.dashboard.monitors.disk.label": "#d3869b",
|
||||
"theme.bar.menus.menu.dashboard.monitors.disk.bar": "#d3869b",
|
||||
"theme.bar.menus.menu.dashboard.monitors.disk.icon": "#d3869b",
|
||||
"theme.bar.menus.menu.dashboard.monitors.gpu.label": "#b8bb26",
|
||||
"theme.bar.menus.menu.dashboard.monitors.gpu.bar": "#b8bb26",
|
||||
"theme.bar.menus.menu.dashboard.monitors.gpu.icon": "#b8bb26",
|
||||
"theme.bar.menus.menu.dashboard.monitors.ram.label": "#fabd2f",
|
||||
"theme.bar.menus.menu.dashboard.monitors.ram.bar": "#fabd2f",
|
||||
"theme.bar.menus.menu.dashboard.monitors.ram.icon": "#fabd2f",
|
||||
"theme.bar.menus.menu.dashboard.monitors.cpu.label": "#fb4934",
|
||||
"theme.bar.menus.menu.dashboard.monitors.cpu.bar": "#fb4934",
|
||||
"theme.bar.menus.menu.dashboard.monitors.cpu.icon": "#fb4934",
|
||||
"theme.bar.menus.menu.dashboard.monitors.bar_background": "#504945",
|
||||
"theme.bar.menus.menu.dashboard.directories.right.bottom.color": "#83a598",
|
||||
"theme.bar.menus.menu.dashboard.directories.right.middle.color": "#b16286",
|
||||
"theme.bar.menus.menu.dashboard.directories.right.top.color": "#8ec07c",
|
||||
"theme.bar.menus.menu.dashboard.directories.left.bottom.color": "#fb4934",
|
||||
"theme.bar.menus.menu.dashboard.directories.left.middle.color": "#fabd2f",
|
||||
"theme.bar.menus.menu.dashboard.directories.left.top.color": "#d3869b",
|
||||
"theme.bar.menus.menu.dashboard.controls.input.text": "#32302f",
|
||||
"theme.bar.menus.menu.dashboard.controls.input.background": "#d3869b",
|
||||
"theme.bar.menus.menu.dashboard.controls.volume.text": "#32302f",
|
||||
"theme.bar.menus.menu.dashboard.controls.volume.background": "#fb4934",
|
||||
"theme.bar.menus.menu.dashboard.controls.notifications.text": "#32302f",
|
||||
"theme.bar.menus.menu.dashboard.controls.notifications.background": "#fabd2f",
|
||||
"theme.bar.menus.menu.dashboard.controls.bluetooth.text": "#32302f",
|
||||
"theme.bar.menus.menu.dashboard.controls.bluetooth.background": "#83a598",
|
||||
"theme.bar.menus.menu.dashboard.controls.wifi.text": "#32302f",
|
||||
"theme.bar.menus.menu.dashboard.controls.wifi.background": "#b16286",
|
||||
"theme.bar.menus.menu.dashboard.controls.disabled": "#665c54",
|
||||
"theme.bar.menus.menu.dashboard.shortcuts.recording": "#b8bb26",
|
||||
"theme.bar.menus.menu.dashboard.shortcuts.text": "#32302f",
|
||||
"theme.bar.menus.menu.dashboard.shortcuts.background": "#83a598",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.sleep": "#83a598",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.logout": "#b8bb26",
|
||||
"theme.bar.menus.menu.dashboard.powermenu.restart": "#fe8019",
|
||||
"theme.bar.menus.menu.dashboard.profile.name": "#d3869b",
|
||||
"theme.bar.menus.menu.dashboard.border.color": "#3c3836",
|
||||
"theme.bar.menus.menu.dashboard.background.color": "#1d2021",
|
||||
"theme.bar.menus.menu.dashboard.card.color": "#282828",
|
||||
"theme.bar.menus.menu.clock.weather.hourly.temperature": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.weather.hourly.icon": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.weather.hourly.time": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.weather.thermometer.extremelycold": "#83a598",
|
||||
"theme.bar.menus.menu.clock.weather.thermometer.cold": "#458588",
|
||||
"theme.bar.menus.menu.clock.weather.thermometer.moderate": "#83a598",
|
||||
"theme.bar.menus.menu.clock.weather.thermometer.hot": "#fe8019",
|
||||
"theme.bar.menus.menu.clock.weather.thermometer.extremelyhot": "#cc241d",
|
||||
"theme.bar.menus.menu.clock.weather.stats": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.weather.status": "#8ec07c",
|
||||
"theme.bar.menus.menu.clock.weather.temperature": "#ebdbb2",
|
||||
"theme.bar.menus.menu.clock.weather.icon": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.calendar.contextdays": "#665c54",
|
||||
"theme.bar.menus.menu.clock.calendar.days": "#ebdbb2",
|
||||
"theme.bar.menus.menu.clock.calendar.currentday": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.calendar.paginator": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.calendar.weekdays": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.calendar.yearmonth": "#8ec07c",
|
||||
"theme.bar.menus.menu.clock.time.timeperiod": "#8ec07c",
|
||||
"theme.bar.menus.menu.clock.time.time": "#d3869b",
|
||||
"theme.bar.menus.menu.clock.text": "#ebdbb2",
|
||||
"theme.bar.menus.menu.clock.border.color": "#3c3836",
|
||||
"theme.bar.menus.menu.clock.background.color": "#1d2021",
|
||||
"theme.bar.menus.menu.clock.card.color": "#282828",
|
||||
"theme.bar.menus.menu.battery.slider.puck": "#7c6f64",
|
||||
"theme.bar.menus.menu.battery.slider.backgroundhover": "#504945",
|
||||
"theme.bar.menus.menu.battery.slider.background": "#665c54",
|
||||
"theme.bar.menus.menu.battery.slider.primary": "#fabd2f",
|
||||
"theme.bar.menus.menu.battery.icons.active": "#fabd2f",
|
||||
"theme.bar.menus.menu.battery.icons.passive": "#a89984",
|
||||
"theme.bar.menus.menu.battery.listitems.active": "#fabd2f",
|
||||
"theme.bar.menus.menu.battery.listitems.passive": "#ebdbb2",
|
||||
"theme.bar.menus.menu.battery.text": "#ebdbb2",
|
||||
"theme.bar.menus.menu.battery.label.color": "#fabd2f",
|
||||
"theme.bar.menus.menu.battery.border.color": "#3c3836",
|
||||
"theme.bar.menus.menu.battery.background.color": "#1d2021",
|
||||
"theme.bar.menus.menu.battery.card.color": "#282828",
|
||||
"theme.bar.menus.menu.systray.dropdownmenu.divider": "#1d2021",
|
||||
"theme.bar.menus.menu.systray.dropdownmenu.text": "#ebdbb2",
|
||||
"theme.bar.menus.menu.systray.dropdownmenu.background": "#1d2021",
|
||||
"theme.bar.menus.menu.bluetooth.iconbutton.active": "#83a598",
|
||||
"theme.bar.menus.menu.bluetooth.iconbutton.passive": "#ebdbb2",
|
||||
"theme.bar.menus.menu.bluetooth.icons.active": "#83a598",
|
||||
"theme.bar.menus.menu.bluetooth.icons.passive": "#a89984",
|
||||
"theme.bar.menus.menu.bluetooth.listitems.active": "#83a598",
|
||||
"theme.bar.menus.menu.bluetooth.listitems.passive": "#ebdbb2",
|
||||
"theme.bar.menus.menu.bluetooth.switch.puck": "#504945",
|
||||
"theme.bar.menus.menu.bluetooth.switch.disabled": "#3c3836",
|
||||
"theme.bar.menus.menu.bluetooth.switch.enabled": "#83a598",
|
||||
"theme.bar.menus.menu.bluetooth.switch_divider": "#504945",
|
||||
"theme.bar.menus.menu.bluetooth.status": "#7c6f64",
|
||||
"theme.bar.menus.menu.bluetooth.text": "#ebdbb2",
|
||||
"theme.bar.menus.menu.bluetooth.label.color": "#83a598",
|
||||
"theme.bar.menus.menu.bluetooth.border.color": "#3c3836",
|
||||
"theme.bar.menus.menu.bluetooth.background.color": "#1d2021",
|
||||
"theme.bar.menus.menu.bluetooth.card.color": "#282828",
|
||||
"theme.bar.menus.menu.network.iconbuttons.active": "#b16286",
|
||||
"theme.bar.menus.menu.network.iconbuttons.passive": "#ebdbb2",
|
||||
"theme.bar.menus.menu.network.icons.active": "#b16286",
|
||||
"theme.bar.menus.menu.network.icons.passive": "#a89984",
|
||||
"theme.bar.menus.menu.network.listitems.active": "#b16286",
|
||||
"theme.bar.menus.menu.network.listitems.passive": "#ebdbb2",
|
||||
"theme.bar.menus.menu.network.status.color": "#7c6f64",
|
||||
"theme.bar.menus.menu.network.text": "#ebdbb2",
|
||||
"theme.bar.menus.menu.network.label.color": "#b16286",
|
||||
"theme.bar.menus.menu.network.border.color": "#3c3836",
|
||||
"theme.bar.menus.menu.network.background.color": "#1d2021",
|
||||
"theme.bar.menus.menu.network.card.color": "#282828",
|
||||
"theme.bar.menus.menu.volume.input_slider.puck": "#665c54",
|
||||
"theme.bar.menus.menu.volume.input_slider.backgroundhover": "#504945",
|
||||
"theme.bar.menus.menu.volume.input_slider.background": "#665c54",
|
||||
"theme.bar.menus.menu.volume.input_slider.primary": "#fe8018",
|
||||
"theme.bar.menus.menu.volume.audio_slider.puck": "#665c54",
|
||||
"theme.bar.menus.menu.volume.audio_slider.backgroundhover": "#504945",
|
||||
"theme.bar.menus.menu.volume.audio_slider.background": "#665c54",
|
||||
"theme.bar.menus.menu.volume.audio_slider.primary": "#fe8018",
|
||||
"theme.bar.menus.menu.volume.icons.active": "#fe8018",
|
||||
"theme.bar.menus.menu.volume.icons.passive": "#a89984",
|
||||
"theme.bar.menus.menu.volume.iconbutton.active": "#fe8018",
|
||||
"theme.bar.menus.menu.volume.iconbutton.passive": "#ebdbb2",
|
||||
"theme.bar.menus.menu.volume.listitems.active": "#fe8018",
|
||||
"theme.bar.menus.menu.volume.listitems.passive": "#ebdbb2",
|
||||
"theme.bar.menus.menu.volume.border.color": "#3c3836",
|
||||
"theme.bar.menus.menu.volume.background.color": "#1d2021",
|
||||
"theme.bar.menus.menu.media.slider.puck": "#7c6f64",
|
||||
"theme.bar.menus.menu.media.slider.backgroundhover": "#504945",
|
||||
"theme.bar.menus.menu.media.slider.background": "#665c54",
|
||||
"theme.bar.menus.menu.media.slider.primary": "#d3869b",
|
||||
"theme.bar.menus.menu.media.buttons.text": "#1d2021",
|
||||
"theme.bar.menus.menu.media.buttons.background": "#83a598",
|
||||
"theme.bar.menus.menu.media.buttons.enabled": "#8ec07c",
|
||||
"theme.bar.menus.menu.media.buttons.inactive": "#665c54",
|
||||
"theme.bar.menus.menu.media.border.color": "#3c3836",
|
||||
"theme.bar.menus.menu.media.background.color": "#1d2021",
|
||||
"theme.bar.menus.menu.media.album": "#d3869b",
|
||||
"theme.bar.menus.menu.media.artist": "#8ec07c",
|
||||
"theme.bar.menus.menu.media.song": "#83a598",
|
||||
"theme.bar.menus.tooltip.text": "#ebdbb2",
|
||||
"theme.bar.menus.tooltip.background": "#1d2021",
|
||||
"theme.bar.menus.dropdownmenu.divider": "#1d2021",
|
||||
"theme.bar.menus.dropdownmenu.text": "#ebdbb2",
|
||||
"theme.bar.menus.dropdownmenu.background": "#1d2021",
|
||||
"theme.bar.menus.slider.puck": "#7c6f64",
|
||||
"theme.bar.menus.slider.backgroundhover": "#504945",
|
||||
"theme.bar.menus.slider.background": "#665c54",
|
||||
"theme.bar.menus.slider.primary": "#83a598",
|
||||
"theme.bar.menus.progressbar.background": "#504945",
|
||||
"theme.bar.menus.progressbar.foreground": "#83a598",
|
||||
"theme.bar.menus.iconbuttons.active": "#83a598",
|
||||
"theme.bar.menus.iconbuttons.passive": "#ebdbb2",
|
||||
"theme.bar.menus.buttons.text": "#32302f",
|
||||
"theme.bar.menus.buttons.disabled": "#665c54",
|
||||
"theme.bar.menus.buttons.active": "#d3869b",
|
||||
"theme.bar.menus.buttons.default": "#83a598",
|
||||
"theme.bar.menus.switch.puck": "#504945",
|
||||
"theme.bar.menus.switch.disabled": "#3c3836",
|
||||
"theme.bar.menus.switch.enabled": "#83a598",
|
||||
"theme.bar.menus.icons.active": "#83a598",
|
||||
"theme.bar.menus.icons.passive": "#665c54",
|
||||
"theme.bar.menus.listitems.active": "#83a598",
|
||||
"theme.bar.menus.listitems.passive": "#ebdbb2",
|
||||
"theme.bar.menus.label": "#83a598",
|
||||
"theme.bar.menus.feinttext": "#3c3836",
|
||||
"theme.bar.menus.dimtext": "#665c54",
|
||||
"theme.bar.menus.cards": "#1d2021",
|
||||
"theme.bar.buttons.notifications.total": "#83a598",
|
||||
"theme.bar.buttons.notifications.icon": "#83a598",
|
||||
"theme.bar.buttons.notifications.background": "#282828",
|
||||
"theme.bar.buttons.clock.icon": "#d3869b",
|
||||
"theme.bar.buttons.clock.text": "#d3869b",
|
||||
"theme.bar.buttons.clock.background": "#282828",
|
||||
"theme.bar.buttons.battery.icon": "#fabd2f",
|
||||
"theme.bar.buttons.battery.text": "#fabd2f",
|
||||
"theme.bar.buttons.battery.background": "#282828",
|
||||
"theme.bar.buttons.systray.background": "#282828",
|
||||
"theme.bar.buttons.bluetooth.icon": "#83a598",
|
||||
"theme.bar.buttons.bluetooth.text": "#83a598",
|
||||
"theme.bar.buttons.bluetooth.background": "#282828",
|
||||
"theme.bar.buttons.network.icon": "#b16286",
|
||||
"theme.bar.buttons.network.text": "#b16286",
|
||||
"theme.bar.buttons.network.background": "#282828",
|
||||
"theme.bar.buttons.volume.icon": "#fe8018",
|
||||
"theme.bar.buttons.volume.text": "#fe8018",
|
||||
"theme.bar.buttons.volume.background": "#282828",
|
||||
"theme.bar.buttons.windowtitle.icon": "#d3869b",
|
||||
"theme.bar.buttons.windowtitle.text": "#d3869b",
|
||||
"theme.bar.buttons.windowtitle.background": "#282828",
|
||||
"theme.bar.buttons.workspaces.active": "#d3869b",
|
||||
"theme.bar.buttons.workspaces.occupied": "#fb4934",
|
||||
"theme.bar.buttons.workspaces.available": "#83a598",
|
||||
"theme.bar.buttons.workspaces.hover": "#504945",
|
||||
"theme.bar.buttons.workspaces.background": "#282828",
|
||||
"theme.bar.buttons.dashboard.icon": "#fabd2f",
|
||||
"theme.bar.buttons.dashboard.background": "#282828",
|
||||
"theme.osd.label": "#83a598",
|
||||
"theme.osd.icon": "#1d2021",
|
||||
"theme.osd.bar_overflow_color": "#cc241d",
|
||||
"theme.osd.bar_empty_color": "#3c3836",
|
||||
"theme.osd.bar_color": "#83a598",
|
||||
"theme.osd.icon_container": "#83a598",
|
||||
"theme.osd.bar_container": "#1d2021",
|
||||
"theme.notification.close_button.label": "#1d2021",
|
||||
"theme.notification.close_button.background": "#83a598",
|
||||
"theme.notification.labelicon": "#83a598",
|
||||
"theme.notification.text": "#ebdbb2",
|
||||
"theme.notification.time": "#928374",
|
||||
"theme.notification.border": "#3c3836",
|
||||
"theme.notification.label": "#83a598",
|
||||
"theme.notification.actions.text": "#32302f",
|
||||
"theme.notification.actions.background": "#83a598",
|
||||
"theme.notification.background": "#32302f",
|
||||
"theme.bar.buttons.workspaces.numbered_active_highlighted_text_color": "#21252b",
|
||||
"theme.bar.buttons.workspaces.numbered_active_underline_color": "#ffffff",
|
||||
"theme.bar.menus.menu.media.card.color": "#282828",
|
||||
"theme.bar.menus.check_radio_button.background": "#3c3836",
|
||||
"theme.bar.menus.check_radio_button.active": "#83a598",
|
||||
"theme.bar.buttons.style": "default",
|
||||
"theme.bar.menus.menu.notifications.pager.button": "#83a598",
|
||||
"theme.bar.menus.menu.notifications.scrollbar.color": "#83a598",
|
||||
"theme.bar.menus.menu.notifications.pager.label": "#a89984",
|
||||
"theme.bar.menus.menu.notifications.pager.background": "#1d2021",
|
||||
"theme.bar.buttons.clock.icon_background": "#d3869b",
|
||||
"theme.bar.buttons.modules.ram.icon": "#fabd2f",
|
||||
"theme.bar.buttons.modules.storage.icon_background": "#282828",
|
||||
"theme.bar.menus.popover.border": "#32302f",
|
||||
"theme.bar.buttons.volume.icon_background": "#fe8018",
|
||||
"theme.bar.menus.menu.power.buttons.sleep.icon_background": "#83a598",
|
||||
"theme.bar.menus.menu.power.buttons.restart.text": "#fe8019",
|
||||
"theme.bar.buttons.modules.updates.background": "#282828",
|
||||
"theme.bar.buttons.modules.storage.icon": "#83a598",
|
||||
"theme.bar.buttons.modules.netstat.background": "#282828",
|
||||
"theme.bar.buttons.modules.weather.icon": "#fe8017",
|
||||
"theme.bar.buttons.modules.netstat.text": "#b8bb26",
|
||||
"theme.bar.buttons.modules.storage.background": "#282828",
|
||||
"theme.bar.buttons.modules.power.icon": "#cc241d",
|
||||
"theme.bar.buttons.modules.storage.text": "#83a598",
|
||||
"theme.bar.buttons.modules.cpu.background": "#282828",
|
||||
"theme.bar.menus.menu.power.border.color": "#3c3836",
|
||||
"theme.bar.buttons.network.icon_background": "#b16286",
|
||||
"theme.bar.buttons.modules.power.icon_background": "#282828",
|
||||
"theme.bar.menus.menu.power.buttons.logout.icon": "#32302f",
|
||||
"theme.bar.menus.menu.power.buttons.restart.icon_background": "#fe8019",
|
||||
"theme.bar.menus.menu.power.buttons.restart.icon": "#32302f",
|
||||
"theme.bar.buttons.modules.cpu.icon": "#d3869b",
|
||||
"theme.bar.buttons.battery.icon_background": "#fabd2f",
|
||||
"theme.bar.buttons.modules.kbLayout.icon_background": "#282828",
|
||||
"theme.bar.buttons.modules.weather.text": "#fe8017",
|
||||
"theme.bar.menus.menu.power.buttons.shutdown.icon": "#32302f",
|
||||
"theme.bar.menus.menu.power.buttons.sleep.text": "#83a598",
|
||||
"theme.bar.buttons.modules.weather.icon_background": "#282828",
|
||||
"theme.bar.menus.menu.power.buttons.shutdown.background": "#282828",
|
||||
"theme.bar.buttons.media.icon_background": "#83a598",
|
||||
"theme.bar.menus.menu.power.buttons.logout.background": "#282828",
|
||||
"theme.bar.buttons.modules.kbLayout.icon": "#83a598",
|
||||
"theme.bar.buttons.modules.ram.icon_background": "#282828",
|
||||
"theme.bar.menus.menu.power.buttons.shutdown.icon_background": "#cc241d",
|
||||
"theme.bar.menus.menu.power.buttons.shutdown.text": "#cc241d",
|
||||
"theme.bar.menus.menu.power.buttons.sleep.background": "#282828",
|
||||
"theme.bar.buttons.modules.ram.text": "#fabd2f",
|
||||
"theme.bar.menus.menu.power.buttons.logout.text": "#b8bb26",
|
||||
"theme.bar.buttons.modules.updates.icon_background": "#282828",
|
||||
"theme.bar.buttons.modules.kbLayout.background": "#282828",
|
||||
"theme.bar.buttons.modules.power.background": "#282828",
|
||||
"theme.bar.buttons.modules.weather.background": "#282828",
|
||||
"theme.bar.buttons.icon_background": "#242438",
|
||||
"theme.bar.menus.menu.power.background.color": "#1d2021",
|
||||
"theme.bar.buttons.modules.ram.background": "#282828",
|
||||
"theme.bar.buttons.modules.netstat.icon": "#b8bb26",
|
||||
"theme.bar.buttons.windowtitle.icon_background": "#d3869b",
|
||||
"theme.bar.buttons.modules.cpu.icon_background": "#282828",
|
||||
"theme.bar.menus.menu.power.buttons.logout.icon_background": "#b8bb26",
|
||||
"theme.bar.buttons.modules.updates.text": "#b16286",
|
||||
"theme.bar.menus.menu.power.buttons.sleep.icon": "#32302f",
|
||||
"theme.bar.buttons.bluetooth.icon_background": "#83a598",
|
||||
"theme.bar.menus.menu.power.buttons.restart.background": "#282828",
|
||||
"theme.bar.buttons.modules.updates.icon": "#b16286",
|
||||
"theme.bar.buttons.modules.cpu.text": "#d3869b",
|
||||
"theme.bar.buttons.modules.netstat.icon_background": "#282828",
|
||||
"theme.bar.buttons.modules.kbLayout.text": "#83a598",
|
||||
"theme.bar.buttons.notifications.icon_background": "#83a598",
|
||||
"theme.bar.buttons.modules.power.border": "#282828",
|
||||
"theme.bar.buttons.modules.weather.border": "#fe8017",
|
||||
"theme.bar.buttons.modules.updates.border": "#b16286",
|
||||
"theme.bar.buttons.modules.kbLayout.border": "#83a598",
|
||||
"theme.bar.buttons.modules.netstat.border": "#b8bb26",
|
||||
"theme.bar.buttons.modules.storage.border": "#83a598",
|
||||
"theme.bar.buttons.modules.cpu.border": "#d3869b",
|
||||
"theme.bar.buttons.modules.ram.border": "#fabd2f",
|
||||
"theme.bar.buttons.notifications.border": "#83a598",
|
||||
"theme.bar.buttons.clock.border": "#d3869b",
|
||||
"theme.bar.buttons.battery.border": "#fabd2f",
|
||||
"theme.bar.buttons.systray.border": "#504945",
|
||||
"theme.bar.buttons.bluetooth.border": "#83a598",
|
||||
"theme.bar.buttons.network.border": "#b16286",
|
||||
"theme.bar.buttons.volume.border": "#fe8018",
|
||||
"theme.bar.buttons.media.border": "#83a598",
|
||||
"theme.bar.buttons.windowtitle.border": "#d3869b",
|
||||
"theme.bar.buttons.workspaces.border": "#ffffff",
|
||||
"theme.bar.buttons.dashboard.border": "#fabd2f",
|
||||
"theme.bar.buttons.modules.submap.background": "#282828",
|
||||
"theme.bar.buttons.modules.submap.text": "#8ec07c",
|
||||
"theme.bar.buttons.modules.submap.border": "#8ec07c",
|
||||
"theme.bar.buttons.modules.submap.icon": "#8ec07c",
|
||||
"theme.bar.buttons.modules.submap.icon_background": "#282828",
|
||||
"theme.bar.menus.menu.network.switch.enabled": "#b16286",
|
||||
"theme.bar.menus.menu.network.switch.disabled": "#3c3836",
|
||||
"theme.bar.menus.menu.network.switch.puck": "#504945",
|
||||
"theme.bar.buttons.systray.customIcon": "#ebdbb2",
|
||||
"theme.bar.border.color": "#83a598",
|
||||
"theme.bar.menus.menu.media.timestamp": "#ebdbb2",
|
||||
"theme.bar.buttons.borderColor": "#83a598",
|
||||
"theme.bar.buttons.modules.hyprsunset.icon": "#fabd2f",
|
||||
"theme.bar.buttons.modules.hyprsunset.background": "#282828",
|
||||
"theme.bar.buttons.modules.hyprsunset.icon_background": "#282828",
|
||||
"theme.bar.buttons.modules.hyprsunset.text": "#fabd2f",
|
||||
"theme.bar.buttons.modules.hyprsunset.border": "#fabd2f",
|
||||
"theme.bar.buttons.modules.hypridle.icon": "#83a598",
|
||||
"theme.bar.buttons.modules.hypridle.background": "#282828",
|
||||
"theme.bar.buttons.modules.hypridle.icon_background": "#282828",
|
||||
"theme.bar.buttons.modules.hypridle.text": "#83a598",
|
||||
"theme.bar.buttons.modules.hypridle.border": "#83a598",
|
||||
"theme.bar.menus.menu.network.scroller.color": "#b16286",
|
||||
"theme.bar.menus.menu.bluetooth.scroller.color": "#83a598",
|
||||
"theme.bar.buttons.modules.cava.text": "#8ec07c",
|
||||
"theme.bar.buttons.modules.cava.background": "#282828",
|
||||
"theme.bar.buttons.modules.cava.icon_background": "#282828",
|
||||
"theme.bar.buttons.modules.cava.icon": "#8ec07c",
|
||||
"theme.bar.buttons.modules.cava.border": "#8ec07c",
|
||||
"theme.bar.buttons.modules.microphone.border": "#b8bb26",
|
||||
"theme.bar.buttons.modules.microphone.background": "#282828",
|
||||
"theme.bar.buttons.modules.microphone.text": "#b8bb26",
|
||||
"theme.bar.buttons.modules.microphone.icon": "#b8bb26",
|
||||
"theme.bar.buttons.modules.microphone.icon_background": "#282828",
|
||||
"theme.bar.buttons.modules.worldclock.text": "#d3869b",
|
||||
"theme.bar.buttons.modules.worldclock.background": "#282828",
|
||||
"theme.bar.buttons.modules.worldclock.icon_background": "#d3869b",
|
||||
"theme.bar.buttons.modules.worldclock.icon": "#d3869b",
|
||||
"theme.bar.buttons.modules.worldclock.border": "#d3869b",
|
||||
"bar.autoHide": "fullscreen",
|
||||
"theme.bar.enableShadow": false,
|
||||
"theme.bar.layer": "top"
|
||||
}
|
1
modules.json
Normal file
1
modules.json
Normal file
|
@ -0,0 +1 @@
|
|||
{}
|
0
modules.scss
Normal file
0
modules.scss
Normal file
Loading…
Add table
Add a link
Reference in a new issue