Many updates
This commit is contained in:
151
.config/ashell/config.toml
Normal file
151
.config/ashell/config.toml
Normal file
@@ -0,0 +1,151 @@
|
||||
language = "en-US"
|
||||
region = "pt-BR"
|
||||
outputs = { Targets = ["DP-1", "eDP-1"] }
|
||||
position = "Top"
|
||||
layer = "Bottom"
|
||||
|
||||
[osd]
|
||||
enabled = true # Disabled by default; set to true to enable the OSD overlay
|
||||
timeout = 1500 # Auto-hide delay in milliseconds
|
||||
show_volume_percentage = true # Show percentage text next to volume/mic bar
|
||||
show_brightness_percentage = true # Show percentage text next to brightness bar
|
||||
|
||||
[animations]
|
||||
enabled = true
|
||||
|
||||
[modules]
|
||||
left = [
|
||||
[ "appLauncher" ],
|
||||
[ "Clipboard" ],
|
||||
[ "Tempo" ],
|
||||
[ "Workspaces" ]
|
||||
]
|
||||
|
||||
center = [
|
||||
[ "WindowTitle" ],
|
||||
[ "MediaPlayer" ],
|
||||
]
|
||||
|
||||
right = [
|
||||
[ "Privacy" ],
|
||||
[ "SystemInfo" ],
|
||||
[ "Settings", "Privacy" ],
|
||||
[ "Updates" ],
|
||||
[ "Tray" ],
|
||||
[ "Notifications" ],
|
||||
]
|
||||
|
||||
[media_player]
|
||||
max_title_length = 50
|
||||
indicator_format = "IconAndTitle"
|
||||
|
||||
[settings]
|
||||
lock_cmd = "playerctl --all-players pause; hyprlock &"
|
||||
audio_sinks_more_cmd = "pavucontrol -t 3"
|
||||
audio_sources_more_cmd = "pavucontrol -t 4"
|
||||
wifi_more_cmd = "nm-connection-editor"
|
||||
vpn_more_cmd = "nm-connection-editor"
|
||||
bluetooth_more_cmd = "blueman-manager"
|
||||
indicators = ["Audio", "Microphone", "Vpn", "Network", "Bluetooth", "Brightness", "Battery"]
|
||||
# peripheral_indicators = { Specific = ["Gamepad"] }
|
||||
network_indicator_format = "Icon"
|
||||
bluetooth_indicator_format = "Icon"
|
||||
brightness_indicator_format = "IconAndPercentage"
|
||||
battery_format = "IconAndTime"
|
||||
peripheral_battery_format = "IconAndTime"
|
||||
peripheral_indicators = "All"
|
||||
|
||||
[system_info]
|
||||
indicators = [
|
||||
"Cpu",
|
||||
"Memory",
|
||||
"Temperature",
|
||||
"DownloadSpeed",
|
||||
"UploadSpeed",
|
||||
{ Disk = "/home" }
|
||||
]
|
||||
|
||||
interval = 5
|
||||
|
||||
[system_info.cpu]
|
||||
warn_threshold = 60
|
||||
alert_threshold = 80
|
||||
format = "Percentage"
|
||||
|
||||
[system_info.memory]
|
||||
warn_threshold = 70
|
||||
alert_threshold = 85
|
||||
format = "Percentage"
|
||||
|
||||
[system_info.disk]
|
||||
warn_threshold = 80
|
||||
alert_threshold = 90
|
||||
format = "Percentage"
|
||||
# mounts = ["/", "/home"] # uncomment to whitelist specific mount points
|
||||
|
||||
[system_info.temperature]
|
||||
warn_threshold = 60
|
||||
alert_threshold = 80
|
||||
sensor = "Cpu" # type keyword ("Cpu", "Gpu", "Acpi", "Nvme") or an exact sensor label
|
||||
|
||||
# [notifications]
|
||||
format = "%H:%M"
|
||||
show_timestamps = true
|
||||
show_bodies = true
|
||||
# format = "%m/%d %H:%M"
|
||||
# show_timestamps = true
|
||||
# show_bodies = false
|
||||
# grouped = true
|
||||
# toast = true
|
||||
# toast_position = "top_right"
|
||||
# toast_timeout = 4000
|
||||
# toast_limit = 5
|
||||
# toast_max_height = 150
|
||||
# blocklist = ["blueman", "^org\\.gnome\\.", "copyq"]
|
||||
|
||||
[tempo]
|
||||
clock_format = "%a %d %b %R"
|
||||
# weather_location = { City = "Campinas" }
|
||||
weather_location = "Current"
|
||||
weather_indicator = "IconAndTemperature"
|
||||
formats = [
|
||||
"%A, %d/%m/%Y %H:%M"
|
||||
]
|
||||
|
||||
[[CustomModule]]
|
||||
name = "appLauncher"
|
||||
icon = ""
|
||||
command = "rofi -show drun"
|
||||
|
||||
[[CustomModule]]
|
||||
name = "Clipboard"
|
||||
icon = "📋"
|
||||
command = "copyq toggle"
|
||||
|
||||
[updates]
|
||||
check_cmd = "checkupdates; yay -Qua"
|
||||
update_cmd = 'alacritty -e bash -c "yay; echo Done - Press enter to exit; read" &'
|
||||
interval = 360
|
||||
|
||||
[window_title]
|
||||
mode = "Title"
|
||||
truncate_title_after_length = 75
|
||||
|
||||
[appearance]
|
||||
font_name = "MesloLGSDZ Nerd Font Mono"
|
||||
style = "Islands"
|
||||
success_color = "#a6e3a1"
|
||||
warning_color = "#f9e2af"
|
||||
danger_color = "#f38ba8"
|
||||
text_color = "#cdd6f4"
|
||||
|
||||
workspace_colors = [ "#fab387", "#b4befe", "#cba6f7" ]
|
||||
|
||||
[appearance.primary_color]
|
||||
base = "#fab387"
|
||||
text = "#1e1e2e"
|
||||
|
||||
[appearance.background_color]
|
||||
base = "#1e1e2e"
|
||||
weak = "#313244"
|
||||
strong = "#45475a"
|
||||
Reference in New Issue
Block a user