Skip to content

Instantly share code, notes, and snippets.

View its-19818942118's full-sized avatar
💭
I may be extremely slow to respond.

Izumi its-19818942118

💭
I may be extremely slow to respond.
  • Zenith,Arcadia
  • 22:40 (UTC -12:00)
View GitHub Profile
@its-19818942118
its-19818942118 / config.rasi
Last active September 21, 2024 10:56
rofi config
// Theme //
* {
main-bg: #11111b95;
main-fg: #cdd6f4ff;
main-br: #cba6f7ff;
main-ex: #f5e0dcff;
select-bg: #b4befeff;
select-fg: #11111bff;
separatorcolor: transparent;
border-color: transparent;

Note

Useful information that users should know, even when skimming content.

Tip

Helpful advice for doing things better or more easily.

Important

Key information users need to know to achieve their goal.

[!WARNING]

@its-19818942118
its-19818942118 / starship.toml
Created August 27, 2023 09:04
a starship config file
# ~/.config/starship.toml
# Inserts a blank line between shell prompts
add_newline = true
# Change the default prompt format
format = """
[╭╴](bold purple)$os $time\
| $all[╰─](red)$character\
"""