Skip to content

Commit

Permalink
fix: update nerdfont symbols (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nonetrix authored Jun 19, 2024
1 parent 5350da4 commit 9f0829b
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 25 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ A Catppuccin Port based on [Siduck](https://github.com/siduck)'s dotfiles.
#### [Deathemonic](https://github.com/catppuccin/rofi/tree/main/deathemonic)
A custom rofi theme based on [Deathemonic](https://github.com/deathemonic/Cat-Dots/tree/v1.4/config/rofi)'s dotfiles including an application launcher, screenshot-, power-, and runmenu.

## Requirements
- Rofi
- A font patched with v3.2.1 version of nerdfonts, older or newer likely to work but untested

## 💝 Thanks to

- [AlphaTechnolog](https://github.com/AlphaTechnolog)
Expand Down
20 changes: 10 additions & 10 deletions deathemonic/bin/powermenu
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ else
suspend=""
logout=""
# Section 2
# shutdown=""
# reboot=""
# lock=""
# suspend=""
# logout=" "
# shutdown="󰐥"
# reboot="󰜉"
# lock="󰍁"
# suspend="󰒲"
# logout="󰍃 "


else
Expand All @@ -41,11 +41,11 @@ else
suspend=" Sleep"
logout=" Logout"
# Section 2
# shutdown="襤Shutdown"
# reboot=" Restart"
# lock=" Lock"
# suspend="鈴Sleep"
# logout=" Logout"
# shutdown="󰐥Shutdown"
# reboot="󰜉 Restart"
# lock="󰍁 Lock"
# suspend="󰒲Sleep"
# logout="󰍃 Logout"
fi
ddir="$HOME/.config/rofi/config"
fi
Expand Down
20 changes: 10 additions & 10 deletions deathemonic/bin/screenshot
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ icon2="$HOME/.config/dunst/icons/timer.svg"
# Buttons
layout=`cat $HOME/.config/rofi/config/screenshot.rasi | grep BUTTON | cut -d'=' -f2 | tr -d '[:blank:],*/'`
if [[ "$layout" == "TRUE" ]]; then
screen=""
area=""
window=""
infive=""
inten=""
screen="󰍹"
area="󰆞"
window="󰖲"
infive="󰔝"
inten="󰔜"
else
screen=" Capture Desktop"
area=" Capture Area"
window=" Capture Window"
infive=" Take in 3s"
inten=" Take in 10s"
screen="󰍹 Capture Desktop"
area="󰆞 Capture Area"
window="󰖲 Capture Window"
infive="󰔝 Take in 3s"
inten="󰔜 Take in 10s"
fi

# Notify and view screenshot
Expand Down
2 changes: 1 addition & 1 deletion deathemonic/config/bluetooth.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prompt {

textbox-prompt-colon {
expand: false;
str: "";
str: "󰂯";
border-radius: 100%;
background-color: @SEL;
text-color: @FG;
Expand Down
2 changes: 1 addition & 1 deletion deathemonic/config/mpd.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prompt {

textbox-prompt-colon {
expand: false;
str: "";
str: "󰝚";
border-radius: 100%;
background-color: @BG;
text-color: @FG;
Expand Down
2 changes: 1 addition & 1 deletion deathemonic/config/networkmenu.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prompt {

textbox-prompt-colon {
expand: false;
str: "";
str: "󰖩";
border-radius: 100%;
background-color: @SEL;
text-color: @FG;
Expand Down
2 changes: 1 addition & 1 deletion deathemonic/config/runner.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ prompt {

textbox-prompt-colon {
expand: false;
str: "";
str: "󰞷";
border-radius: 100%;
background-color: @BG;
text-color: @FG;
Expand Down
2 changes: 1 addition & 1 deletion deathemonic/config/screenshot.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ prompt {

textbox-prompt-colon {
expand: false;
str: "";
str: "󰄀";
border-radius: 100%;
background-color: @BG;
text-color: @FG;
Expand Down

0 comments on commit 9f0829b

Please sign in to comment.