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,10 +1,8 @@
Щас бы пучок Щас бы пучок
Хохлы это плохо
А ты выключил утюг? А ты выключил утюг?
Хорошо сидеть дома Хорошо сидеть дома
Интересно, какой кумкват на вкус Интересно, какой кумкват на вкус
Когда это всё уже закончится... Когда это всё уже закончится...
Зато не как у виндозников Зато не как у виндозников
Когда ты уже пойдешь к психиатру?
Щас бы сериальчик Щас бы сериальчик
Высыпаться очень важно Высыпаться очень важно

View File

@@ -6,7 +6,7 @@ color2 #BB6F80
color3 #DA97B0 color3 #DA97B0
color4 #b12761 color4 #b12761
color5 #D58399 color5 #D58399
color6 #D6D8DA color6 #A6A8AA
color7 #D6D8DA color7 #D6D8DA
color8 #62636F color8 #62636F
color9 #BC4056 color9 #BC4056

View File

@@ -1178,7 +1178,7 @@ resize_debounce_time 0.1
#: The foreground and background colors. #: The foreground and background colors.
background_opacity 0.80 background_opacity 0.81
#: The opacity of the background. A number between zero and one, where #: The opacity of the background. A number between zero and one, where
#: one is opaque and zero is fully transparent. This will only work if #: one is opaque and zero is fully transparent. This will only work if
@@ -1243,7 +1243,7 @@ background_blur 63
#: kitty color control <https://sw.kovidgoyal.net/kitty/color- #: kitty color control <https://sw.kovidgoyal.net/kitty/color-
#: stack/#color-control> escape code. #: stack/#color-control> escape code.
# dynamic_background_opacity no dynamic_background_opacity yes
#: Allow changing of the background_opacity dynamically, using either #: Allow changing of the background_opacity dynamically, using either
#: keyboard shortcuts (increase_background_opacity and #: keyboard shortcuts (increase_background_opacity and

View File

@@ -274,18 +274,29 @@ input {
# #
# An example of a httpd output (built-in HTTP streaming server): # An example of a httpd output (built-in HTTP streaming server):
# #
# audio_output {
# type "httpd"
# name "Weed's MPD"
# encoder "vorbis" # optional, vorbis or lame
# path "/tmp/mpdstream"
# port "26669"
# always_on "yes"
# tags "yes"
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
# ## quality "5.0" # do not define if bitrate is defined
# # bitrate "128" # do not define if quality is defined
# format "44100:16:2"
# # max_clients "0" # optional 0=no limit
# }
audio_output { audio_output {
type "httpd" type "httpd"
name "Weed's MPD" name "My HTTP Stream"
encoder "vorbis" # optional, vorbis or lame encoder "vorbis" # optional, vorbis or lame
path "/tmp/mpdstream"
port "26669" port "26669"
always_on "yes"
tags "yes"
bind_to_address "0.0.0.0" # optional, IPv4 or IPv6 bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
## quality "5.0" # do not define if bitrate is defined ## quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined bitrate "128" # do not define if quality is defined
format "44100:16:2" # format "44100:16:1"
# max_clients "0" # optional 0=no limit # max_clients "0" # optional 0=no limit
} }
# #

View File

@@ -1,45 +0,0 @@
return {
"Exafunction/codeium.vim",
event = 'BufEnter',
enabled = false,
-- Rebind accept completion to shift + enter in edit mode
-- config = function()
-- require("codeium").setup({
-- virtual_text = {
-- enabled = true,
-- key_bindings = {
-- accept = "<S-Enter>",
-- accept_word = "<M-Enter>",
-- accept_line = "<M-\\>",
-- clear = "<M-[>",
-- next = "<M-]>"
-- }
-- },
-- })
-- end
init = function()
vim.g.codeium_disable_bindings = 1
-- Completion
vim.keymap.set("i", "<S-Enter>", function()
return vim.fn["codeium#Accept"]()
end, { expr = true })
-- Complete next word
vim.keymap.set("i", "<M-Enter>", function()
return vim.fn["codeium#AcceptNextWord"]()
end, { expr = true })
-- Complete line
vim.keymap.set("i", "<M-\\>", function()
return vim.fn["codeium#AcceptNextLine"]()
end, { expr = true })
-- Next
vim.keymap.set("i", "<M-]>", function()
return vim.fn["codeium#CycleCompletions"](1)
end, { expr = true })
-- Previous
vim.keymap.set("i", "<M-[>", function()
return vim.fn["codeium#Clear"]()
end, { expr = true })
end
}

View File

@@ -1,8 +0,0 @@
return {
{
"barrett-ruth/live-server.nvim",
build = 'pnpm add -g live-server',
cmd = { 'LiveServerStart', 'LiveServerStop' },
config = true
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

View File

@@ -12,8 +12,6 @@ configuration {
modi: "drun,run,filebrowser,window"; modi: "drun,run,filebrowser,window";
show-icons: true; show-icons: true;
display-drun: "アプリ"; display-drun: "アプリ";
display-window: "実行中";
display-filebrowser: "ファイル";
display-run: "実行"; display-run: "実行";
display-calc: "電卓"; display-calc: "電卓";
drun-display-format: "{name}"; drun-display-format: "{name}";
@@ -107,12 +105,12 @@ textbox-prompt-colon {
enabled: true; enabled: true;
expand: false; expand: false;
str: ""; str: "";
background-color: #00000000; background-color: transparent;
text-color: inherit; text-color: inherit;
} }
entry { entry {
enabled: true; enabled: true;
background-color: #00000000; background-color: transparent;
text-color: inherit; text-color: inherit;
cursor: text; cursor: text;
placeholder: "検索"; placeholder: "検索";

View File

@@ -91,3 +91,6 @@ set -g @online_icon "#[bg=green]online"
set -g @offline_icon "#[bg=red]offline" set -g @offline_icon "#[bg=red]offline"
set -g @sep "#[bg=default] " set -g @sep "#[bg=default] "
# nvim getting on my nerves
set -g allow-passthrough on

View File

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

View File

@@ -62,3 +62,13 @@ alias pp3="powerprofilesctl set performance"
# alias vi="nvim" # alias vi="nvim"
alias vim="nvim" alias vim="nvim"
alias pentagon="~/Dev/Appimages/edexui.AppImage" alias pentagon="~/Dev/Appimages/edexui.AppImage"
alias lockswww='echo 1 > $HOME/.config/hypr/conditions/lock_wallpaper'
alias unlockswww='echo 0 > $HOME/.config/hypr/conditions/lock_wallpaper'
alias brainless_commit='
echo "" > /tmp/brainless_commit;
echo "$(cat $HOME/Dev/Prompts/commit.txt) $(git status -v)" > /tmp/brainless_commit;
commit_message=$(cat /tmp/brainless_commit | tgpt -q -w);
echo "$commit_message" > /tmp/brainless_commit;
nvim /tmp/brainless_commit;
git commit -m "$(cat /tmp/brainless_commit)"
'