mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 11:12:00 -05:00
style:waybar Version 401 -> 402: OVMF: 202508.01 → 202511 dbeaver-bin: 25.2.5 → 25.3.0, -295.6 KiB initrd-linux: 6.17.9 → 6.18.0 linux: 6.17.9 → 6.18.0, -6579.1 KiB lowdown: 2.0.2 → 2.0.4, +13.1 KiB nixos-init: 0.1.0 → ∅, -454.1 KiB nixos-system-dos: 26.05.20251130.2d293cb → 26.05.20251202.418468a ruff: 0.14.6 → 0.14.7, +371.3 KiB source: +202.2 KiB unit-initrd-find-nixos-closure.service: ε → ∅ unit-script-initrd-find-nixos-closure: ε → ∅ unit-script-initrd-nixos-activation: ε → ∅ v4l2loopback: 0.15.1-6.17.9 → ∅, -313.6 KiB vimplugin-luajit2.1-fzf-lua: 0.0.2311-1-unstable-0.0.2311-1 → 0.0.2314-1-unstable-0.0.2314-1 x86_energy_perf_policy: 6.12.59 → 6.12.60
185 lines
5.0 KiB
JSON
Vendored
185 lines
5.0 KiB
JSON
Vendored
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
//"height": 20,
|
|
"margin-left": 0,
|
|
"margin-bottom": 0,
|
|
"margin-right": 0,
|
|
"spacing": 8,
|
|
"modules-left": [
|
|
"custom/startmenu",
|
|
"backlight",
|
|
"wireplumber",
|
|
"custom/wl-gammarelay-brightness",
|
|
"hyprland/workspaces",
|
|
"niri/workspaces",
|
|
"sway/workspaces"
|
|
],
|
|
"modules-center": [
|
|
"wlr/taskbar"
|
|
],
|
|
"modules-right": [
|
|
"custom/screenshot",
|
|
"tray",
|
|
// "custom/wl-gammarelay-temperature",
|
|
"clock",
|
|
"battery",
|
|
"custom/swaync",
|
|
],
|
|
|
|
// -------------------------------------------------------------------------
|
|
// Modules
|
|
// -------------------------------------------------------------------------
|
|
|
|
"custom/startmenu": {
|
|
"format": " ",
|
|
"tooltip": false,
|
|
"on-click": "wlogout",
|
|
"on-click-right": "fuzzel",
|
|
},
|
|
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"format": "{icon} {percent}%",
|
|
"format-icons": [""],
|
|
"on-scroll-down": "brightnessctl s 2%-",
|
|
"on-scroll-up": "brightnessctl s +2%",
|
|
},
|
|
|
|
"battery": {
|
|
"interval": 5,
|
|
"states": {
|
|
"good": 95,
|
|
"warning": 15,
|
|
"critical": 10,
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-icons": ["", "", "", "", ""],
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"all-outputs": true,
|
|
"format": "{name}",
|
|
"on-scroll-down": "hyprctl dispatch workspace e+1 1>/dev/null",
|
|
"on-scroll-up": "hyprctl dispatch workspace e-1 1>/dev/null",
|
|
"sort-by-number": true,
|
|
"active-only": false,
|
|
},
|
|
|
|
"niri/workspaces": {
|
|
"format": "{icon}",
|
|
},
|
|
|
|
"sway/workspaces": {
|
|
"all-outputs": true,
|
|
"format": "{name}",
|
|
},
|
|
|
|
"wlr/taskbar": {
|
|
"format": "{icon}",
|
|
"icon-size": 22,
|
|
"spacing": 3,
|
|
"tooltip-format": "{title}",
|
|
"ignore-list": [],
|
|
"on-click": "activate",
|
|
"on-click-middle": "close",
|
|
},
|
|
/*
|
|
"custom/screenshot": {
|
|
"format": " ",
|
|
"on-click": "sh ~/.config/waybar/scripts/Screenshot-Area.sh",
|
|
"on-click-right": "nemo ~/Pictures/Screenshots",
|
|
"on-click-middle": "sh ~/.config/waybar/scripts/Screenshot-Fullscreen.sh",
|
|
"tooltip": false,
|
|
},
|
|
*/
|
|
"tray": {
|
|
"spacing": 8,
|
|
},
|
|
|
|
"custom/wl-gammarelay-brightness": {
|
|
"format": "{}%",
|
|
"exec": "wl-gammarelay-rs watch {bp}",
|
|
"on-click": "busctl --user set-property rs.wl-gammarelay / rs.wl.gammarelay Brightness d 0.7",
|
|
"on-click-right": "busctl --user set-property rs.wl-gammarelay / rs.wl.gammarelay Brightness d 1",
|
|
"on-scroll-up": "busctl --user -- call rs.wl-gammarelay / rs.wl.gammarelay UpdateBrightness d +0.02",
|
|
"on-scroll-down": "busctl --user -- call rs.wl-gammarelay / rs.wl.gammarelay UpdateBrightness d -0.02",
|
|
"tooltip": false
|
|
},
|
|
"custom/wl-gammarelay-temperature": {
|
|
"format": "{}K",
|
|
"exec": "wl-gammarelay-rs watch {t}",
|
|
"on-click": "busctl --user set-property rs.wl-gammarelay / rs.wl.gammarelay Temperature q 4500",
|
|
"on-click-right": "busctl --user set-property rs.wl-gammarelay / rs.wl.gammarelay Temperature q 6500",
|
|
"on-scroll-up": "busctl --user -- call rs.wl-gammarelay / rs.wl.gammarelay UpdateTemperature n +100",
|
|
"on-scroll-down": "busctl --user -- call rs.wl-gammarelay / rs.wl.gammarelay UpdateTemperature n -100",
|
|
"tooltip": false
|
|
},
|
|
/*
|
|
"wireplumber": {
|
|
"on-click": "pwvucontrol",
|
|
"on-click-right": "easyeffects",
|
|
"on-click-middle": "swayosd-client --output-volume mute-toggle",
|
|
"on-scroll-down": "swayosd-client --output-volume -2",
|
|
"on-scroll-up": "swayosd-client --output-volume +2",
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "MUTE",
|
|
"format-source": "",
|
|
"format-source-muted": "",
|
|
"format-icons": {
|
|
"default": ["", "", ""],
|
|
},
|
|
},
|
|
*/
|
|
|
|
"wireplumber": {
|
|
"on-click": "pwvucontrol",
|
|
"on-click-right": "easyeffects",
|
|
"on-click-middle": "swayosd-client --output-volume mute-toggle",
|
|
"on-scroll-down": "swayosd-client --output-volume -2",
|
|
"on-scroll-up": "swayosd-client --output-volume +2",
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": "MUTE",
|
|
"format-source": "",
|
|
"format-source-muted": "",
|
|
"format-icons": {
|
|
"default": ["", "", ""],
|
|
},
|
|
},
|
|
/*
|
|
"clock": {
|
|
"interval": 60,
|
|
"align": 0,
|
|
"rotate": 0,
|
|
"tooltip-format": "<tt><big>{calendar}</big></tt>",
|
|
"format": " {:%d.%m.%Y}",
|
|
"format-alt": " {:%b%d %a,%G}",
|
|
},
|
|
*/
|
|
"clock": {
|
|
"interval": 60,
|
|
"align": 0,
|
|
"rotate": 0,
|
|
"format": " {:%a %d %H:%M}",
|
|
"tooltip-format": "<tt><big>{:%A, %d %B %Y}</big></tt>",
|
|
},
|
|
|
|
"custom/swaync": {
|
|
"tooltip": true,
|
|
"format": " {icon} ",
|
|
"format-icons": {
|
|
"notification": "",
|
|
"none": "",
|
|
"dnd-notification": "",
|
|
"dnd-none": "",
|
|
},
|
|
"return-type": "json",
|
|
"exec-if": "which swaync-client",
|
|
"exec": "swaync-client -swb",
|
|
"on-click": "swaync-client -t -sw",
|
|
"escape": true,
|
|
},
|
|
}
|