Changes Sketchybar

This commit is contained in:
2026-05-27 10:31:04 +02:00
parent 7f0bf6c219
commit 93034af158
4 changed files with 7 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

+7 -7
View File
@@ -2,7 +2,7 @@
-- Save this in ~/.config/sketchybar/ -- Save this in ~/.config/sketchybar/
-- SketchyBar Lua API -- SketchyBar Lua API
sbar = require("sketchybar") local sbar = require("sketchybar")
-- Colors (Catppuccin Mocha theme) -- Colors (Catppuccin Mocha theme)
local colors = { local colors = {
@@ -52,8 +52,8 @@ sbar.default({
background = { background = {
border_width = 2, border_width = 2,
corner_radius = 9, corner_radius = 9,
border_color = colors.accent, border_color = colors.pink,
color = colors.bg, color = colors.base,
padding_right = 12, padding_right = 12,
}, },
}, },
@@ -67,14 +67,14 @@ sbar.bar({
padding_left = 12, padding_left = 12,
padding_right = 12, padding_right = 12,
margin = 12, margin = 12,
color = colors.bg, color = colors.base,
border_color = colors.accent, border_color = colors.pink,
border_width = 2, border_width = 2,
corner_radius = 60, corner_radius = 60,
}) })
-- Apple logo menu -- Apple logo menu
local apple_logo = sbar.add("item", "apple.logo", { sbar.add("item", "apple.logo", {
icon = { icon = {
string = "", string = "",
padding_left = 6, padding_left = 6,
@@ -133,7 +133,7 @@ for i = 1, #space_icons do
string = space_icons[i], string = space_icons[i],
padding_left = 2, padding_left = 2,
padding_right = 2, padding_right = 2,
highlight_color = colors.green, highlight_color = colors.red,
}, },
label = { drawing = false }, label = { drawing = false },
padding_right = 4, padding_right = 4,
-1
View File
@@ -15,7 +15,6 @@
fd # find alternative fd # find alternative
bat # cat alternative bat # cat alternative
ripgrep # grep alternative ripgrep # grep alternative
doas # sudo alternative
dnsutils dnsutils
# LLM in the Terminal # LLM in the Terminal