this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

curve: fix fonts on rofi menus

+29 -27
+6 -6
home/profiles/desktop/bin/powermenu
··· 5 5 ### Options ### 6 6 power_off="\tShutdown" 7 7 reboot="\tReboot" 8 - lock="\tLock" 9 - suspend="鈴\tSleep" 10 - log_out="\tLogout" 8 + lock="\tLock" 9 + suspend="󰤄\tSleep" 10 + log_out="󰍃\tLogout" 11 11 # Variable passed to rofi 12 12 options="$power_off\n$reboot\n$lock\n$suspend\n$log_out" 13 13 ··· 18 18 " Reboot") 19 19 systemctl reboot 20 20 ;; 21 - " Lock") 21 + " Lock") 22 22 dm-tool lock 23 23 ;; 24 - "鈴 Sleep") 24 + "󰤄 Sleep") 25 25 dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Pause 26 26 systemctl suspend 27 27 ;; 28 - " Logout") 28 + "󰍃 Logout") 29 29 bspc quit 30 30 ;; 31 31 esac
+5 -5
home/profiles/desktop/bin/screenshot
··· 3 3 timer=5 4 4 5 5 # Options 6 - select="麗" 7 - window="类" 8 - screen="" 9 - delay="" 10 - cancel="" 6 + select="󰩭 " 7 + window=" " 8 + screen=" " 9 + delay="󱑃 " 10 + cancel="󰜺 " 11 11 12 12 # Variable passed to rofi 13 13 options="$select\n$window\n$screen\n$delay\n$cancel"
+17 -15
home/profiles/desktop/polybar/config
··· 55 55 module-margin = 0 56 56 margin-bottom = 34 57 57 58 - font-0 = "Iosevka Nerd Font,Iosevka NF:pixelsize=12;4" 59 - font-1 = "Iosevka Nerd Font,Iosevka NF:pixelsize=6;1" 58 + font-0 = "Iosevka Nerd Font,Iosevka NF:pixelsize=10;1" ; Icon Size 59 + font-1 = "Iosevka Nerd Font,Iosevka NF:pixelsize=12;4" ; Large Text font 60 60 font-2 = "FiraCode Nerd Font:pixelsize=12;2" 61 - font-3 = "Siji:pixelsize=8;2" 61 + font-3 = "Siji:pixelsize=10;2" 62 + font-4 = "Iosevka Nerd Font,Iosevka NF:pixelsize=8;1" ; Small Icon Size 62 63 63 64 ; Add module mpd for artist - title info 64 65 modules-left = bspwm sps volume ··· 113 114 pin-workspaces = true 114 115 enable-click = true 115 116 116 - ws-icon-0 = 1;%{T1} %{T-} 117 - ws-icon-1 = 2;%{T1} %{T-} 118 - ws-icon-2 = 3;%{T1}󰵅 %{T-} 119 - ws-icon-3 = 4;%{T1} %{T-} 120 - ws-icon-4 = 5;%{T1} %{T-} 117 + ws-icon-0 = 1;%{T2} %{T-} 118 + ws-icon-1 = 2;%{T2} %{T-} 119 + ws-icon-2 = 3;%{T2}󰺻 %{T-} 120 + ws-icon-3 = 4;%{T2} %{T-} 121 + ws-icon-4 = 5;%{T2} %{T-} 121 122 ws-icon-default =  122 123 ; fuzzy-match = true 123 124 ··· 154 155 155 156 ; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string 156 157 ; NOTE: if you want to use syntax tags here you need to use %%{...} 157 - date = %{T1} %{T-}%{T2} %d/%a%{T-} 158 + date = %{T2} %{T-}%{T1} %d/%a%{T-} 158 159 159 160 ; Optional time format 160 161 time = %{T2} %H:%M%{T-} 161 162 162 163 ; if `date-alt` or `time-alt` is defined, clicking 163 164 ; the module will toggle between formats 164 - date-alt = %{T1} %{T-} %{T2} %a, %d %b %y%{T-} 165 + date-alt = %{T2} %{T-} %{T1} %a, %d %b %y%{T-} 165 166 time-alt = %{T2} %H:%M:%S%{T-} 166 167 167 168 label = %date%%time% ··· 176 177 label-connected-font = 2 177 178 format-connected = <ramp-signal> <label-connected> 178 179 label-connected-foreground = #82b414 180 + 179 181 180 182 format-disconnected = <label-disconnected> 181 183 label-disconnected = "󰖪" ··· 196 198 ; Default: 1 197 199 interval = 0.5 198 200 199 - label = %{T1} %{T-}%{T2} %percentage:2%%%{T-} 201 + label = %{T2} %{T-}%{T1} %percentage:2%%%{T-} 200 202 201 203 label-foreground = ${colors.cyan} 202 204 ··· 226 228 ; %gb_swap_free% 227 229 ; %gb_swap_used% 228 230 229 - label = %{T1}󰍛 %{T-}%{T2} %gb_used%%{T-} 231 + label = %{T2}󰍛 %{T-}%{T1} %gb_used%%{T-} 230 232 231 233 label-foreground = ${colors.cyan} 232 234 ··· 297 299 bar-volume-width = 8 298 300 bar-volume-gradient = false 299 301 bar-volume-indicator = | 300 - bar-volume-indicator-font = 2 302 + bar-volume-indicator-font = 6 301 303 bar-volume-indicator-foreground = ${colors.mauve} 302 304 bar-volume-fill = ─ 303 - bar-volume-fill-font = 2 305 + bar-volume-fill-font = 6 304 306 bar-volume-fill-foreground = ${colors.mauve} 305 307 bar-volume-empty = ─ 306 - bar-volume-empty-font = 2 308 + bar-volume-empty-font = 6 307 309 bar-volume-empty-foreground = ${colors.fg-alt} 308 310 309 311 ramp-volume-0 = "  "
+1 -1
home/profiles/desktop/rofi/appmenu.rasi
··· 2 2 @import "config.rasi" 3 3 4 4 textbox-icon { 5 - str: "  "; 5 + str: "󱎂 "; 6 6 } 7 7 8 8 prompt {