diff options
-rw-r--r-- | foot/foot.ini | 2 | ||||
-rw-r--r-- | hypr/hyprland.conf | 3 | ||||
-rw-r--r-- | hypr/hyprpaper.conf | 1 | ||||
-rw-r--r-- | tofi/themes/dmenu_vertical | 3 | ||||
-rw-r--r-- | waybar/config | 2 |
5 files changed, 7 insertions, 4 deletions
diff --git a/foot/foot.ini b/foot/foot.ini index 429b0e4..11ebba6 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -8,7 +8,7 @@ # title=foot # locked-title=no -font=mononoki Nerd Font Mono:size=7 +font=mononoki Nerd Font Mono:size=10 # font-bold=<bold variant of regular font> # font-italic=<italic variant of regular font> # font-bold-italic=<bold+italic variant of regular font> diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 33b74d0..aa2c040 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,7 +1,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config monitor = , preferred, auto, 1 -monitor = HDMI-A-1, 1920x1080@75, 0x0, 1 +monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 monitor = DP-1, 1920x1080@60, 1920x0, 1 #}}} @@ -12,6 +12,7 @@ monitor = DP-1, 1920x1080@60, 1920x0, 1 # exec-once = waybar & hyprpaper & firefox exec-once = ~/.config/autostart.sh exec-once = /usr/lib/polkit-kde-authentication-agent-1 +exec-once = xdph #}}} # Source a file (multi-file configs) diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 65bc2e3..daf4d23 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -8,6 +8,7 @@ wallpaper = eDP-1,~/background.jpg wallpaper = HDMI-A-1,~/background.jpg wallpaper = HDMI-A-2,~/background.jpg wallpaper = DP-1,~/background.jpg +wallpaper = DP-2,~/background.jpg #if more than one monitor in use, can load a 2nd image #wallpaper = monitor2,~/background.jpg # .. more monitors diff --git a/tofi/themes/dmenu_vertical b/tofi/themes/dmenu_vertical index 0eb8a30..1b7259a 100644 --- a/tofi/themes/dmenu_vertical +++ b/tofi/themes/dmenu_vertical @@ -7,11 +7,12 @@ height = 600 horizontal = false font-size = 24 prompt-text = "" +prompt-padding = 24 font = mononoki Nerd Font Mono outline-width = 0 border-width = 0 min-input-width = 424 -result-spacing = 0 +result-spacing = 12 selection-background-padding = 0, 12 padding-top = 0 padding-bottom = 0 diff --git a/waybar/config b/waybar/config index 75fb03e..2aa44d4 100644 --- a/waybar/config +++ b/waybar/config @@ -85,7 +85,7 @@ // "thermal-zone": 2, "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input", "critical-threshold": 100, - // "format-critical": "{temperatureC}°C {icon}", + "format-critical": "CPU {temperatureC}°C {icon}", "format": "CPU {temperatureC}°C", "format-icons": ["", "", ""] }, |