Nerd Fonts v3.0 Icons & Fonts Fix

This commit is contained in:
Sravan Balaji
2023-05-07 14:38:55 -04:00
parent ef7dd78258
commit 1e7d3d774b
21 changed files with 191 additions and 185 deletions

View File

@ -95,7 +95,7 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: Fira Code Nerd Font family: FiraCode Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Regular
@ -106,7 +106,7 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Fira Code Nerd Font family: FiraCode Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold style: Bold

View File

@ -4,10 +4,10 @@
#: individual font faces and even specify special fonts for particular #: individual font faces and even specify special fonts for particular
#: characters. #: characters.
font_family Fira Code Regular Nerd Font Complete font_family FiraCode Nerd Font
bold_font Fira Code Bold Nerd Font Complete bold_font FiraCode Nerd Font Bold
italic_font Fira Code Regular Nerd Font Complete italic_font FiraCode Nerd Font
bold_italic_font Fira Code Bold Nerd Font Complete bold_italic_font FiraCode Nerd Font Bold
#: You can specify different fonts for the bold/italic/bold-italic #: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty #: variants. To get a full list of supported fonts use the `kitty

View File

@ -1,7 +1,7 @@
/*Dracula theme based on the Purple official rofi theme*/ /*Dracula theme based on the Purple official rofi theme*/
* { * {
font: "Jetbrains Mono 12"; font: "JetBrainsMono Nerd Font 12";
foreground: #f8f8f2; foreground: #f8f8f2;
background-color: #282a36; background-color: #282a36;
active-background: #6272a4; active-background: #6272a4;

View File

@ -28,8 +28,8 @@ add_newline = false
[character] [character]
format = "$symbol" format = "$symbol"
success_symbol = "[ ](bold green) " success_symbol = "[ 󱞪 ](bold green) "
error_symbol = "[ ](bold red) " error_symbol = "[ 󱞪 ](bold red) "
# You can also replace your username with a neat symbol like  to save some space # You can also replace your username with a neat symbol like  to save some space
[username] [username]
@ -53,16 +53,16 @@ read_only = ""
".config" = "  " ".config" = "  "
"config" = "  " "config" = "  "
"Config" = "  " "Config" = "  "
"Calibre_Library" = " " "Calibre_Library" = " "
"Calibre Library" = " " "Calibre Library" = " "
"Desktop" = "  " "Desktop" = "  "
"Documents" = " " "Documents" = " 󰈙 "
"Finances" = " " "Finances" = " "
"Downloads" = "  " "Downloads" = "  "
"Games" = "  " "Games" = "  "
"PolyMC" = " " "PrismLauncher" = " 󰍳 "
"Steam" = "  " "Steam" = "  "
"ISOs" = " " "ISOs" = " 󰗮 "
"Music" = "  " "Music" = "  "
"Spotify" = "  " "Spotify" = "  "
"Pictures" = "  " "Pictures" = "  "
@ -72,8 +72,8 @@ read_only = ""
"Videos" = "  " "Videos" = "  "
"dropbox" = "  " "dropbox" = "  "
"google-drive" = "  " "google-drive" = "  "
"onedrive" = " " "onedrive" = " "
"Attachments" = " " "Attachments" = " 󰁦 "
# Keep in mind that the order matters. For example: # Keep in mind that the order matters. For example:
# "Important Documents" = "  " # "Important Documents" = "  "
# will not be replaced, because "Documents" was already substituted before. # will not be replaced, because "Documents" was already substituted before.
@ -88,7 +88,7 @@ format = '[[ $symbol ($version) ](bg:#BD93F9)]($style)'
[cmd_duration] [cmd_duration]
min_time = 0 min_time = 0
style = "bg:#FF5555" style = "bg:#FF5555"
format = '[[ $duration ](bg:#FF5555)]($style)' format = '[[ 󱎫 $duration ](bg:#FF5555)]($style)'
show_notifications = true show_notifications = true
min_time_to_notify = 5_000 min_time_to_notify = 5_000

View File

@ -5,10 +5,10 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" - backup-to-hdd" "󰋊 - backup-to-hdd"
" - backup-to-casaos" "󰒍 - backup-to-casaos"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -11,10 +11,10 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Raise Brightness - raise" "󰃠 Raise Brightness - raise"
" Lower Brightness - lower" "󰃞 Lower Brightness - lower"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -11,18 +11,18 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Compositor - picom" "󱕅 Compositor - picom"
" Display - brightness" "󰍹 Display - brightness"
" Notifications - deadd" "󰂚 Notifications - deadd"
" Media - playerctl" " Media - playerctl"
"Volume - pactl" "󰕾 Volume - pactl"
" Backup - backup" "󰁯 Backup - backup"
" Startup Processes - startup" " Startup Processes - startup"
" Hardware - cpu-gpu" " Hardware - cpu-gpu"
" Gaming - gaming" " Gaming - gaming"
" Power Menu - session" " Power Menu - session"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -14,8 +14,8 @@ rofi_menu() {
" CPU Performance Profile - rofi-cpu-profile" " CPU Performance Profile - rofi-cpu-profile"
" GPU Switching - rofi-graphics" " GPU Switching - rofi-graphics"
" NVIDIA GPU Performance Profile - rofi-gpu-profile" " NVIDIA GPU Performance Profile - rofi-gpu-profile"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -30,12 +30,12 @@ rofi_menu() {
rofi_cpu_profile_menu() { rofi_cpu_profile_menu() {
declare -a options=( declare -a options=(
"Query Current Profile - cpu-profile-query" "Query Current Profile - cpu-profile-query"
"Switch to Battery Mode - cpu-profile-battery" "󰂃 Switch to Battery Mode - cpu-profile-battery"
"Switch to Balanced Mode - cpu-profile-balanced" "󰗑 Switch to Balanced Mode - cpu-profile-balanced"
"Switch to Performance Mode - cpu-profile-performance" "󰓅 Switch to Performance Mode - cpu-profile-performance"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -50,13 +50,13 @@ rofi_cpu_profile_menu() {
rofi_graphics_menu() { rofi_graphics_menu() {
declare -a options=( declare -a options=(
"Query Current Graphics - graphics-query" "Query Current Graphics - graphics-query"
"Switch to Compute Mode - graphics-compute" "Switch to Compute Mode - graphics-compute"
"Switch to Hybrid Mode - graphics-hybrid" "Switch to Hybrid Mode - graphics-hybrid"
"Switch to Integrated Mode - graphics-integrated" "Switch to Integrated Mode - graphics-integrated"
"Switch to Nvidia Mode - graphics-nvidia" "Switch to Nvidia Mode - graphics-nvidia"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -71,12 +71,12 @@ rofi_graphics_menu() {
rofi_gpu_profile_menu() { rofi_gpu_profile_menu() {
declare -a options=( declare -a options=(
"Query Current Profile - gpu-profile-query" "Query Current Profile - gpu-profile-query"
"Switch to Adaptive Mode - gpu-profile-adaptive" "󱤎 Switch to Adaptive Mode - gpu-profile-adaptive"
"Switch to Performance Mode - gpu-profile-performance" "󰓅 Switch to Performance Mode - gpu-profile-performance"
"Switch to Auto Mode - gpu-profile-auto" "󱣲 Switch to Auto Mode - gpu-profile-auto"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -108,22 +108,22 @@ main() {
--graphics-compute) --graphics-compute)
notify-send "System76-Power Graphics" "Switching to Compute Graphics..." notify-send "System76-Power Graphics" "Switching to Compute Graphics..."
pkexec system76-power graphics compute pkexec system76-power graphics compute
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--graphics-hybrid) --graphics-hybrid)
notify-send "System76-Power Graphics" "Switching to Hybrid Graphics..." notify-send "System76-Power Graphics" "Switching to Hybrid Graphics..."
pkexec system76-power graphics hybrid pkexec system76-power graphics hybrid
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--graphics-integrated) --graphics-integrated)
notify-send "System76-Power Graphics" "Switching to Integrated Graphics..." notify-send "System76-Power Graphics" "Switching to Integrated Graphics..."
pkexec system76-power graphics integrated pkexec system76-power graphics integrated
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--graphics-nvidia) --graphics-nvidia)
notify-send "System76-Power Graphics" "Switching to Nvidia Graphics..." notify-send "System76-Power Graphics" "Switching to Nvidia Graphics..."
pkexec system76-power graphics nvidia pkexec system76-power graphics nvidia
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--rofi-cpu-profile) --rofi-cpu-profile)
rofi_cpu_profile_menu rofi_cpu_profile_menu

View File

@ -22,13 +22,13 @@ is_running() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Turn On - on" "󰂞 Turn On - on"
" Turn Off - off" "󰂛 Turn Off - off"
" Toggle Notification Center - toggle-center" "󱨩 Toggle Notification Center - toggle-center"
" Pause Popup Notifications - pause" " Pause Popup Notifications - pause"
" Unpause Popup Notifications - unpause" " Unpause Popup Notifications - unpause"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -23,14 +23,14 @@ is_running() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Turn On - on" "󰂞 Turn On - on"
" Turn Off - off" "󰂛 Turn Off - off"
" Open Actions - context" "󱨩 Open Actions - context"
" Close Notification - close" " Close Notification - close"
" View History - history" " View History - history"
" Toggle Do Not Disturb - dnd" "󰂠 Toggle Do Not Disturb - dnd"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -11,11 +11,11 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" DualSense to Xbox 360 Mapping - dualsense-to-xbox-360" "󰊴 DualSense to Xbox 360 Mapping - dualsense-to-xbox-360"
" Game Launch Settings - game-launch" " Game Launch Settings - game-launch"
" Game Exit Settings - game-exit" " Game Exit Settings - game-exit"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -13,8 +13,8 @@ rofi_menu() {
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Pause Popup Notifications - pause" " Pause Popup Notifications - pause"
" Unpause Popup Notifications - unpause" " Unpause Popup Notifications - unpause"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -14,9 +14,9 @@ rofi_menu() {
" Raise Volume - raise" " Raise Volume - raise"
" Lower Volume - lower" " Lower Volume - lower"
" Mute - mute" " Mute - mute"
" Mixer - mixer" "󰺢 Mixer - mixer"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -18,10 +18,10 @@ is_running() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Turn On - on" "󱄄 Turn On - on"
" Turn Off - off" "󰶐 Turn Off - off"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -11,12 +11,12 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Play / Pause - play-pause" "󰐎 Play / Pause - play-pause"
" Next - next" "󰒭 Next - next"
" Previous - prev" "󰒮 Previous - prev"
" Change Source - change" "󰡀 Change Source - change"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

View File

@ -11,15 +11,15 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Restart dwm - restart" " Restart dwm - restart"
" Logout - logout" " Logout - logout"
" Lock - lock" " Lock - lock"
"⏾ Sleep - sleep" "⏾ Sleep - sleep"
" Reboot - reboot" " Reboot - reboot"
" Shutdown - shutdown" " Shutdown - shutdown"
" Hibernate - hibernate" "󰒲 Hibernate - hibernate"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -68,6 +68,9 @@ main() {
--restart) --restart)
notify-send "Session Control" "Restarting dwm" notify-send "Session Control" "Restarting dwm"
dwm-msg run_command quit 1 dwm-msg run_command quit 1
pkill polybar
sleep 5
/home/sravan/.config/dwm-flexipatch/polybar/launch.sh
;; ;;
--rofi) --rofi)
rofi_menu rofi_menu

View File

@ -66,11 +66,11 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Launch Startup Processes - startup" " Launch Startup Processes - startup"
" Launch Delayed Processes - delay" "󰔟 Launch Delayed Processes - delay"
" Kill Startup Processes - kill-startup" " Kill Startup Processes - kill-startup"
" Kill Delayed Processes - kill-delay" " Kill Delayed Processes - kill-delay"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)

Submodule .xmonad updated: 817aa5d241...7b6cc33623

View File

@ -869,14 +869,14 @@ is_running() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Turn On - on" "󰂞 Turn On - on"
" Turn Off - off" "󰂛 Turn Off - off"
" Open Actions - context" "󱨩 Open Actions - context"
" Close Notification - close" " Close Notification - close"
" View History - history" " View History - history"
" Toggle Do Not Disturb - dnd" "󰂠 Toggle Do Not Disturb - dnd"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -1405,13 +1405,13 @@ is_running() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Turn On - on" "󰂞 Turn On - on"
" Turn Off - off" "󰂛 Turn Off - off"
" Toggle Notification Center - toggle-center" "󱨩 Toggle Notification Center - toggle-center"
" Pause Popup Notifications - pause" " Pause Popup Notifications - pause"
" Unpause Popup Notifications - unpause" " Unpause Popup Notifications - unpause"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -1502,8 +1502,8 @@ rofi_menu() {
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Pause Popup Notifications - pause" " Pause Popup Notifications - pause"
" Unpause Popup Notifications - unpause" " Unpause Popup Notifications - unpause"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -2078,7 +2078,7 @@ element selected.active {
/*Dracula theme based on the Purple official rofi theme*/ /*Dracula theme based on the Purple official rofi theme*/
,* { ,* {
font: "Jetbrains Mono 12"; font: "JetBrainsMono Nerd Font 12";
foreground: #f8f8f2; foreground: #f8f8f2;
background-color: #282a36; background-color: #282a36;
active-background: #6272a4; active-background: #6272a4;
@ -3038,10 +3038,10 @@ is_running() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
"⏼ Toggle - toggle" "⏼ Toggle - toggle"
" Turn On - on" "󱄄 Turn On - on"
" Turn Off - off" "󰶐 Turn Off - off"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -3273,8 +3273,8 @@ add_newline = false
[character] [character]
format = "$symbol" format = "$symbol"
success_symbol = "[ ](bold green) " success_symbol = "[ 󱞪 ](bold green) "
error_symbol = "[ ](bold red) " error_symbol = "[ 󱞪 ](bold red) "
# You can also replace your username with a neat symbol like  to save some space # You can also replace your username with a neat symbol like  to save some space
[username] [username]
@ -3298,16 +3298,16 @@ read_only = ""
".config" = "  " ".config" = "  "
"config" = "  " "config" = "  "
"Config" = "  " "Config" = "  "
"Calibre_Library" = " " "Calibre_Library" = " "
"Calibre Library" = " " "Calibre Library" = " "
"Desktop" = "  " "Desktop" = "  "
"Documents" = " " "Documents" = " 󰈙 "
"Finances" = " " "Finances" = " "
"Downloads" = "  " "Downloads" = "  "
"Games" = "  " "Games" = "  "
"PolyMC" = " " "PrismLauncher" = " 󰍳 "
"Steam" = "  " "Steam" = "  "
"ISOs" = " " "ISOs" = " 󰗮 "
"Music" = "  " "Music" = "  "
"Spotify" = "  " "Spotify" = "  "
"Pictures" = "  " "Pictures" = "  "
@ -3317,8 +3317,8 @@ read_only = ""
"Videos" = "  " "Videos" = "  "
"dropbox" = "  " "dropbox" = "  "
"google-drive" = "  " "google-drive" = "  "
"onedrive" = " " "onedrive" = " "
"Attachments" = " " "Attachments" = " 󰁦 "
# Keep in mind that the order matters. For example: # Keep in mind that the order matters. For example:
# "Important Documents" = "  " # "Important Documents" = "  "
# will not be replaced, because "Documents" was already substituted before. # will not be replaced, because "Documents" was already substituted before.
@ -3333,7 +3333,7 @@ format = '[[ $symbol ($version) ](bg:#BD93F9)]($style)'
[cmd_duration] [cmd_duration]
min_time = 0 min_time = 0
style = "bg:#FF5555" style = "bg:#FF5555"
format = '[[ $duration ](bg:#FF5555)]($style)' format = '[[ 󱎫 $duration ](bg:#FF5555)]($style)'
show_notifications = true show_notifications = true
min_time_to_notify = 5_000 min_time_to_notify = 5_000
@ -4754,10 +4754,10 @@ fish_pager_color_secondary_description 6272a4
#: individual font faces and even specify special fonts for particular #: individual font faces and even specify special fonts for particular
#: characters. #: characters.
font_family Fira Code Regular Nerd Font Complete font_family FiraCode Nerd Font
bold_font Fira Code Bold Nerd Font Complete bold_font FiraCode Nerd Font Bold
italic_font Fira Code Regular Nerd Font Complete italic_font FiraCode Nerd Font
bold_italic_font Fira Code Bold Nerd Font Complete bold_italic_font FiraCode Nerd Font Bold
#: You can specify different fonts for the bold/italic/bold-italic #: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty #: variants. To get a full list of supported fonts use the `kitty
@ -6327,7 +6327,7 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: Fira Code Nerd Font family: FiraCode Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Regular
@ -6338,7 +6338,7 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Fira Code Nerd Font family: FiraCode Nerd Font
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold style: Bold
@ -7680,10 +7680,10 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" - backup-to-hdd" "󰋊 - backup-to-hdd"
" - backup-to-casaos" "󰒍 - backup-to-casaos"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8363,11 +8363,11 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Launch Startup Processes - startup" " Launch Startup Processes - startup"
" Launch Delayed Processes - delay" "󰔟 Launch Delayed Processes - delay"
" Kill Startup Processes - kill-startup" " Kill Startup Processes - kill-startup"
" Kill Delayed Processes - kill-delay" " Kill Delayed Processes - kill-delay"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8460,12 +8460,12 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Play / Pause - play-pause" "󰐎 Play / Pause - play-pause"
" Next - next" "󰒭 Next - next"
" Previous - prev" "󰒮 Previous - prev"
" Change Source - change" "󰡀 Change Source - change"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8527,9 +8527,9 @@ rofi_menu() {
" Raise Volume - raise" " Raise Volume - raise"
" Lower Volume - lower" " Lower Volume - lower"
" Mute - mute" " Mute - mute"
" Mixer - mixer" "󰺢 Mixer - mixer"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8588,10 +8588,10 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Raise Brightness - raise" "󰃠 Raise Brightness - raise"
" Lower Brightness - lower" "󰃞 Lower Brightness - lower"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8662,8 +8662,8 @@ rofi_menu() {
" CPU Performance Profile - rofi-cpu-profile" " CPU Performance Profile - rofi-cpu-profile"
" GPU Switching - rofi-graphics" " GPU Switching - rofi-graphics"
" NVIDIA GPU Performance Profile - rofi-gpu-profile" " NVIDIA GPU Performance Profile - rofi-gpu-profile"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8678,12 +8678,12 @@ rofi_menu() {
rofi_cpu_profile_menu() { rofi_cpu_profile_menu() {
declare -a options=( declare -a options=(
"Query Current Profile - cpu-profile-query" "Query Current Profile - cpu-profile-query"
"Switch to Battery Mode - cpu-profile-battery" "󰂃 Switch to Battery Mode - cpu-profile-battery"
"Switch to Balanced Mode - cpu-profile-balanced" "󰗑 Switch to Balanced Mode - cpu-profile-balanced"
"Switch to Performance Mode - cpu-profile-performance" "󰓅 Switch to Performance Mode - cpu-profile-performance"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8698,13 +8698,13 @@ rofi_cpu_profile_menu() {
rofi_graphics_menu() { rofi_graphics_menu() {
declare -a options=( declare -a options=(
"Query Current Graphics - graphics-query" "Query Current Graphics - graphics-query"
"Switch to Compute Mode - graphics-compute" "Switch to Compute Mode - graphics-compute"
"Switch to Hybrid Mode - graphics-hybrid" "Switch to Hybrid Mode - graphics-hybrid"
"Switch to Integrated Mode - graphics-integrated" "Switch to Integrated Mode - graphics-integrated"
"Switch to Nvidia Mode - graphics-nvidia" "Switch to Nvidia Mode - graphics-nvidia"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8719,12 +8719,12 @@ rofi_graphics_menu() {
rofi_gpu_profile_menu() { rofi_gpu_profile_menu() {
declare -a options=( declare -a options=(
"Query Current Profile - gpu-profile-query" "Query Current Profile - gpu-profile-query"
"Switch to Adaptive Mode - gpu-profile-adaptive" "󱤎 Switch to Adaptive Mode - gpu-profile-adaptive"
"Switch to Performance Mode - gpu-profile-performance" "󰓅 Switch to Performance Mode - gpu-profile-performance"
"Switch to Auto Mode - gpu-profile-auto" "󱣲 Switch to Auto Mode - gpu-profile-auto"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8756,22 +8756,22 @@ main() {
--graphics-compute) --graphics-compute)
notify-send "System76-Power Graphics" "Switching to Compute Graphics..." notify-send "System76-Power Graphics" "Switching to Compute Graphics..."
pkexec system76-power graphics compute pkexec system76-power graphics compute
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--graphics-hybrid) --graphics-hybrid)
notify-send "System76-Power Graphics" "Switching to Hybrid Graphics..." notify-send "System76-Power Graphics" "Switching to Hybrid Graphics..."
pkexec system76-power graphics hybrid pkexec system76-power graphics hybrid
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--graphics-integrated) --graphics-integrated)
notify-send "System76-Power Graphics" "Switching to Integrated Graphics..." notify-send "System76-Power Graphics" "Switching to Integrated Graphics..."
pkexec system76-power graphics integrated pkexec system76-power graphics integrated
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--graphics-nvidia) --graphics-nvidia)
notify-send "System76-Power Graphics" "Switching to Nvidia Graphics..." notify-send "System76-Power Graphics" "Switching to Nvidia Graphics..."
pkexec system76-power graphics nvidia pkexec system76-power graphics nvidia
notify-send -u critical -t 0 "System76-Power Graphics" "Please restart computer to switch graphics" notify-send -u critical -t 0 "System76-Power Graphics" "Please reboot computer to switch graphics"
;; ;;
--rofi-cpu-profile) --rofi-cpu-profile)
rofi_cpu_profile_menu rofi_cpu_profile_menu
@ -8836,11 +8836,11 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" DualSense to Xbox 360 Mapping - dualsense-to-xbox-360" "󰊴 DualSense to Xbox 360 Mapping - dualsense-to-xbox-360"
" Game Launch Settings - game-launch" " Game Launch Settings - game-launch"
" Game Exit Settings - game-exit" " Game Exit Settings - game-exit"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8896,15 +8896,15 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Restart dwm - restart" " Restart dwm - restart"
" Logout - logout" " Logout - logout"
" Lock - lock" " Lock - lock"
"⏾ Sleep - sleep" "⏾ Sleep - sleep"
" Reboot - reboot" " Reboot - reboot"
" Shutdown - shutdown" " Shutdown - shutdown"
" Hibernate - hibernate" "󰒲 Hibernate - hibernate"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)
@ -8953,6 +8953,9 @@ main() {
--restart) --restart)
notify-send "Session Control" "Restarting dwm" notify-send "Session Control" "Restarting dwm"
dwm-msg run_command quit 1 dwm-msg run_command quit 1
pkill polybar
sleep 5
/home/sravan/.config/dwm-flexipatch/polybar/launch.sh
;; ;;
--rofi) --rofi)
rofi_menu rofi_menu
@ -8979,18 +8982,18 @@ help_menu() {
rofi_menu() { rofi_menu() {
declare -a options=( declare -a options=(
" Compositor - picom" "󱕅 Compositor - picom"
" Display - brightness" "󰍹 Display - brightness"
" Notifications - deadd" "󰂚 Notifications - deadd"
" Media - playerctl" " Media - playerctl"
"Volume - pactl" "󰕾 Volume - pactl"
" Backup - backup" "󰁯 Backup - backup"
" Startup Processes - startup" " Startup Processes - startup"
" Hardware - cpu-gpu" " Hardware - cpu-gpu"
" Gaming - gaming" " Gaming - gaming"
" Power Menu - session" " Power Menu - session"
" Back - back" "󰌍 Back - back"
" Quit - quit" "󰗼 Quit - quit"
) )
choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i) choice=$(printf '%s\n' "${options[@]}" | rofi -dmenu -i)