Skip to content

Commit

Permalink
同步与整合上游
Browse files Browse the repository at this point in the history
着色器
- CuNNy 未规格化

脚本
- uosc 同步至 5.2.0+
  • Loading branch information
hooke007 committed Aug 23, 2024
1 parent 225aeec commit 853c846
Show file tree
Hide file tree
Showing 60 changed files with 62,602 additions and 44,348 deletions.
2 changes: 1 addition & 1 deletion portable_config/scripts/uosc/elements/TopBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function TopBar:render()
for _, button in ipairs(self.buttons) do
local rect = {ax = button_ax, ay = self.ay, bx = button_ax + self.size, by = self.by}
local is_hover = get_point_to_rectangle_proximity(cursor, rect) == 0
local opacity = is_hover and 1 or 0.5
local opacity = is_hover and 1 or config.opacity.controls
local button_fg = is_hover and (button.hover_fg or bg) or fg
local button_bg = is_hover and (button.hover_bg or fg) or bg

Expand Down
2 changes: 1 addition & 1 deletion portable_config/scripts/uosc/main.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--[[
SOURCE_ https://github.com/tomasklaen/uosc/tree/main/src/uosc
COMMIT_ 8346db433f12608495dc9cd1bd27129990810e0e
COMMIT_ a0a608d451646f989665b521704df13101aad17a
文档_ https://github.com/hooke007/MPV_lazy/discussions/186
极简主义设计驱动的多功能界面脚本群组,兼容 thumbfast 新缩略图引擎
Expand Down
260 changes: 0 additions & 260 deletions portable_config/shaders/CuNNy_1x8.glsl

This file was deleted.

257 changes: 0 additions & 257 deletions portable_config/shaders/CuNNy_1x8_vk.glsl

This file was deleted.

Loading

0 comments on commit 853c846

Please sign in to comment.