update
This commit is contained in:
+613
-205
@@ -1,233 +1,347 @@
|
|||||||
|
# GlazeWM | Catppuccin Mocha | Glazing Mocha
|
||||||
|
# Place this file at: C:/users/{username}/.config/yasb/config.yaml
|
||||||
|
# You need to Replace {username} with your username and insert your wallpaper path at line 76. also provide the info at line 305 to use the ai chat.
|
||||||
watch_stylesheet: true
|
watch_stylesheet: true
|
||||||
watch_config: true
|
watch_config: true
|
||||||
debug: false
|
debug: false
|
||||||
update_check: true
|
update_check: true
|
||||||
|
show_systray: true
|
||||||
|
glazewm:
|
||||||
|
start_command: "glazewm.exe start"
|
||||||
|
stop_command: "glazewm.exe command wm-exit"
|
||||||
|
reload_command: "glazewm.exe command wm-exit && glazewm.exe start"
|
||||||
bars:
|
bars:
|
||||||
primary-bar:
|
yasb-bar:
|
||||||
enabled: true
|
screens: ['primary']
|
||||||
screens: ["primary"]
|
|
||||||
class_name: "yasb-bar"
|
class_name: "yasb-bar"
|
||||||
alignment:
|
alignment:
|
||||||
position: "top"
|
position: "top"
|
||||||
center: false
|
align: "center"
|
||||||
animation:
|
|
||||||
enabled: true
|
|
||||||
duration: 400
|
|
||||||
blur_effect:
|
blur_effect:
|
||||||
enabled: true
|
enabled: true
|
||||||
acrylic: false
|
acrylic: true
|
||||||
dark_mode: false
|
dark_mode: true
|
||||||
round_corners: false
|
round_corners: true
|
||||||
round_corners_type: "normal"
|
border_color: "None"
|
||||||
border_color: "system"
|
|
||||||
window_flags:
|
window_flags:
|
||||||
always_on_top: false
|
always_on_top: false
|
||||||
windows_app_bar: true
|
windows_app_bar: true
|
||||||
|
hide_on_fullscreen: true
|
||||||
dimensions:
|
dimensions:
|
||||||
width: "100%"
|
width: "100%"
|
||||||
height: 32
|
height: 36
|
||||||
padding:
|
padding:
|
||||||
top: 0
|
top: 3
|
||||||
left: 0
|
left: 6
|
||||||
bottom: 0
|
bottom: 0
|
||||||
right: 0
|
right: 6
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
duration: 500
|
||||||
widgets:
|
widgets:
|
||||||
left:
|
left:
|
||||||
- "home"
|
- "power_menu"
|
||||||
- "quick_launch"
|
- "notes"
|
||||||
|
- "todo"
|
||||||
|
- "bin"
|
||||||
|
- "ai_chat"
|
||||||
|
- "glazewm_workspaces"
|
||||||
center:
|
center:
|
||||||
- "clock"
|
- "cpu"
|
||||||
|
- "gpu"
|
||||||
|
- "pomodoro"
|
||||||
|
- "memory"
|
||||||
|
- "disk"
|
||||||
right:
|
right:
|
||||||
- "systray"
|
- "systray"
|
||||||
- "cpu"
|
- "wallpapers"
|
||||||
- "memory"
|
- "brightness"
|
||||||
- "open_meteo"
|
- "bluetooth"
|
||||||
- "volume"
|
- "wifi"
|
||||||
- "notifications"
|
- "open_meteo"
|
||||||
- "power_menu"
|
- "volume"
|
||||||
|
- "ethernet"
|
||||||
|
- "clock"
|
||||||
|
- "notifications"
|
||||||
widgets:
|
widgets:
|
||||||
home:
|
wallpapers:
|
||||||
type: "yasb.home.HomeWidget"
|
type: "yasb.wallpapers.WallpapersWidget"
|
||||||
options:
|
options:
|
||||||
label: "<span>\ue700</span>"
|
label: "<span></span>"
|
||||||
menu_list:
|
image_path: "Path to wallpapers" # Set your path
|
||||||
- { title: "User Home", path: "~" }
|
update_interval: 60
|
||||||
- { title: "Download", path: "~\\Downloads" }
|
gallery:
|
||||||
- { title: "Documents", path: "~\\Documents" }
|
enabled: true
|
||||||
- { title: "Pictures", path: "~\\Pictures" }
|
blur: true
|
||||||
system_menu: true
|
image_width: 420
|
||||||
power_menu: true
|
image_per_page: 4
|
||||||
blur: true
|
image_spacing: 10
|
||||||
round_corners: true
|
lazy_load: true
|
||||||
round_corners_type: "normal"
|
lazy_load_delay: 10
|
||||||
border_color: "System"
|
lazy_load_fadein: 200
|
||||||
alignment: "center"
|
image_corner_radius: 20
|
||||||
quick_launch:
|
orientation: "portrait"
|
||||||
type: "yasb.quick_launch.QuickLaunchWidget"
|
enable_cache: true
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_gallery"
|
||||||
|
on_right: "toggle_label"
|
||||||
|
bin:
|
||||||
|
type: "yasb.recycle_bin.RecycleBinWidget"
|
||||||
options:
|
options:
|
||||||
label: "<span>\ue721</span>"
|
label: "<span>{icon}</span>{items_count}"
|
||||||
search_placeholder: "Search applications..."
|
label_alt: "Items {items_count}, Total size ({items_size})"
|
||||||
max_results: 30
|
icons:
|
||||||
show_icons: true
|
bin_empty: "\udb82\ude7a"
|
||||||
icon_size: 16
|
bin_filled: "\udb82\ude79"
|
||||||
compact_text: true
|
callbacks:
|
||||||
providers:
|
on_left: 'exec "C:/Users/{username}/Desktop/file_explorer.lnk" shell:RecycleBinFolder'
|
||||||
apps:
|
on_right: "empty_bin"
|
||||||
enabled: true
|
on_middle: "do_nothing"
|
||||||
prefix: "*"
|
show_confirmation: true
|
||||||
priority: 0
|
label_shadow:
|
||||||
show_recent: true
|
enabled: true
|
||||||
max_recent: 5
|
color: "black"
|
||||||
show_description: true
|
radius: 3
|
||||||
popup:
|
offset: [ 1, 1 ]
|
||||||
width: 720
|
glazewm_workspaces:
|
||||||
height: 480
|
type: "glazewm.workspaces.GlazewmWorkspacesWidget"
|
||||||
|
options:
|
||||||
|
offline_label: "GlazeWM Offline"
|
||||||
|
hide_empty_workspaces: true
|
||||||
|
hide_if_offline: false
|
||||||
|
monitor_exclusive: true
|
||||||
|
enable_scroll_switching: true
|
||||||
|
animation: true
|
||||||
|
clock:
|
||||||
|
type: "yasb.clock.ClockWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\uf017</span> {%H:%M}"
|
||||||
|
label_alt: "<span>\uf017</span> {%A, %d %B %Y}"
|
||||||
|
locale: ""
|
||||||
|
update_interval: 1000
|
||||||
|
timezones: []
|
||||||
|
tooltip: true
|
||||||
|
calendar:
|
||||||
blur: true
|
blur: true
|
||||||
round_corners: true
|
round_corners: true
|
||||||
round_corners_type: "normal"
|
round_corners_type: "normal"
|
||||||
border_color: "system"
|
border_color: "system"
|
||||||
dark_mode: true
|
|
||||||
callbacks:
|
|
||||||
on_left: "toggle_quick_launch"
|
|
||||||
keybindings:
|
|
||||||
- keys: "alt+space"
|
|
||||||
action: "toggle_quick_launch"
|
|
||||||
screen: "primary"
|
|
||||||
clock:
|
|
||||||
type: "yasb.clock.ClockWidget"
|
|
||||||
options:
|
|
||||||
label: "{%a, %d %b %H:%M}"
|
|
||||||
label_alt: "{%A, %d %B %Y %H:%M}"
|
|
||||||
timezones: []
|
|
||||||
calendar:
|
|
||||||
blur: true
|
|
||||||
round_corners: true
|
|
||||||
alignment: "center"
|
|
||||||
direction: "down"
|
|
||||||
extended: false
|
|
||||||
show_years: true
|
|
||||||
show_holidays: false
|
|
||||||
show_week_numbers: true
|
|
||||||
callbacks:
|
|
||||||
on_left: "toggle_calendar"
|
|
||||||
on_middle: "toggle_label"
|
|
||||||
on_right: "context_menu"
|
|
||||||
systray:
|
|
||||||
type: yasb.systray.SystrayWidget
|
|
||||||
options:
|
|
||||||
class_name: systray
|
|
||||||
label_collapsed: "\ue70d"
|
|
||||||
label_expanded: "\ue70e"
|
|
||||||
label_position: right
|
|
||||||
pin_click_modifier: ctrl
|
|
||||||
show_unpinned: false
|
|
||||||
show_battery: false
|
|
||||||
show_volume: false
|
|
||||||
icon_size: 16
|
|
||||||
use_hook: true
|
|
||||||
show_in_popup: true
|
|
||||||
icons_per_row: 5
|
|
||||||
popup:
|
|
||||||
blur: true
|
|
||||||
round_corners: true
|
|
||||||
round_corners_type: "normal"
|
|
||||||
border_color: None
|
|
||||||
alignment: "center"
|
alignment: "center"
|
||||||
direction: "down"
|
direction: "down"
|
||||||
offset_top: 6
|
offset_top: 6
|
||||||
offset_left: 0
|
offset_left: 0
|
||||||
open_meteo:
|
show_week_numbers: false
|
||||||
type: "yasb.open_meteo.OpenMeteoWidget"
|
show_years: true
|
||||||
options:
|
extended: false
|
||||||
label: "<span>\ue706</span>{temp}"
|
|
||||||
label_alt: "{location}: Min {min_temp}, Max {max_temp}, Humidity {humidity}"
|
|
||||||
tooltip: true
|
|
||||||
update_interval: 600
|
|
||||||
hide_decimal: true
|
|
||||||
units: "metric"
|
|
||||||
callbacks:
|
callbacks:
|
||||||
on_left: "toggle_card"
|
on_left: "toggle_label"
|
||||||
on_middle: "do_nothing"
|
on_middle: "do_nothing"
|
||||||
on_right: "toggle_label"
|
on_right: "toggle_calendar"
|
||||||
icons:
|
animation:
|
||||||
sunnyDay: "\ue706"
|
|
||||||
clearNight: "\uec46"
|
|
||||||
weather_card:
|
|
||||||
blur: true
|
|
||||||
alignment: "right"
|
|
||||||
direction: "down"
|
|
||||||
icon_size: 32
|
|
||||||
show_hourly_forecast: true
|
|
||||||
time_format: "24h"
|
|
||||||
hourly_point_spacing: 76
|
|
||||||
hourly_icon_size: 16
|
|
||||||
icon_smoothing: true
|
|
||||||
temp_line_width: 2
|
|
||||||
current_line_color: "#8EAEE8"
|
|
||||||
current_line_width: 1
|
|
||||||
current_line_style: "dot"
|
|
||||||
hourly_forecast_buttons:
|
|
||||||
enabled: false
|
|
||||||
weather_animation:
|
|
||||||
enabled: true
|
|
||||||
snow_overrides_rain: true
|
|
||||||
temp_line_animation_style: both
|
|
||||||
rain_effect_intensity: 1.0
|
|
||||||
snow_effect_intensity: 1.0
|
|
||||||
scale_with_chance: true
|
|
||||||
volume:
|
|
||||||
type: "yasb.volume.VolumeWidget"
|
|
||||||
options:
|
|
||||||
label: "<span>{icon}</span>"
|
|
||||||
label_alt: "<span>{icon}</span>{level}"
|
|
||||||
tooltip: true
|
|
||||||
volume_icons:
|
|
||||||
- "\ue74f"
|
|
||||||
- "\ue992"
|
|
||||||
- "\ue993"
|
|
||||||
- "\ue994"
|
|
||||||
- "\ue995"
|
|
||||||
callbacks:
|
|
||||||
on_left: "toggle_volume_menu"
|
|
||||||
on_right: "toggle_mute"
|
|
||||||
cpu:
|
|
||||||
type: "yasb.cpu.CpuWidget"
|
|
||||||
options:
|
|
||||||
label: "<span>\ueea1</span> {info[percent][total]}%"
|
|
||||||
label_alt: "<span>\ueea1</span> {info[freq][current]} MHz"
|
|
||||||
update_interval: 2000
|
|
||||||
menu:
|
|
||||||
enabled: true
|
enabled: true
|
||||||
show_graph: true
|
type: "fadeInOut"
|
||||||
show_graph_grid: true
|
duration: 200
|
||||||
graph_history_size: 60
|
pomodoro:
|
||||||
callbacks:
|
type: "yasb.pomodoro.PomodoroWidget"
|
||||||
on_left: toggle_menu
|
|
||||||
on_middle: do_nothing
|
|
||||||
on_right: toggle_label
|
|
||||||
memory:
|
|
||||||
type: "yasb.memory.MemoryWidget"
|
|
||||||
options:
|
options:
|
||||||
label: "<span>\ueea1</span> {virtual_mem_free}"
|
label: "<span>{icon}</span> {remaining}"
|
||||||
label_alt: "<span>\ueea1</span> VIRT: {virtual_mem_percent}% SWAP: {swap_mem_percent}%"
|
label_alt: "<span>{icon}</span> {session}/{total_sessions} - {status}"
|
||||||
update_interval: 5000
|
work_duration: 25
|
||||||
|
break_duration: 5
|
||||||
|
long_break_duration: 15
|
||||||
|
long_break_interval: 4
|
||||||
|
auto_start_breaks: true
|
||||||
|
auto_start_work: true
|
||||||
|
sound_notification: true
|
||||||
|
show_notification: true
|
||||||
|
hide_on_break: false
|
||||||
|
session_target: 8
|
||||||
|
icons:
|
||||||
|
work: "\uf252"
|
||||||
|
break: "\uf253"
|
||||||
|
paused: "\uf254"
|
||||||
|
menu:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "System"
|
||||||
|
alignment: "center"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
circle_background_color: "#1e1e2e"
|
||||||
|
circle_work_progress_color: "#cba6f7"
|
||||||
|
circle_break_progress_color: "#a6e3a1"
|
||||||
|
circle_thickness: 8
|
||||||
|
circle_size: 160
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_menu"
|
||||||
|
on_middle: "reset_timer"
|
||||||
|
on_right: "toggle_label"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
notes:
|
||||||
|
type: "yasb.notes.NotesWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\udb82\udd0c</span> {count}"
|
||||||
|
label_alt: "{count} notes"
|
||||||
|
menu:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "System"
|
||||||
|
alignment: "center"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
max_title_size: 150
|
||||||
|
show_date_time: true
|
||||||
|
icons:
|
||||||
|
note: "\udb82\udd0c"
|
||||||
|
delete: "\ueab8"
|
||||||
|
copy: "\uebcc"
|
||||||
|
float_on: "\udb84\udcac"
|
||||||
|
float_off: "\udb84\udca9"
|
||||||
|
close: "\uf00d"
|
||||||
callbacks:
|
callbacks:
|
||||||
on_left: "toggle_menu"
|
on_left: "toggle_menu"
|
||||||
on_middle: "do_nothing"
|
on_middle: "do_nothing"
|
||||||
on_right: "toggle_label"
|
on_right: "toggle_label"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
todo:
|
||||||
|
type: "yasb.todo.TodoWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\uf0ae</span> {count}"
|
||||||
|
label_alt: "<span>\uf0ae</span> {completed}/{count} done"
|
||||||
|
menu:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "system"
|
||||||
|
alignment: "center"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
icons:
|
||||||
|
add: "\uf501 New Task"
|
||||||
|
edit: "Edit"
|
||||||
|
delete: "Delete"
|
||||||
|
date: "\ue641"
|
||||||
|
category: "\uf412"
|
||||||
|
checked: "\udb80\udd34"
|
||||||
|
unchecked: "\udb80\udd30"
|
||||||
|
sort: "\ueab4"
|
||||||
|
no_tasks: "\uf4a0"
|
||||||
|
categories:
|
||||||
|
default:
|
||||||
|
label: "General"
|
||||||
|
soon:
|
||||||
|
label: "Complete soon"
|
||||||
|
today:
|
||||||
|
label: "End of day"
|
||||||
|
urgent:
|
||||||
|
label: "Urgent"
|
||||||
|
important:
|
||||||
|
label: "Important"
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_menu"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_label"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
ai_chat:
|
||||||
|
type: "yasb.ai_chat.AiChatWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\uDB81\uDE74</span>"
|
||||||
|
chat:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "system"
|
||||||
|
alignment: "center"
|
||||||
|
direction: "down"
|
||||||
|
offset_left: 0
|
||||||
|
offset_top: 6
|
||||||
|
icons:
|
||||||
|
attach: "\uf067"
|
||||||
|
send: "\uf1d8"
|
||||||
|
stop: "\uf04d"
|
||||||
|
clear: "\uf1f8"
|
||||||
|
assistant: "\udb81\ude74"
|
||||||
|
float_on: "\udb84\udcac"
|
||||||
|
float_off: "\udb84\udca9"
|
||||||
|
close: "\uf00d"
|
||||||
|
copy: "\uebcc"
|
||||||
|
copy_check: "\uf00c"
|
||||||
|
start_floating: false
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_chat"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "do_nothing"
|
||||||
|
providers:
|
||||||
|
- provider: "Ollama"
|
||||||
|
api_endpoint: "http://localhost:11434/v1" #default
|
||||||
|
credential: "ollama"
|
||||||
|
models:
|
||||||
|
- name: "" #you can find the name using 'ollama list'
|
||||||
|
label: "You have to set it up in the config.yaml"
|
||||||
|
default: true
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
notifications:
|
||||||
|
type: "yasb.notifications.NotificationsWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\udb80\udc9e</span> {count}"
|
||||||
|
label_alt: "{count} notifications"
|
||||||
|
hide_empty: true
|
||||||
|
tooltip: true
|
||||||
|
icons:
|
||||||
|
new: "\udb80\udc9e"
|
||||||
|
default: "\udb80\udc9a"
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_notification"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_label"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
cpu:
|
||||||
|
type: "yasb.cpu.CpuWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\uf4bc</span> {info[percent][total]}%"
|
||||||
|
label_alt: "<span>\uf437</span> {info[freq][current]} MHz"
|
||||||
|
update_interval: 2000
|
||||||
|
cpu_thresholds:
|
||||||
|
low: 25
|
||||||
|
medium: 50
|
||||||
|
high: 90
|
||||||
|
histogram_icons:
|
||||||
|
- "\u2581"
|
||||||
|
- "\u2581"
|
||||||
|
- "\u2582"
|
||||||
|
- "\u2583"
|
||||||
|
- "\u2584"
|
||||||
|
- "\u2585"
|
||||||
|
- "\u2586"
|
||||||
|
- "\u2587"
|
||||||
|
- "\u2588"
|
||||||
|
histogram_num_columns: 8
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_menu"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "exec cmd /c Taskmgr"
|
||||||
menu:
|
menu:
|
||||||
enabled: true
|
enabled: true
|
||||||
show_graph: true
|
|
||||||
show_graph_grid: true
|
|
||||||
graph_history_size: 60
|
|
||||||
power_menu:
|
|
||||||
type: "yasb.power_menu.PowerMenuWidget"
|
|
||||||
options:
|
|
||||||
label: "<span>\ue712</span>"
|
|
||||||
uptime: true
|
|
||||||
show_user: true
|
|
||||||
menu_style: "popup"
|
|
||||||
popup:
|
|
||||||
blur: true
|
blur: true
|
||||||
round_corners: true
|
round_corners: true
|
||||||
round_corners_type: "normal"
|
round_corners_type: "normal"
|
||||||
@@ -236,23 +350,317 @@ widgets:
|
|||||||
direction: "down"
|
direction: "down"
|
||||||
offset_top: 6
|
offset_top: 6
|
||||||
offset_left: 0
|
offset_left: 0
|
||||||
profile_image_size: 64
|
show_graph: true
|
||||||
buttons:
|
show_graph_grid: false
|
||||||
lock: ["\ue72e", "Lock"]
|
graph_history_size: 60
|
||||||
signout: ["\uf3b1", "Sign out"]
|
animation:
|
||||||
sleep: ["\uec46", "Sleep"]
|
enabled: true
|
||||||
hibernate: ["\ue66d", "Hibernate"]
|
type: "fadeInOut"
|
||||||
restart: ["\ue72c", "Restart"]
|
duration: 200
|
||||||
shutdown: ["\ue7e8", "Shut Down"]
|
memory:
|
||||||
cancel: ["", "Cancel"]
|
type: "yasb.memory.MemoryWidget"
|
||||||
notifications:
|
|
||||||
type: "yasb.notifications.NotificationsWidget"
|
|
||||||
options:
|
options:
|
||||||
label: "<span>\uf2a3</span>"
|
label: "<span>\uefc5</span> {virtual_mem_percent}%"
|
||||||
label_alt: "{count} notifications"
|
label_alt: "<span>\uefc5</span> {virtual_mem_used}/{virtual_mem_total}"
|
||||||
hide_empty: true
|
update_interval: 5000
|
||||||
tooltip: false
|
memory_thresholds:
|
||||||
|
low: 25
|
||||||
|
medium: 50
|
||||||
|
high: 90
|
||||||
callbacks:
|
callbacks:
|
||||||
on_left: "toggle_notification"
|
on_left: "toggle_menu"
|
||||||
on_right: "do_nothing"
|
|
||||||
on_middle: "do_nothing"
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_label"
|
||||||
|
menu:
|
||||||
|
enabled: true
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "System"
|
||||||
|
alignment: "right"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
show_graph: true
|
||||||
|
show_graph_grid: false
|
||||||
|
graph_history_size: 60
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
disk:
|
||||||
|
type: "yasb.disk.DiskWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\uf473</span> {space[used][percent]}"
|
||||||
|
label_alt: "<span>\uf473</span> {space[used][gb]} / {space[total][gb]}"
|
||||||
|
volume_label: "C"
|
||||||
|
update_interval: 60
|
||||||
|
disk_thresholds:
|
||||||
|
low: 50
|
||||||
|
medium: 75
|
||||||
|
high: 90
|
||||||
|
group_label:
|
||||||
|
volume_labels: ["C"]
|
||||||
|
show_label_name: true
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "System"
|
||||||
|
alignment: "right"
|
||||||
|
direction: "down"
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_label"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "exec cmd /c start \"\" \"C:/Users/{username}/Desktop/wiztree.lnk\""
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
gpu:
|
||||||
|
type: "yasb.gpu.GpuWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\udb81\udd03</span> {info[utilization]}%"
|
||||||
|
label_alt: "<span>\udb81\udd03</span> {info[temp]}°C | {info[mem_used]}"
|
||||||
|
gpu_index: 0
|
||||||
|
update_interval: 2000
|
||||||
|
gpu_thresholds:
|
||||||
|
low: 25
|
||||||
|
medium: 50
|
||||||
|
high: 90
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_menu"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_label"
|
||||||
|
menu:
|
||||||
|
enabled: true
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "System"
|
||||||
|
alignment: "right"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
show_graph: true
|
||||||
|
show_graph_grid: false
|
||||||
|
graph_history_size: 60
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
brightness:
|
||||||
|
type: "yasb.brightness.BrightnessWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>{icon}</span>"
|
||||||
|
label_alt: "Brightness {percent}%"
|
||||||
|
tooltip: true
|
||||||
|
hide_unsupported: true
|
||||||
|
brightness_toggle_level: [0, 50, 100]
|
||||||
|
brightness_icons:
|
||||||
|
- "\udb80\udcde"
|
||||||
|
- "\udb80\udcdd"
|
||||||
|
- "\udb80\udcdf"
|
||||||
|
- "\udb80\udce0"
|
||||||
|
brightness_menu:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "System"
|
||||||
|
alignment: "right"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_label"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_brightness_menu"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
volume:
|
||||||
|
type: "yasb.volume.VolumeWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>{icon}</span> {level}"
|
||||||
|
label_alt: "Vol {volume}"
|
||||||
|
volume_icons:
|
||||||
|
- "\ueee8"
|
||||||
|
- "\uf026"
|
||||||
|
- "\uf027"
|
||||||
|
- "\uf027"
|
||||||
|
- "\uf028"
|
||||||
|
scroll_step: 2
|
||||||
|
slider_beep: false
|
||||||
|
tooltip: true
|
||||||
|
audio_menu:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "system"
|
||||||
|
alignment: "right"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
show_apps: true
|
||||||
|
show_app_labels: false
|
||||||
|
show_app_icons: true
|
||||||
|
show_apps_expanded: false
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_volume_menu"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_mute"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
bluetooth:
|
||||||
|
type: "yasb.bluetooth.BluetoothWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>{icon}</span>"
|
||||||
|
label_alt: "{device_name}"
|
||||||
|
label_no_device: "No devices"
|
||||||
|
label_device_separator: ", "
|
||||||
|
tooltip: true
|
||||||
|
icons:
|
||||||
|
bluetooth_on: "\udb80\udcaf"
|
||||||
|
bluetooth_off: "\udb80\udcb2"
|
||||||
|
bluetooth_connected: "\udb80\udcb1"
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_label"
|
||||||
|
on_right: "exec cmd.exe /c start ms-settings:bluetooth"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
wifi:
|
||||||
|
type: "yasb.wifi.WifiWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>{wifi_icon}</span>"
|
||||||
|
label_alt: "{wifi_name} {wifi_strength}%"
|
||||||
|
update_interval: 5000
|
||||||
|
wifi_icons:
|
||||||
|
- "\udb82\udd2e"
|
||||||
|
- "\udb82\udd1f"
|
||||||
|
- "\udb82\udd22"
|
||||||
|
- "\udb82\udd25"
|
||||||
|
- "\udb82\udd28"
|
||||||
|
ethernet_icon: "\ueba9"
|
||||||
|
ethernet_label: "<span>{wifi_icon}</span>"
|
||||||
|
ethernet_label_alt: "<span>{wifi_icon}</span> {ip_addr}"
|
||||||
|
hide_if_ethernet: true
|
||||||
|
get_exact_wifi_strength: false
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_label"
|
||||||
|
on_middle: "exec cmd.exe /c start ms-settings:network"
|
||||||
|
on_right: "toggle_menu"
|
||||||
|
menu_config:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "System"
|
||||||
|
alignment: "right"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
open_meteo:
|
||||||
|
type: "yasb.open_meteo.OpenMeteoWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>{icon}</span> {feelslike}"
|
||||||
|
label_alt: "{location}: {min_temp}↓ {max_temp}↑"
|
||||||
|
tooltip: true
|
||||||
|
update_interval: 600
|
||||||
|
hide_decimal: true
|
||||||
|
units: "metric"
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_label"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_card"
|
||||||
|
animation:
|
||||||
|
enabled: true
|
||||||
|
type: "fadeInOut"
|
||||||
|
duration: 200
|
||||||
|
weather_card:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "none"
|
||||||
|
alignment: "right"
|
||||||
|
direction: "down"
|
||||||
|
icon_size: 48
|
||||||
|
show_hourly_forecast: true
|
||||||
|
time_format: "12h"
|
||||||
|
hourly_point_spacing: 76
|
||||||
|
hourly_icon_size: 24
|
||||||
|
icon_smoothing: true
|
||||||
|
temp_line_width: 2
|
||||||
|
current_line_color: "#8EAEE8"
|
||||||
|
current_line_width: 1
|
||||||
|
current_line_style: "dot"
|
||||||
|
hourly_gradient:
|
||||||
|
enabled: false
|
||||||
|
top_color: "#8EAEE8"
|
||||||
|
bottom_color: "#2A3E68"
|
||||||
|
hourly_forecast_buttons:
|
||||||
|
enabled: true
|
||||||
|
default_view: "temperature"
|
||||||
|
temperature_icon: "\udb81\udd99"
|
||||||
|
rain_icon: "\udb81\udd96"
|
||||||
|
snow_icon: "\udb81\udd98"
|
||||||
|
weather_animation:
|
||||||
|
enabled: false
|
||||||
|
snow_overrides_rain: true
|
||||||
|
temp_line_animation_style: both
|
||||||
|
rain_effect_intensity: 1.0
|
||||||
|
snow_effect_intensity: 1.0
|
||||||
|
scale_with_chance: true
|
||||||
|
label_shadow:
|
||||||
|
enabled: true
|
||||||
|
color: "black"
|
||||||
|
radius: 3
|
||||||
|
offset: [1, 1]
|
||||||
|
systray:
|
||||||
|
type: "yasb.systray.SystrayWidget"
|
||||||
|
options:
|
||||||
|
class_name: "systray"
|
||||||
|
label_collapsed: "\udb81\udfc3"
|
||||||
|
label_expanded: "\udb81\udf98"
|
||||||
|
label_position: "left"
|
||||||
|
icon_size: 16
|
||||||
|
pin_click_modifier: "alt"
|
||||||
|
show_unpinned: true
|
||||||
|
show_unpinned_button: true
|
||||||
|
show_battery: false
|
||||||
|
show_volume: false
|
||||||
|
show_network: true
|
||||||
|
tooltip: true
|
||||||
|
ethernet:
|
||||||
|
type: "yasb.custom.CustomWidget"
|
||||||
|
options:
|
||||||
|
class_name: "ethernet"
|
||||||
|
label: "<span color='#fab387'></span>"
|
||||||
|
label_alt: "Network Diagnostic Required"
|
||||||
|
callbacks:
|
||||||
|
on_left: 'exec powershell.exe -Command "Start-Process https://rroll.to/iHgSMg"'
|
||||||
|
power_menu:
|
||||||
|
type: "yasb.power_menu.PowerMenuWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\uf011</span>"
|
||||||
|
uptime: true
|
||||||
|
show_user: true
|
||||||
|
blur: false
|
||||||
|
blur_background: true
|
||||||
|
animation_duration: 120
|
||||||
|
button_row: 3
|
||||||
|
profile_image_size: 80
|
||||||
|
buttons:
|
||||||
|
lock: ["\uea75", "Lock"]
|
||||||
|
sleep: ["\u23fe", "Sleep"]
|
||||||
|
restart: ["\uead2", "Restart"]
|
||||||
|
shutdown: ["\uf011", "Shut Down"]
|
||||||
|
signout: ["\udb80\udf43", "Sign out"]
|
||||||
|
cancel: ["\udb81\udf3a", "Cancel"]
|
||||||
|
|||||||
+267
-1094
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user