[rofi] Fixing fonts. [hyprland] Remove eww startup from general config
This commit is contained in:
@@ -29,11 +29,6 @@
|
|||||||
"systemctl --user start hyprpolkitagent"
|
"systemctl --user start hyprpolkitagent"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Eww is idempotent, so it's fine to just run it on every reload to make sure things are open
|
|
||||||
execr-once = [
|
|
||||||
"eww open-many primary-statusbar secondary-statusbar launcher"
|
|
||||||
];
|
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_SIZE,32"
|
"XCURSOR_SIZE,32"
|
||||||
"HYPRCURSOR_SIZE,32"
|
"HYPRCURSOR_SIZE,32"
|
||||||
|
|||||||
@@ -8,5 +8,5 @@
|
|||||||
**/
|
**/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font: "JetBrainsMono Nerd Font 10";
|
font: "FiraCode Nerd Font Mono 10";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,13 +14,13 @@ uptime="$(uptime | awk -F ' ' '{print $2}' | sed -e 's/,//g')"
|
|||||||
host=`hostname`
|
host=`hostname`
|
||||||
|
|
||||||
# Options
|
# Options
|
||||||
shutdown=''
|
shutdown=''
|
||||||
reboot=''
|
reboot=''
|
||||||
lock=''
|
lock=''
|
||||||
suspend=''
|
suspend=''
|
||||||
logout=''
|
logout=''
|
||||||
yes=''
|
yes=''
|
||||||
no=''
|
no=''
|
||||||
|
|
||||||
# Rofi CMD
|
# Rofi CMD
|
||||||
rofi_cmd() {
|
rofi_cmd() {
|
||||||
|
|||||||
Reference in New Issue
Block a user