chore: remove offensive quote from cowsay quotes;

chore: adjust kitty color6 and enable dynamic background opacity;
refactor: update mpd httpd output configuration;
chore: remove codeium and live-server nvim plugins;
feat: add oneshot logo image for rofi;
refactor: simplify rofi style with transparent backgrounds;
feat: add tmux passthrough setting for nvim compatibility;
feat: configure waybar for multi-monitor and adjust update intervals;
feat: add wallpaper lock aliases and brainless commit function
This commit is contained in:
2025-11-06 00:40:15 +03:00
parent bc80157fa9
commit 886461ca6d
11 changed files with 42 additions and 71 deletions

View File

@@ -1,6 +1,10 @@
// -*- mode: jsonc -*-
{
//"output": "eDP-1",
"output": [
"eDP-1",
"HDMI-A-1"
],
// "layer": "top", // Waybar at top layer
// "position": "bottom", // Waybar position (top|bottom|left|right)
"height": 30, // Waybar height (to be removed for auto height)
@@ -129,7 +133,7 @@
},
"clock": {
// "timezone": "America/New_York",
"interval": 1,
"interval": 5,
"tooltip-format": "<big>{:%A ( %B %d )}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%H:%M:%S}",
"format-alt": "{:%Y-%m-%d}",
@@ -146,14 +150,14 @@
"cpu": {
"format": "{max_frequency:1.2f}GHz 󰓅 {usage}%",
"tooltip": false,
"interval": 3,
"interval": 10,
"format-icons": [
"󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥"
]
},
"memory": {
"format": "󰧑 {percentage}%",
"interval": 3,
"interval": 10,
"format-icons": [
"󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥"
]