diff --git a/polybar-modules/menu.ini b/polybar-modules/menu.ini index 0cfbc7f..942efea 100644 --- a/polybar-modules/menu.ini +++ b/polybar-modules/menu.ini @@ -6,5 +6,5 @@ content =  content-padding = 3 content-background = ${color.shade3} content-foreground = #2878af -click-right = ~/SudacodeRice/scripts/menu_full -click-left = ~/SudacodeRice/scripts/menu_small +click-right = $HOME/SudacodeRice/scripts/menu_full +click-left = $HOME/SudacodeRice/scripts/menu_small diff --git a/rofi/powermenu/confirm.rasi b/rofi/powermenu/confirm.rasi index 9a5bba6..76b1412 100644 --- a/rofi/powermenu/confirm.rasi +++ b/rofi/powermenu/confirm.rasi @@ -5,14 +5,14 @@ * { background-color: @background; text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; + font: "FantasqueSansMono Nerd Font 42"; } window { - width: 225px; + width: 20%; padding: 25px; border: 1px; - border-radius: 0px; + border-radius: 10px; border-color: @border; location: center; y-offset: -2em; diff --git a/rofi/powermenu/message.rasi b/rofi/powermenu/message.rasi index 37e035e..ebe2c01 100644 --- a/rofi/powermenu/message.rasi +++ b/rofi/powermenu/message.rasi @@ -5,14 +5,14 @@ * { background-color: @background; text-color: @foreground; - font: "FantasqueSansMono Nerd Font 12"; + font: "FantasqueSansMono Nerd Font 35"; } window { - width: 360px; + width: 28%; padding: 25px; border: 1px; - border-radius: 0px; + border-radius: 10px; border-color: @border; location: center; y-offset: -2em;