summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/foot/foot.ini2
-rw-r--r--.config/hypr/hyprland.conf6
-rw-r--r--.config/micro/settings.json1
-rw-r--r--.config/waybar/style.css9
4 files changed, 13 insertions, 5 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini
index 96b88ec..fc1a77f 100644
--- a/.config/foot/foot.ini
+++ b/.config/foot/foot.ini
@@ -1,2 +1,4 @@
+font=Monoid:size=9
+
 [colors-dark]
 alpha=0.7
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index a00fe6c..1877cdc 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -49,9 +49,9 @@ exec-once = openrc -U gui
 
 # See https://wiki.hypr.land/Configuring/Environment-variables/
 
-env = XCURSOR_SIZE,24
-env = HYPRCURSOR_SIZE,24
-
+env = XCURSOR_SIZE,33
+env = HYPRCURSOR_SIZE,33
+# hyprctl setcursor rose-pine-hyprcursor 33
 
 ###################
 ### PERMISSIONS ###
diff --git a/.config/micro/settings.json b/.config/micro/settings.json
index 4cdd416..8159446 100644
--- a/.config/micro/settings.json
+++ b/.config/micro/settings.json
@@ -1,6 +1,7 @@
 {
     "autoclose": false,
     "colorscheme": "solarized",
+    "parsecursor": true,
     "softwrap": true,
     "sucmd": "doas"
 }
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 01be454..5dc4806 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,7 +1,12 @@
+window.eDP-1 * {
+    font-family: Monoid Retina, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
+    font-weight: Normal;
+}
 * {
     /* `otf-font-awesome` is required to be installed for icons */
-    font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
-    font-size: 13px;
+    font-family: Monoid, Fira Code, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
+    font-weight: Bold;
+    font-size: 12px;
 }
 
 window#waybar {