diff --git a/cowsay/quotes.txt b/cowsay/quotes.txt index 7bee6ad..ac0f9a7 100644 --- a/cowsay/quotes.txt +++ b/cowsay/quotes.txt @@ -1,10 +1,8 @@ Щас бы пучок -Хохлы это плохо А ты выключил утюг? Хорошо сидеть дома Интересно, какой кумкват на вкус Когда это всё уже закончится... Зато не как у виндозников -Когда ты уже пойдешь к психиатру? Щас бы сериальчик Высыпаться очень важно diff --git a/kitty/colors.conf b/kitty/colors.conf index 0913c11..85a94da 100644 --- a/kitty/colors.conf +++ b/kitty/colors.conf @@ -6,7 +6,7 @@ color2 #BB6F80 color3 #DA97B0 color4 #b12761 color5 #D58399 -color6 #D6D8DA +color6 #A6A8AA color7 #D6D8DA color8 #62636F color9 #BC4056 diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 66c3b44..865eccd 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -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 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 diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 9773d80..79c52a1 100644 --- a/mpd/mpd.conf +++ b/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 } # diff --git a/nvim/lua/plugins/codeium.lua b/nvim/lua/plugins/codeium.lua deleted file mode 100644 index 611e879..0000000 --- a/nvim/lua/plugins/codeium.lua +++ /dev/null @@ -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 = "", - -- accept_word = "", - -- accept_line = "", - -- clear = "", - -- next = "" - -- } - -- }, - -- }) - -- end - init = function() - vim.g.codeium_disable_bindings = 1 - - -- Completion - vim.keymap.set("i", "", function() - return vim.fn["codeium#Accept"]() - end, { expr = true }) - -- Complete next word - vim.keymap.set("i", "", function() - return vim.fn["codeium#AcceptNextWord"]() - end, { expr = true }) - -- Complete line - vim.keymap.set("i", "", function() - return vim.fn["codeium#AcceptNextLine"]() - end, { expr = true }) - -- Next - vim.keymap.set("i", "", function() - return vim.fn["codeium#CycleCompletions"](1) - end, { expr = true }) - -- Previous - vim.keymap.set("i", "", function() - return vim.fn["codeium#Clear"]() - end, { expr = true }) - end -} - diff --git a/nvim/lua/plugins/live-server.lua b/nvim/lua/plugins/live-server.lua deleted file mode 100644 index 422d624..0000000 --- a/nvim/lua/plugins/live-server.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - { - "barrett-ruth/live-server.nvim", - build = 'pnpm add -g live-server', - cmd = { 'LiveServerStart', 'LiveServerStop' }, - config = true - } -} diff --git a/rofi-wayland/launchers/type-6/images/oneshot-logo.png b/rofi-wayland/launchers/type-6/images/oneshot-logo.png new file mode 100644 index 0000000..6c12102 Binary files /dev/null and b/rofi-wayland/launchers/type-6/images/oneshot-logo.png differ diff --git a/rofi-wayland/launchers/type-6/style-7.rasi b/rofi-wayland/launchers/type-6/style-7.rasi index 5b63fa8..ebe9f8c 100644 --- a/rofi-wayland/launchers/type-6/style-7.rasi +++ b/rofi-wayland/launchers/type-6/style-7.rasi @@ -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: "検索"; diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 622a625..2141c18 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -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 diff --git a/waybar/config.jsonc b/waybar/config.jsonc index b454251..79f3135 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -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": "{:%A ( %B %d )}\n{calendar}", "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": [ "󰄰", "󰪞", "󰪟", "󰪠", "󰪡", "󰪢", "󰪣", "󰪤", "󰪥" ] diff --git a/zsh/aliases.sh b/zsh/aliases.sh index 125696c..0387d71 100644 --- a/zsh/aliases.sh +++ b/zsh/aliases.sh @@ -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)" +'