wip
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
# Import a theme from './themes/*.json'.
|
||||
# Default: ""
|
||||
theme = "gruvbox_split";
|
||||
# theme = "gruvbox_split";
|
||||
|
||||
# Override the final config with an arbitrary set.
|
||||
# Useful for overriding colors in your selected theme.
|
||||
@@ -37,42 +37,42 @@
|
||||
# Configure bar layouts for monitors.
|
||||
# See 'https://hyprpanel.com/configuration/panel.html'.
|
||||
# Default: null
|
||||
layout = {
|
||||
"bar.layouts" = {
|
||||
"0" = {
|
||||
left = [ "dashboard" "workspaces" ];
|
||||
middle = [ "media" ];
|
||||
right = [ "volume" "systray" "notifications" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Configure and theme almost all options from the GUI.
|
||||
# Options that require '{}' or '[]' are not yet implemented,
|
||||
# except for the layout above.
|
||||
# See 'https://hyprpanel.com/configuration/settings.html'.
|
||||
# Default: <same as gui>
|
||||
settings = {
|
||||
bar.launcher.autoDetectIcon = true;
|
||||
bar.workspaces.show_icons = true;
|
||||
|
||||
menus.clock = {
|
||||
time = {
|
||||
military = true;
|
||||
hideSeconds = true;
|
||||
};
|
||||
weather.unit = "metric";
|
||||
};
|
||||
|
||||
menus.dashboard.directories.enabled = false;
|
||||
menus.dashboard.stats.enable_gpu = true;
|
||||
|
||||
theme.bar.transparent = true;
|
||||
|
||||
theme.font = {
|
||||
name = "CaskaydiaCove NF";
|
||||
size = "16px";
|
||||
};
|
||||
};
|
||||
# layout = {
|
||||
# "bar.layouts" = {
|
||||
# "0" = {
|
||||
# left = [ "dashboard" "workspaces" ];
|
||||
# middle = [ "media" ];
|
||||
# right = [ "volume" "systray" "notifications" ];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
#
|
||||
# # Configure and theme almost all options from the GUI.
|
||||
# # Options that require '{}' or '[]' are not yet implemented,
|
||||
# # except for the layout above.
|
||||
# # See 'https://hyprpanel.com/configuration/settings.html'.
|
||||
# # Default: <same as gui>
|
||||
# settings = {
|
||||
# bar.launcher.autoDetectIcon = true;
|
||||
# bar.workspaces.show_icons = true;
|
||||
#
|
||||
# menus.clock = {
|
||||
# time = {
|
||||
# military = true;
|
||||
# hideSeconds = true;
|
||||
# };
|
||||
# weather.unit = "metric";
|
||||
# };
|
||||
#
|
||||
# menus.dashboard.directories.enabled = false;
|
||||
# menus.dashboard.stats.enable_gpu = true;
|
||||
#
|
||||
# theme.bar.transparent = true;
|
||||
#
|
||||
# theme.font = {
|
||||
# name = "CaskaydiaCove NF";
|
||||
# size = "16px";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user