mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Directory structure: - Move from src/ to root level (system/, user/) - Remove unused machines (workstation, vm, laptop) User configuration: - Add user/home.nix for shared defaults (pass, essentials, default modules) - Centralize user options in user/default.nix - Move submodules to consistent paths (bash/bash, git/git, neovim/nvim, vim/vim) Module reorganization: - Flatten nested module structures (remove /modules/ subdirs) - Split CLI vs GUI tools (dev/ for CLI, gui/dev/ for GUI) - Move neovim/vim to top-level modules (not under utils/) - Remove security.enable - pass now in user/home.nix - Remove utils.enable - essentials now in user/home.nix - Add security/yubikey module with yubikey-manager, age-plugin-yubikey - Move pcb, design to gui/dev/ - Replace penpot docker wrapper with nixpkgs penpot-desktop - Remove i3 config - Remove deprecated wsl.nativeSystemd option GUI improvements: - Browser-focused mimeApps in gui/default.nix - Each WM handles its own auto-start via profileExtra Cleanup: - Update README with new structure - Update justfile paths and valid systems - Fix submodule paths in .gitmodules
126 lines
3.6 KiB
Text
126 lines
3.6 KiB
Text
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"output": "HDMI-A-1",
|
|
"modules-left": [ "custom/logo", "clock", "custom/blockheight", "custom/price", "memory", "cpu" ],
|
|
"modules-center": [ "hyprland/workspaces" ],
|
|
"modules-right": [ "tray", "pulseaudio", "network" ],
|
|
"reload_style_on_change":true,
|
|
|
|
"custom/logo": {
|
|
"format": "",
|
|
"tooltip": false,
|
|
"on-click": "alacritty --class sys-specs -e bash -c 'fastfetch; read -n 1'"
|
|
},
|
|
|
|
"hyprland/workspaces": {
|
|
"format": "<span color='#ffffff'>{icon}</span>",
|
|
"format-icons": {
|
|
"1": "",
|
|
"2": "",
|
|
"3": "",
|
|
"4": "",
|
|
"5": "",
|
|
"6": "",
|
|
"active": "",
|
|
"default": ""
|
|
},
|
|
"persistent-workspaces": {
|
|
"*": [ 2, 3, 4, 5, 6 ]
|
|
}
|
|
},
|
|
|
|
"custom/weather": {
|
|
"format": "<span color='#ffffff'>{}</span>",
|
|
"return-type": "json",
|
|
"exec": "~/.config/waybar/scripts/weather.sh",
|
|
"interval": 10,
|
|
},
|
|
|
|
"custom/blockheight": {
|
|
"format": "<span color='#ef8e19'> </span><span color='#ffffff'>{} </span>",
|
|
"interval": 30,
|
|
"exec": "~/.config/waybar/scripts/getBlock",
|
|
"on-click": "xdg-open https://www.mempool.space",
|
|
},
|
|
|
|
"custom/price": {
|
|
"format": "<span color='#00ff00'>$</span><span color='#ffffff'>{}</span>",
|
|
"interval": 10,
|
|
"exec": "~/.config/waybar/scripts/getPrice",
|
|
"on-click": "xdg-open https://www.coinbase.com/price/bitcoin",
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%I:%M:%S %p}",
|
|
"interval":1,
|
|
"tooltip-format": "\n<big>{:%d %A}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"calendar-weeks-pos": "right",
|
|
"today-format": "<span color='#7645AD'><b><u>{}</u></b></span>",
|
|
"format-calendar": "<span color='#aeaeae'><b>{}</b></span>",
|
|
"format-calendar-weeks": "<span color='#aeaeae'><b>W{:%V}</b></span>",
|
|
"format-calendar-weekdays": "<span color='#aeaeae'><b>{}</b></span>"
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": "<span color='#ffffff'> </span>",
|
|
"format-ethernet":"<span color='#ffffff'></span>",
|
|
"format-disconnected": "<span class='#e11e2d'></span>",
|
|
"tooltip-format": "{ipaddr}",
|
|
"tooltip-format-wifi": "{essid} ({signalStrength}%) | {ipaddr}",
|
|
"tooltip-format-ethernet": "{ifname} | {ipaddr}",
|
|
"tooltip-format-disconnected": "Offline",
|
|
"on-click": "alacritty -e nmtui"
|
|
},
|
|
|
|
"cpu": {
|
|
"interval": 1,
|
|
"format": "<span color='#ffd808'> </span><span color='#ffffff'> {usage}%</span>",
|
|
"min-length": 6,
|
|
"max-length": 6,
|
|
"format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"],
|
|
},
|
|
|
|
"memory": {
|
|
"format": "<span color='#cc63ff'></span><span color='#ffffff'>{percentage}%</span>"
|
|
},
|
|
|
|
"temperature": {
|
|
"format": "<span color='#99c3ff'> </span><span color='#ffffff'>:{temperatureC}°C</span>",
|
|
"format-critical": "<span color='#fd4400'></span><span color='#ffffff'>:{temperatureC}°C</span>",
|
|
"interval": 1,
|
|
"critical-threshold": 80,
|
|
"on-click": "alacritty -e btop",
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "<span color='#ffffff'>{icon}</span>",
|
|
"format-bluetooth":"",
|
|
"format-muted": "<span font='12'></span>",
|
|
"format-icons": {
|
|
"headphones": "",
|
|
"bluetooth": "",
|
|
"handsfree": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["","",""]
|
|
},
|
|
"justify": "center",
|
|
"on-click": "alacritty -e pulsemixer",
|
|
"tooltip-format": "{volume}%"
|
|
},
|
|
|
|
"jack": {
|
|
"format": "{} ",
|
|
"format-xrun": "{xruns} xruns",
|
|
"format-disconnected": "DSP off",
|
|
"realtime": true
|
|
},
|
|
|
|
"tray": {
|
|
"icon-size": 14,
|
|
"spacing": 10
|
|
},
|
|
}
|