Changes Sketchybar
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
@@ -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,
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user