2026-06-30 0848 update

This commit is contained in:
Penelope Gwen 2026-06-30 08:48:58 -07:00 committed by Penelope Gwen
parent 12066e6284
commit c256e098ec
90 changed files with 26 additions and 15 deletions

View file

@ -14,7 +14,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end end
vim.opt.rtp:prepend(lazypath) vim.opt.rtp:prepend(lazypath)
vim.g.seoul256_disable_background = true vim.g.seoul256_disable_background = true
--require("seoul256") -- require("seoul256")
vim.cmd([[ vim.cmd([[
augroup NEOTREE_AUGROUP augroup NEOTREE_AUGROUP
@ -25,7 +25,8 @@ vim.cmd([[
vim.lsp.enable("bashls") vim.lsp.enable("bashls")
-- vim.cmd.colorscheme("dms") --vim.cmd.colorscheme("seoul256")
-- vim.g.colors_name = "seoul256"
require("lazy").setup({ require("lazy").setup({
spec = { spec = {

View file

@ -1,3 +1,3 @@
-- NOTE: this file should never be accessed if AvengeMedia/base46 is not installed, -- NOTE: this file should never be accessed if AvengeMedia/base46 is not installed,
-- the neovim-colors.lua template will fail first. -- the neovim-colors.lua template will fail first.
return require("lualine.themes._base46")("dms") -- return require("lualine.themes._base46")("dms")

View file

@ -1,16 +1,17 @@
return { return {
{ {
"shaunsingh/seoul256.nvim", "shaunsingh/seoul256.nvim",
-- opts = { opts = {
-- seoul256_disable_background = true, seoul256_disable_background = true,
-- }, },
config = function() end,
}, },
-- vim.g.seoul256_disable_background = false -- vim.g.seoul256_disable_background = false
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {
colorscheme = "dms", colorscheme = "seoul256",
}, },
}, },
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1,011 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 600 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 928 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 596 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 452 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 464 KiB

After

Width:  |  Height:  |  Size: 5.7 MiB

View file

@ -2,8 +2,8 @@
operation="${1}" operation="${1}"
WOBSOCK="$XDG_RUNTIME_DIR/wob.sock" WOBSOCK="$XDG_RUNTIME_DIR/wob.sock"
source "${HOME}/.config/de-vars/colors/active/colors.sh" #source "${HOME}/.config/de-vars/colors/active/colors.sh"
opacity="DD" #opacity="DD"
case "$operation" in case "$operation" in
up) up)
@ -16,6 +16,6 @@ down)
;;& ;;&
up | down) up | down)
light_lvl="$(brightnessctl set ${brighness_change} | sed -En 's/.*\(([0-9]+)%\).*/\1/p')" light_lvl="$(brightnessctl set ${brighness_change} | sed -En 's/.*\(([0-9]+)%\).*/\1/p')"
echo "${light_lvl}" "${de_color_0}${opacity}" "${de_color_13}${opacity}" "${de_color_11}${opacity}" >"$WOBSOCK" echo "${light_lvl}" "brightness" >"$WOBSOCK"
;; ;;
esac esac

View file

@ -2,8 +2,8 @@
operation="${1}" operation="${1}"
WOBSOCK="$XDG_RUNTIME_DIR/wob.sock" WOBSOCK="$XDG_RUNTIME_DIR/wob.sock"
source "${HOME}/.config/de-vars/colors/active/colors.sh" #source "${HOME}/.config/de-vars/colors/active/colors.sh"
opacity="DD" #opacity="DD"
case "$operation" in case "$operation" in
up) up)
@ -21,7 +21,7 @@ up | down | mute)
else else
vol_lvl="$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | sed 's/[^0-9]//g')" vol_lvl="$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | sed 's/[^0-9]//g')"
fi fi
echo "${vol_lvl}" "${de_color_0}${opacity}" "${de_color_13}${opacity}" "${de_color_10}${opacity}" >"$WOBSOCK" echo "${vol_lvl}" "volume" >"$WOBSOCK"
paplay "$HOME/.config/sway/assets/sounds/volume.ogg" paplay "$HOME/.config/sway/assets/sounds/volume.ogg"
;; ;;
esac esac

View file

@ -5,4 +5,13 @@ width=300
height=20 height=20
margin=20 margin=20
anchor=bottom anchor=bottom
output_mode=all
[style.volume]
bar_color = d7afafdd
background_color = 111317dd
overflow_bar_color = d75f87dd
[style.brightness]
bar_color = ffd787dd
background_color = 111317dd
overflow_bar_color = ffd787dd