Update all dotfiles
This commit is contained in:
66
configs/dotfiles/hyprland/laptop/.config/waybar/themes/starter/config
Executable file
66
configs/dotfiles/hyprland/laptop/.config/waybar/themes/starter/config
Executable file
@ -0,0 +1,66 @@
|
||||
// __ __ _
|
||||
// \ \ / /_ _ _ _| |__ __ _ _ __
|
||||
// \ \ /\ / / _` | | | | '_ \ / _` | '__|
|
||||
// \ V V / (_| | |_| | |_) | (_| | |
|
||||
// \_/\_/ \__,_|\__, |_.__/ \__,_|_|
|
||||
// |___/
|
||||
//
|
||||
// by Stephan Raabe (2023)
|
||||
// -----------------------------------------------------
|
||||
//
|
||||
{
|
||||
// General Settings
|
||||
|
||||
// Position TOP
|
||||
"layer": "top",
|
||||
"margin-bottom": 0,
|
||||
|
||||
// Position BOTTOM
|
||||
// "position": "bottom",
|
||||
// "margin-top": 0,
|
||||
// "margin-bottom": 14,
|
||||
|
||||
"layer": "top",
|
||||
"margin-left": 0,
|
||||
"margin-right": 0,
|
||||
"spacing": 0,
|
||||
|
||||
// Load Modules
|
||||
"include": [
|
||||
"~/.config/ml4w/settings/waybar-quicklinks.json",
|
||||
"~/.config/waybar/themes/starter/modules.json"
|
||||
],
|
||||
|
||||
// Modules Left
|
||||
"modules-left": [
|
||||
"custom/appmenu",
|
||||
"custom/settings",
|
||||
//"wlr/taskbar",
|
||||
"group/quicklinks",
|
||||
"hyprland/window",
|
||||
"custom/starter"
|
||||
],
|
||||
|
||||
// Modules Center
|
||||
"modules-center": [
|
||||
"hyprland/workspaces"
|
||||
],
|
||||
|
||||
// Modules Right
|
||||
"modules-right": [
|
||||
"custom/updates",
|
||||
"pulseaudio",
|
||||
//"backlight",
|
||||
"bluetooth",
|
||||
"battery",
|
||||
"network",
|
||||
"group/hardware",
|
||||
"custom/cliphist",
|
||||
"custom/hypridle",
|
||||
"custom/hyprshade",
|
||||
"tray",
|
||||
"custom/exit",
|
||||
"custom/ml4w-welcome",
|
||||
"clock"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user