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:
@@ -1,10 +1,8 @@
|
||||
Щас бы пучок
|
||||
Хохлы это плохо
|
||||
А ты выключил утюг?
|
||||
Хорошо сидеть дома
|
||||
Интересно, какой кумкват на вкус
|
||||
Когда это всё уже закончится...
|
||||
Зато не как у виндозников
|
||||
Когда ты уже пойдешь к психиатру?
|
||||
Щас бы сериальчик
|
||||
Высыпаться очень важно
|
||||
|
||||
@@ -6,7 +6,7 @@ color2 #BB6F80
|
||||
color3 #DA97B0
|
||||
color4 #b12761
|
||||
color5 #D58399
|
||||
color6 #D6D8DA
|
||||
color6 #A6A8AA
|
||||
color7 #D6D8DA
|
||||
color8 #62636F
|
||||
color9 #BC4056
|
||||
|
||||
@@ -1178,7 +1178,7 @@ resize_debounce_time 0.1
|
||||
|
||||
#: 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
|
||||
#: 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-
|
||||
#: stack/#color-control> escape code.
|
||||
|
||||
# dynamic_background_opacity no
|
||||
dynamic_background_opacity yes
|
||||
|
||||
#: Allow changing of the background_opacity dynamically, using either
|
||||
#: keyboard shortcuts (increase_background_opacity and
|
||||
|
||||
23
mpd/mpd.conf
23
mpd/mpd.conf
@@ -274,18 +274,29 @@ input {
|
||||
#
|
||||
# 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 {
|
||||
type "httpd"
|
||||
name "Weed's MPD"
|
||||
name "My HTTP Stream"
|
||||
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"
|
||||
bitrate "128" # do not define if quality is defined
|
||||
# format "44100:16:1"
|
||||
# max_clients "0" # optional 0=no limit
|
||||
}
|
||||
#
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
return {
|
||||
{
|
||||
"barrett-ruth/live-server.nvim",
|
||||
build = 'pnpm add -g live-server',
|
||||
cmd = { 'LiveServerStart', 'LiveServerStop' },
|
||||
config = true
|
||||
}
|
||||
}
|
||||
BIN
rofi-wayland/launchers/type-6/images/oneshot-logo.png
Normal file
BIN
rofi-wayland/launchers/type-6/images/oneshot-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 284 KiB |
@@ -12,8 +12,6 @@ configuration {
|
||||
modi: "drun,run,filebrowser,window";
|
||||
show-icons: true;
|
||||
display-drun: "アプリ";
|
||||
display-window: "実行中";
|
||||
display-filebrowser: "ファイル";
|
||||
display-run: "実行";
|
||||
display-calc: "電卓";
|
||||
drun-display-format: "{name}";
|
||||
@@ -107,12 +105,12 @@ textbox-prompt-colon {
|
||||
enabled: true;
|
||||
expand: false;
|
||||
str: "";
|
||||
background-color: #00000000;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
}
|
||||
entry {
|
||||
enabled: true;
|
||||
background-color: #00000000;
|
||||
background-color: transparent;
|
||||
text-color: inherit;
|
||||
cursor: text;
|
||||
placeholder: "検索";
|
||||
|
||||
@@ -91,3 +91,6 @@ set -g @online_icon "#[bg=green]online"
|
||||
set -g @offline_icon "#[bg=red]offline"
|
||||
|
||||
set -g @sep "#[bg=default] "
|
||||
|
||||
# nvim getting on my nerves
|
||||
set -g allow-passthrough on
|
||||
|
||||
@@ -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": [
|
||||
"", "", "", "", "", "", "", "", ""
|
||||
]
|
||||
|
||||
@@ -62,3 +62,13 @@ alias pp3="powerprofilesctl set performance"
|
||||
# alias vi="nvim"
|
||||
alias vim="nvim"
|
||||
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)"
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user