arch-config/config/ironbar/config.json
nekochemist 5f53423ef2 modified: Kvantum/matugen/matugen.kvconfig
modified:   Kvantum/matugen/matugen.svg
	modified:   btop/themes/matugen.theme
	modified:   cava/themes/matugen
	modified:   clipse/matugen.json
	new file:   fish/functions/up-or-search.fish
	modified:   foot/themes/matugen-theme.ini
	modified:   gtk-3.0/colors.css
	modified:   gtk-3.0/colors.css.bak
	modified:   gtk-3.0/colors.css.nak
	modified:   gtk-4.0/colors.css
	modified:   gtk-4.0/colors.css.bak
	modified:   hypr/colors-hyprlock.conf
	modified:   hypr/colors.conf
	modified:   hypr/hyprtoolkit.conf
	modified:   hyprwhspr/mic_osd.pid
	new file:   ironbar/1
	modified:   ironbar/colors.css
	modified:   ironbar/config.json
	new file:   ironbar/config.json.matugen
	new file:   ironbar/schema-v0.18.0.json
	modified:   kitty/current-theme.conf
	new file:   kitty/current-theme1.conf
	new file:   kitty/dank-tabs.conf
	modified:   kitty/themes/Matugen.conf
	modified:   matugen/config.toml
	new file:   matugen/config1.toml
	new file:   matugen/custom3.json
	modified:   matugen/scripts/foot-apply-colors.sh
	modified:   mimeapps.list
	modified:   niri/binds.kdl
	modified:   niri/colors.kdl
	modified:   niri/config.kdl
	new file:   niri/dms/alttab.kdl
	new file:   niri/dms/binds.kdl
	new file:   niri/dms/colors.kdl
	new file:   niri/dms/cursor.kdl
	new file:   niri/dms/layout.kdl
	new file:   niri/dms/outputs.kdl
	new file:   niri/dms/profiles/profile_1776211496314_g03e3q.kdl
	new file:   niri/dms/windowrules.kdl
	new file:   niri/dms/wpblur.kdl
	new file:   niri/scripts/caps
	new file:   niri/scripts/clipse.sh
	new file:   niri/scripts/ironbar-toggle.sh
	new file:   niri/scripts/satty.sh
	modified:   niri/spawn-at-startup.kdl
	modified:   niri/window-rule.kdl
	modified:   nvim/lua/matugen.lua
	modified:   rmpc/themes/matugen.ron
	modified:   starship.toml
	modified:   swaync/colors.css
	new file:   swaync/config_1.json
	new file:   swaync/style_1.css
	modified:   swayosd/colors.css
	modified:   telegram/matugen.tdesktop-theme
	modified:   telegram/matugen/background.jpg
	modified:   telegram/matugen/background.svg
	modified:   telegram/matugen/colors.tdesktop-theme
	modified:   tmux/colors.conf
	modified:   walker/themes/matugen/colors.css
	modified:   yazi/theme.toml
2026-05-06 06:08:26 +05:00

160 lines
3.4 KiB
JSON

{
"anchor_to_edges": true,
"exclusive_zone": true,
"position": "left",
"height": 30,
"start": [
{
"type": "custom",
"bar": [
{
"type": "button",
"name": "my-btn",
"class": "my-btn-class",
"on_click": "!walker",
"widgets": [
{
"type": "label",
"label": " ",
"size": 16
}
]
}
]
},
{
"type": "custom",
"bar": [
{
"type": "button",
"name": "hyprwave",
"class": "hyprwave-class",
"on_scroll_up": "swayosd-client --output-volume 5 --max-volume 200",
"on_scroll_down": "swayosd-client --output-volume -5 --max-volume 200",
"on_click": "!hyprwave-toggle visibility && sleep 0.009s && hyprwave-toggle expand",
"widgets": [
{
"type": "label",
"label": " ",
"size": 16
}
]
}
]
},
{
"type": "custom",
"bar": [
{
"type": "button",
"name": "volume-custom",
"class": "volume-custom-class",
"on_click": "!~/.config/ironbar/scripts/volume.sh",
"on_scroll_up": "swayosd-client --output-volume 5 --max-volume 200",
"on_scroll_down": "swayosd-client --output-volume -5 --max-volume 200",
"widgets": [
{
"type": "label",
"label": " ",
"size": 16
}
]
}
]
},
{
"type": "notifications",
"show_count": true,
"icons": {
"closed_none": "󰍥 ",
"closed_some": "󱥂 ",
"closed_dnd": "󱅯 ",
"open_none": "󰍡 ",
"open_some": "󱥁 ",
"open_dnd": "󱅮 "
}
},
{
"type": "custom",
"bar": [
{
"type": "button",
"name": "niri-focus-column-custom",
"class": "niri-focus-column-class",
"on_click": "!niri msg action focus-column-left",
"on_click_right": "niri msg action focus-column-right",
"widgets": [
{
"type": "label",
"label": "<->",
"size": 16
}
]
}
]
},
{
"type": "focused",
"show_icon": true,
"show_title": false,
"icon_size": 32,
"truncate": "end",
"height": 30
}
],
"center": [
{
"type": "workspaces",
"format": "{index}",
"on_scroll_up": "niri msg action focus-workspace-up",
"on_scroll_down": "niri msg action focus-workspace-down",
"on_click_right": "niri msg action toggle-overview",
"smooth_scroll_speed": 5.0
}
],
"end": [
{
"type": "tray",
"icon_size": 16,
"direction": "v"
},
{
"type": "custom",
"bar": [
{
"type": "button",
"name": "pomo",
"class": "pomo-class",
"on_click": "!~/.config/ironbar/scripts/pomo",
"widgets": [
{
"type": "label",
"label": "  ",
"size": 16
}
]
}
]
},
{
"type": "clock",
"format": "%H\n%M\n\n%d\n%m\n%y",
"orientation": "h",
"justify": "center"
}
]
}