update
This commit is contained in:
@@ -1,17 +1,27 @@
|
|||||||
|
|
||||||
|
|
||||||
window manager:
|
window manager:
|
||||||
pick glaze, komorebi or fancyWM. > glaze
|
v pick glaze, komorebi or fancyWM. > glaze
|
||||||
|
|
||||||
bar: keep bottom bar because windows, also keep the regular start menu but debloat it.
|
v bar: keep bottom bar because windows, also keep the regular start menu but debloat it.
|
||||||
|
|
||||||
binds: autohotkey, win-hypr-switcher
|
v binds: autohotkey, win-hypr-switcher
|
||||||
|
|
||||||
term: get a better terminal with powershell 7
|
v term: get a better terminal with powershell 7
|
||||||
|
|
||||||
term improvements: see if the same type of features that are on my linux terms can be on powershell 7.
|
v term improvements: see if the same type of features that are on my linux terms can be on powershell 7.
|
||||||
|
|
||||||
software: install chocolatey at the very least, maybe also fzf and make a lil tui for it.
|
v software: install chocolatey at the very least, maybe also fzf and make a lil tui for it.
|
||||||
|
|
||||||
|
v debloat with winhance
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
configure powershell 7 profile
|
||||||
|
configure starship
|
||||||
|
configure fastfetch
|
||||||
|
configure eza/zoxide/fzf
|
||||||
|
|
||||||
|
export powershell 7 and windows terminal settings
|
||||||
|
|
||||||
debloat with winhance
|
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
choco install -y glazewm yasb
|
choco install -y glazewm yasb pwsh fastfetch starship fzf eza zoxide yazi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+184
-339
@@ -1,13 +1,7 @@
|
|||||||
# This is default and very simple configuration file for Yasb.
|
|
||||||
# For more information about configuration options, please visit the Wiki https://github.com/amnweb/yasb/wiki
|
|
||||||
watch_stylesheet: true
|
watch_stylesheet: true
|
||||||
watch_config: true
|
watch_config: true
|
||||||
debug: false
|
debug: false
|
||||||
update_check: true # Enable automatic update check.
|
update_check: true
|
||||||
komorebi:
|
|
||||||
start_command: "komorebic start --whkd"
|
|
||||||
stop_command: "komorebic stop --whkd"
|
|
||||||
reload_command: "komorebic stop --whkd && komorebic start --whkd"
|
|
||||||
bars:
|
bars:
|
||||||
primary-bar:
|
primary-bar:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -18,14 +12,14 @@ bars:
|
|||||||
center: false
|
center: false
|
||||||
animation:
|
animation:
|
||||||
enabled: true
|
enabled: true
|
||||||
duration: 1000
|
duration: 400
|
||||||
blur_effect:
|
blur_effect:
|
||||||
enabled: true
|
enabled: true
|
||||||
acrylic: false
|
acrylic: false
|
||||||
dark_mode: true
|
dark_mode: false
|
||||||
round_corners: true
|
round_corners: false
|
||||||
round_corners_type: "normal"
|
round_corners_type: "normal"
|
||||||
border_color: "System"
|
border_color: "system"
|
||||||
window_flags:
|
window_flags:
|
||||||
always_on_top: false
|
always_on_top: false
|
||||||
windows_app_bar: true
|
windows_app_bar: true
|
||||||
@@ -33,333 +27,207 @@ bars:
|
|||||||
width: "100%"
|
width: "100%"
|
||||||
height: 32
|
height: 32
|
||||||
padding:
|
padding:
|
||||||
top: 6
|
top: 0
|
||||||
left: 6
|
left: 0
|
||||||
bottom: 0
|
bottom: 0
|
||||||
right: 6
|
right: 0
|
||||||
widgets:
|
widgets:
|
||||||
left: [
|
left:
|
||||||
"glazewm_tiling_direction",
|
- "home"
|
||||||
"glazewm_workspaces",
|
- "quick_launch"
|
||||||
"pomodoro",
|
center:
|
||||||
"active_window"
|
- "clock"
|
||||||
]
|
right:
|
||||||
center: [
|
- "systray"
|
||||||
"clock"
|
- "cpu"
|
||||||
]
|
- "memory"
|
||||||
right: [
|
- "open_meteo"
|
||||||
"cava",
|
- "volume"
|
||||||
"media",
|
- "notifications"
|
||||||
"weather",
|
- "power_menu"
|
||||||
"microphone",
|
|
||||||
"volume",
|
|
||||||
"cpu",
|
|
||||||
"memory",
|
|
||||||
"notifications",
|
|
||||||
"wallpapers",
|
|
||||||
"power_menu"
|
|
||||||
]
|
|
||||||
widgets:
|
widgets:
|
||||||
home:
|
home:
|
||||||
type: "yasb.home.HomeWidget"
|
type: "yasb.home.HomeWidget"
|
||||||
options:
|
options:
|
||||||
label: "<span>\udb81\udf17</span>"
|
label: "<span>\ue700</span>"
|
||||||
menu_list:
|
menu_list:
|
||||||
- { title: "My Crib", path: "~" }
|
- { title: "User Home", path: "~" }
|
||||||
- { title: "Loot Bag", path: "~\\Downloads" }
|
- { title: "Download", path: "~\\Downloads" }
|
||||||
- { title: "Boring Stuff", path: "~\\Documents" }
|
- { title: "Documents", path: "~\\Documents" }
|
||||||
- { title: "Cursed Memories", path: "~\\Pictures" }
|
- { title: "Pictures", path: "~\\Pictures" }
|
||||||
system_menu: true
|
system_menu: true
|
||||||
power_menu: true
|
power_menu: true
|
||||||
blur: false
|
blur: true
|
||||||
media:
|
round_corners: true
|
||||||
type: "yasb.media.MediaWidget"
|
round_corners_type: "normal"
|
||||||
options:
|
border_color: "System"
|
||||||
label: "<span>\uf001</span> {title}"
|
alignment: "center"
|
||||||
label_alt: "<span>\uf001</span> {artist}"
|
quick_launch:
|
||||||
callbacks:
|
type: "yasb.quick_launch.QuickLaunchWidget"
|
||||||
on_left: "toggle_media_menu"
|
|
||||||
on_middle: "do_nothing"
|
|
||||||
on_right: "do_nothing"
|
|
||||||
max_field_size:
|
|
||||||
label: 50
|
|
||||||
label_alt: 24
|
|
||||||
show_thumbnail: false
|
|
||||||
controls_only: false
|
|
||||||
controls_left: true
|
|
||||||
hide_empty: true
|
|
||||||
thumbnail_alpha: 250
|
|
||||||
thumbnail_padding: 8
|
|
||||||
thumbnail_corner_radius: 0
|
|
||||||
icons:
|
|
||||||
prev_track: ""
|
|
||||||
next_track: ""
|
|
||||||
play: ""
|
|
||||||
pause: ""
|
|
||||||
active_window:
|
|
||||||
type: "yasb.active_window.ActiveWindowWidget"
|
|
||||||
options:
|
options:
|
||||||
label: "{win[title]}"
|
label: "<span>\ue721</span>"
|
||||||
label_alt: "[class_name='{win[class_name]}' exe='{win[process][name]}' hwnd={win[hwnd]}]"
|
search_placeholder: "Search applications..."
|
||||||
label_no_window: ""
|
max_results: 30
|
||||||
label_icon: true
|
show_icons: true
|
||||||
label_icon_size: 14
|
icon_size: 16
|
||||||
max_length: 46
|
compact_text: true
|
||||||
max_length_ellipsis: "..."
|
providers:
|
||||||
monitor_exclusive: true
|
apps:
|
||||||
|
enabled: true
|
||||||
|
prefix: "*"
|
||||||
|
priority: 0
|
||||||
|
show_recent: true
|
||||||
|
max_recent: 5
|
||||||
|
show_description: true
|
||||||
|
popup:
|
||||||
|
width: 720
|
||||||
|
height: 480
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
round_corners_type: "normal"
|
||||||
|
border_color: "system"
|
||||||
|
dark_mode: true
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_quick_launch"
|
||||||
|
keybindings:
|
||||||
|
- keys: "alt+space"
|
||||||
|
action: "toggle_quick_launch"
|
||||||
|
screen: "primary"
|
||||||
clock:
|
clock:
|
||||||
type: "yasb.clock.ClockWidget"
|
type: "yasb.clock.ClockWidget"
|
||||||
options:
|
options:
|
||||||
label: "{%I:%M:%S}"
|
label: "{%a, %d %b %H:%M}"
|
||||||
label_alt: "{%I:%M:%S}"
|
label_alt: "{%A, %d %B %Y %H:%M}"
|
||||||
timezones: []
|
timezones: []
|
||||||
|
calendar:
|
||||||
|
blur: true
|
||||||
|
round_corners: true
|
||||||
|
alignment: "center"
|
||||||
|
direction: "down"
|
||||||
|
extended: false
|
||||||
|
show_years: true
|
||||||
|
show_holidays: false
|
||||||
|
show_week_numbers: true
|
||||||
callbacks:
|
callbacks:
|
||||||
on_left: "toggle_calendar"
|
on_left: "toggle_calendar"
|
||||||
weather:
|
on_middle: "toggle_label"
|
||||||
type: "yasb.weather.WeatherWidget"
|
on_right: "context_menu"
|
||||||
|
systray:
|
||||||
|
type: yasb.systray.SystrayWidget
|
||||||
options:
|
options:
|
||||||
label: "<span>{icon}</span> {temp}"
|
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"
|
||||||
|
direction: "down"
|
||||||
|
offset_top: 6
|
||||||
|
offset_left: 0
|
||||||
|
open_meteo:
|
||||||
|
type: "yasb.open_meteo.OpenMeteoWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\ue706</span>{temp}"
|
||||||
label_alt: "{location}: Min {min_temp}, Max {max_temp}, Humidity {humidity}"
|
label_alt: "{location}: Min {min_temp}, Max {max_temp}, Humidity {humidity}"
|
||||||
api_key: # Get your free API key from https://www.weatherapi.com/
|
tooltip: true
|
||||||
update_interval: 600
|
update_interval: 600
|
||||||
hide_decimal: true
|
hide_decimal: true
|
||||||
location: # You can use "USA Los Angeles 90006" {COUNTRY CITY ZIP_CODE}, or just city.
|
units: "metric"
|
||||||
callbacks:
|
callbacks:
|
||||||
on_left: "toggle_card"
|
on_left: "toggle_card"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_label"
|
||||||
icons:
|
icons:
|
||||||
sunnyDay: "\ue30d"
|
sunnyDay: "\ue706"
|
||||||
clearNight: "\ue32b"
|
clearNight: "\uec46"
|
||||||
cloudyDay: "\ue312"
|
|
||||||
cloudyNight: "\ue311"
|
|
||||||
rainyDay: "\ue308"
|
|
||||||
rainyNight: "\ue333"
|
|
||||||
snowyIcyDay: "\ue30a"
|
|
||||||
snowyIcyNight: "\ue335"
|
|
||||||
blizzardDay: "\udb83\udf36"
|
|
||||||
blizzardNight: "\udb83\udf36"
|
|
||||||
foggyDay: "\ue303"
|
|
||||||
foggyNight: "\ue346"
|
|
||||||
thunderstormDay: "\ue30f"
|
|
||||||
thunderstormNight: "\ue338"
|
|
||||||
default: "\uebaa"
|
|
||||||
weather_card:
|
weather_card:
|
||||||
blur: True
|
blur: true
|
||||||
round_corners: True
|
|
||||||
round_corners_type: "normal"
|
|
||||||
border_color: "System"
|
|
||||||
alignment: "right"
|
alignment: "right"
|
||||||
direction: "down"
|
direction: "down"
|
||||||
icon_size: 64
|
icon_size: 32
|
||||||
show_hourly_forecast: True # Set to False to disable hourly forecast
|
show_hourly_forecast: true
|
||||||
time_format: "12h" # can be 12h or 24h
|
time_format: "24h"
|
||||||
hourly_point_spacing: 76
|
hourly_point_spacing: 76
|
||||||
hourly_icon_size: 32 # better to set 16, 32 or 64 for better quality
|
hourly_icon_size: 16
|
||||||
icon_smoothing: true # should be true for smoother icon or false for sharper icon if using 16, 32 or 64 for hourly_icon_size
|
icon_smoothing: true
|
||||||
temp_line_width: 2 # can be 0 to hide the temperature line
|
temp_line_width: 2
|
||||||
current_line_color: "#8EAEE8"
|
current_line_color: "#8EAEE8"
|
||||||
current_line_width: 1 # can be 0 to hide the current hour line
|
current_line_width: 1
|
||||||
current_line_style: "dot"
|
current_line_style: "dot"
|
||||||
label_shadow:
|
hourly_forecast_buttons:
|
||||||
enabled: true
|
enabled: false
|
||||||
color: "black"
|
weather_animation:
|
||||||
radius: 3
|
enabled: true
|
||||||
offset: [ 1, 1 ]
|
snow_overrides_rain: true
|
||||||
|
temp_line_animation_style: both
|
||||||
|
rain_effect_intensity: 1.0
|
||||||
|
snow_effect_intensity: 1.0
|
||||||
|
scale_with_chance: true
|
||||||
volume:
|
volume:
|
||||||
type: "yasb.volume.VolumeWidget"
|
type: "yasb.volume.VolumeWidget"
|
||||||
options:
|
options:
|
||||||
label: "<span>{icon}</span> {level}"
|
label: "<span>{icon}</span>"
|
||||||
label_alt: "{volume}"
|
label_alt: "<span>{icon}</span>{level}"
|
||||||
tooltip: false
|
tooltip: true
|
||||||
volume_icons:
|
volume_icons:
|
||||||
- "\ueee8"
|
- "\ue74f"
|
||||||
- "\uf026"
|
- "\ue992"
|
||||||
- "\uf027"
|
- "\ue993"
|
||||||
- "\uf027"
|
- "\ue994"
|
||||||
- "\uf028"
|
- "\ue995"
|
||||||
callbacks:
|
callbacks:
|
||||||
on_left: "toggle_mute"
|
on_left: "toggle_volume_menu"
|
||||||
on_right: "exec cmd.exe /c start ms-settings:sound"
|
on_right: "toggle_mute"
|
||||||
microphone:
|
|
||||||
type: "yasb.microphone.MicrophoneWidget"
|
|
||||||
options:
|
|
||||||
label: "<span>{icon}</span> {level}"
|
|
||||||
label_alt: "<span>{icon}</span> {level}%"
|
|
||||||
icons:
|
|
||||||
normal: "\udb80\udf6c"
|
|
||||||
muted: "\udb80\udf6d"
|
|
||||||
callbacks:
|
|
||||||
on_left: "toggle_mute"
|
|
||||||
on_middle: "toggle_label"
|
|
||||||
on_right: "exec cmd.exe /c start ms-settings:sound"
|
|
||||||
power_menu:
|
|
||||||
type: "yasb.power_menu.PowerMenuWidget"
|
|
||||||
options:
|
|
||||||
label: "\uf011"
|
|
||||||
uptime: True
|
|
||||||
blur: False
|
|
||||||
blur_background: True
|
|
||||||
animation_duration: 200
|
|
||||||
button_row: 5
|
|
||||||
buttons:
|
|
||||||
shutdown: ["\uf011", "Rage Quit"]
|
|
||||||
restart: ["\uead2", "Oops, Reboot"]
|
|
||||||
signout: ["\udb80\udf43", "Dip Out"]
|
|
||||||
hibernate: ["\uf28e", "Bear Mode"]
|
|
||||||
sleep: ["\u23fe", "Nap Time"]
|
|
||||||
cancel: ["", "Nah, Im Good "]
|
|
||||||
apps:
|
|
||||||
type: "yasb.applications.ApplicationsWidget"
|
|
||||||
options:
|
|
||||||
container_padding:
|
|
||||||
top: 0
|
|
||||||
left: 8
|
|
||||||
bottom: 0
|
|
||||||
right: 8
|
|
||||||
label: "{data}"
|
|
||||||
app_list:
|
|
||||||
- { icon: "\ueb03", launch: "cmd /c Taskmgr" }
|
|
||||||
- { icon: "\uf489", launch: "wt"}
|
|
||||||
notifications:
|
|
||||||
type: "yasb.notifications.NotificationsWidget"
|
|
||||||
options:
|
|
||||||
label: "<span>\uf476</span> {count}"
|
|
||||||
label_alt: "{count} notifications"
|
|
||||||
hide_empty: true
|
|
||||||
tooltip: false
|
|
||||||
callbacks:
|
|
||||||
on_left: "toggle_notification"
|
|
||||||
on_right: "do_nothing"
|
|
||||||
on_middle: "toggle_label"
|
|
||||||
wallpapers:
|
|
||||||
type: "yasb.wallpapers.WallpapersWidget"
|
|
||||||
options:
|
|
||||||
label: "<span>\udb83\ude09</span>"
|
|
||||||
image_path: # Example path to folder with images
|
|
||||||
change_automatically: false # Automatically change wallpaper
|
|
||||||
update_interval: 60 # If change_automatically is true, update interval in seconds
|
|
||||||
gallery:
|
|
||||||
enabled: true
|
|
||||||
blur: true
|
|
||||||
image_width: 220
|
|
||||||
image_per_page: 8
|
|
||||||
show_buttons: true
|
|
||||||
orientation: "portrait"
|
|
||||||
image_spacing: 8
|
|
||||||
lazy_load: true
|
|
||||||
lazy_load_delay: 80
|
|
||||||
lazy_load_fadein: 400
|
|
||||||
image_corner_radius: 20
|
|
||||||
enable_cache: true
|
|
||||||
cava:
|
|
||||||
type: "yasb.cava.CavaWidget"
|
|
||||||
options:
|
|
||||||
bar_height: 12
|
|
||||||
min_bar_height: 0
|
|
||||||
gradient: 1
|
|
||||||
reverse: 0
|
|
||||||
foreground: "#89b4fa"
|
|
||||||
gradient_color_1: '#74c7ec'
|
|
||||||
gradient_color_2: '#89b4fa'
|
|
||||||
gradient_color_3: '#cba6f7'
|
|
||||||
bars_number: 8
|
|
||||||
bar_spacing: 2
|
|
||||||
bar_width: 4
|
|
||||||
hide_empty: true
|
|
||||||
container_padding:
|
|
||||||
top: 0
|
|
||||||
left: 8
|
|
||||||
bottom: 0
|
|
||||||
right: 8
|
|
||||||
cpu:
|
cpu:
|
||||||
type: "yasb.cpu.CpuWidget"
|
type: "yasb.cpu.CpuWidget"
|
||||||
options:
|
options:
|
||||||
label: "<span>\uf4bc</span> {info[percent][total]}"
|
label: "<span>\ueea1</span> {info[percent][total]}%"
|
||||||
label_alt: "<span>\uf437</span> {info[histograms][cpu_percent]}"
|
label_alt: "<span>\ueea1</span> {info[freq][current]} MHz"
|
||||||
update_interval: 2000
|
update_interval: 2000
|
||||||
cpu_thresholds:
|
|
||||||
low: 25
|
|
||||||
medium: 50
|
|
||||||
high: 90
|
|
||||||
histogram_icons:
|
|
||||||
- "\u2581" # 0%
|
|
||||||
- "\u2581" # 10%
|
|
||||||
- "\u2582" # 20%
|
|
||||||
- "\u2583" # 30%
|
|
||||||
- "\u2584" # 40%
|
|
||||||
- "\u2585" # 50%
|
|
||||||
- "\u2586" # 60%
|
|
||||||
- "\u2587" # 70%
|
|
||||||
- "\u2588" # 80%+
|
|
||||||
histogram_num_columns: 8
|
|
||||||
callbacks:
|
|
||||||
on_right: "exec cmd /c Taskmgr"
|
|
||||||
label_shadow:
|
|
||||||
enabled: true
|
|
||||||
color: "black"
|
|
||||||
radius: 3
|
|
||||||
offset: [ 1, 1 ]
|
|
||||||
glazewm_workspaces:
|
|
||||||
type: "glazewm.workspaces.GlazewmWorkspacesWidget"
|
|
||||||
options:
|
|
||||||
# Offline behavior (matching komorebi's label_offline and hide_if_offline)
|
|
||||||
offline_label: "GlazeWM Offline"
|
|
||||||
hide_if_offline: true
|
|
||||||
|
|
||||||
# Workspace display labels (matching komorebi's label_workspace_btn and label_workspace_active_btn)
|
|
||||||
populated_label: "\udb85\udcfc"
|
|
||||||
empty_label: "\udb85\udcfc"
|
|
||||||
active_populated_label: "\udb85\udcfb"
|
|
||||||
active_empty_label: "\udb85\udcfb"
|
|
||||||
|
|
||||||
# Workspace management (matching komorebi's hide_empty_workspaces)
|
|
||||||
hide_empty_workspaces: false
|
|
||||||
|
|
||||||
# Server connection
|
|
||||||
glazewm_server_uri: "ws://localhost:6123"
|
|
||||||
|
|
||||||
# Additional GlazeWM-specific options (keeping defaults)
|
|
||||||
enable_scroll_switching: true
|
|
||||||
reverse_scroll_direction: true
|
|
||||||
container_padding:
|
|
||||||
top: 0
|
|
||||||
left: 0
|
|
||||||
bottom: 0
|
|
||||||
right: 0
|
|
||||||
glazewm_tiling_direction:
|
|
||||||
type: "glazewm.tiling_direction.GlazewmTilingDirectionWidget"
|
|
||||||
options:
|
|
||||||
horizontal_label: "\udb81\udce1"
|
|
||||||
vertical_label: "\udb81\udce2"
|
|
||||||
btn_shadow:
|
|
||||||
enabled: true
|
|
||||||
color: "black"
|
|
||||||
radius: 3
|
|
||||||
offset: [ 1, 1 ]
|
|
||||||
pomodoro:
|
|
||||||
type: "yasb.pomodoro.PomodoroWidget"
|
|
||||||
options:
|
|
||||||
label: "<span>{icon}</span> {remaining}"
|
|
||||||
label_alt: "<span>{icon}</span> {session}/{total_sessions} - {status}"
|
|
||||||
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"
|
|
||||||
container_padding:
|
|
||||||
top: 0
|
|
||||||
left: 12
|
|
||||||
bottom: 0
|
|
||||||
right: 12
|
|
||||||
menu:
|
menu:
|
||||||
|
enabled: true
|
||||||
|
show_graph: true
|
||||||
|
show_graph_grid: true
|
||||||
|
graph_history_size: 60
|
||||||
|
callbacks:
|
||||||
|
on_left: toggle_menu
|
||||||
|
on_middle: do_nothing
|
||||||
|
on_right: toggle_label
|
||||||
|
memory:
|
||||||
|
type: "yasb.memory.MemoryWidget"
|
||||||
|
options:
|
||||||
|
label: "<span>\ueea1</span> {virtual_mem_free}"
|
||||||
|
label_alt: "<span>\ueea1</span> VIRT: {virtual_mem_percent}% SWAP: {swap_mem_percent}%"
|
||||||
|
update_interval: 5000
|
||||||
|
callbacks:
|
||||||
|
on_left: "toggle_menu"
|
||||||
|
on_middle: "do_nothing"
|
||||||
|
on_right: "toggle_label"
|
||||||
|
menu:
|
||||||
|
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"
|
||||||
@@ -368,46 +236,23 @@ widgets:
|
|||||||
direction: "down"
|
direction: "down"
|
||||||
offset_top: 6
|
offset_top: 6
|
||||||
offset_left: 0
|
offset_left: 0
|
||||||
circle_background_color: "#09ffffff"
|
profile_image_size: 64
|
||||||
circle_work_progress_color: "#88c0d0"
|
buttons:
|
||||||
circle_break_progress_color: "#a3be8c"
|
lock: ["\ue72e", "Lock"]
|
||||||
circle_thickness: 8
|
signout: ["\uf3b1", "Sign out"]
|
||||||
circle_size: 160
|
sleep: ["\uec46", "Sleep"]
|
||||||
callbacks:
|
hibernate: ["\ue66d", "Hibernate"]
|
||||||
on_left: "toggle_menu"
|
restart: ["\ue72c", "Restart"]
|
||||||
on_middle: "reset_timer"
|
shutdown: ["\ue7e8", "Shut Down"]
|
||||||
on_right: "toggle_label"
|
cancel: ["", "Cancel"]
|
||||||
label_shadow:
|
notifications:
|
||||||
enabled: true
|
type: "yasb.notifications.NotificationsWidget"
|
||||||
color: "black"
|
|
||||||
radius: 3
|
|
||||||
offset: [ 1, 1 ]
|
|
||||||
memory:
|
|
||||||
type: "yasb.memory.MemoryWidget"
|
|
||||||
options:
|
options:
|
||||||
label: "<span>\uf4bc</span> {virtual_mem_percent}"
|
label: "<span>\uf2a3</span>"
|
||||||
label_alt: "<span>\uf4bc</span> VIRT: {virtual_mem_percent}% SWAP: {swap_mem_percent}%"
|
label_alt: "{count} notifications"
|
||||||
update_interval: 5000
|
hide_empty: true
|
||||||
|
tooltip: false
|
||||||
callbacks:
|
callbacks:
|
||||||
on_left: "toggle_label"
|
on_left: "toggle_notification"
|
||||||
on_middle: "do_nothing"
|
|
||||||
on_right: "do_nothing"
|
on_right: "do_nothing"
|
||||||
memory_thresholds:
|
on_middle: "do_nothing"
|
||||||
low: 25
|
|
||||||
medium: 50
|
|
||||||
high: 90
|
|
||||||
histogram_icons:
|
|
||||||
- "\u2581" # 0%
|
|
||||||
- "\u2581" # 10%
|
|
||||||
- "\u2582" # 20%
|
|
||||||
- "\u2583" # 30%
|
|
||||||
- "\u2584" # 40%
|
|
||||||
- "\u2585" # 50%
|
|
||||||
- "\u2586" # 60%
|
|
||||||
- "\u2587" # 70%
|
|
||||||
- "\u2588" # 80%+
|
|
||||||
label_shadow:
|
|
||||||
enabled: true
|
|
||||||
color: "black"
|
|
||||||
radius: 3
|
|
||||||
offset: [ 1, 1 ]
|
|
||||||
|
|||||||
+1049
-401
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user