diff --git a/README.md b/README.md index b2c423f..d072728 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/deathemonic/bin/powermenu b/deathemonic/bin/powermenu index ac3403f..ce39220 100755 --- a/deathemonic/bin/powermenu +++ b/deathemonic/bin/powermenu @@ -26,11 +26,11 @@ else suspend="" logout="" # Section 2 -# shutdown="襤" -# reboot="ﰇ" -# lock="" -# suspend="鈴" -# logout=" " +# shutdown="󰐥" +# reboot="󰜉" +# lock="󰍁" +# suspend="󰒲" +# logout="󰍃 " else @@ -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 diff --git a/deathemonic/bin/screenshot b/deathemonic/bin/screenshot index 88ea908..19fb9e3 100755 --- a/deathemonic/bin/screenshot +++ b/deathemonic/bin/screenshot @@ -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 diff --git a/deathemonic/config/bluetooth.rasi b/deathemonic/config/bluetooth.rasi index e8188f9..46a7434 100644 --- a/deathemonic/config/bluetooth.rasi +++ b/deathemonic/config/bluetooth.rasi @@ -36,7 +36,7 @@ prompt { textbox-prompt-colon { expand: false; - str: ""; + str: "󰂯"; border-radius: 100%; background-color: @SEL; text-color: @FG; diff --git a/deathemonic/config/mpd.rasi b/deathemonic/config/mpd.rasi index 1d589de..5b93757 100644 --- a/deathemonic/config/mpd.rasi +++ b/deathemonic/config/mpd.rasi @@ -39,7 +39,7 @@ prompt { textbox-prompt-colon { expand: false; - str: "ﱘ"; + str: "󰝚"; border-radius: 100%; background-color: @BG; text-color: @FG; diff --git a/deathemonic/config/networkmenu.rasi b/deathemonic/config/networkmenu.rasi index d882fca..e33dfc1 100644 --- a/deathemonic/config/networkmenu.rasi +++ b/deathemonic/config/networkmenu.rasi @@ -36,7 +36,7 @@ prompt { textbox-prompt-colon { expand: false; - str: "直"; + str: "󰖩"; border-radius: 100%; background-color: @SEL; text-color: @FG; diff --git a/deathemonic/config/runner.rasi b/deathemonic/config/runner.rasi index 15bb13c..3150908 100644 --- a/deathemonic/config/runner.rasi +++ b/deathemonic/config/runner.rasi @@ -32,7 +32,7 @@ prompt { textbox-prompt-colon { expand: false; - str: "ﲵ"; + str: "󰞷"; border-radius: 100%; background-color: @BG; text-color: @FG; diff --git a/deathemonic/config/screenshot.rasi b/deathemonic/config/screenshot.rasi index 53a5e09..3d93cb6 100644 --- a/deathemonic/config/screenshot.rasi +++ b/deathemonic/config/screenshot.rasi @@ -39,7 +39,7 @@ prompt { textbox-prompt-colon { expand: false; - str: ""; + str: "󰄀"; border-radius: 100%; background-color: @BG; text-color: @FG;