diff options
author | Hydrogen <hydrogen@h2.gay> | 2025-06-14 15:11:17 +0100 |
---|---|---|
committer | Hydrogen <hydrogen@h2.gay> | 2025-06-14 15:11:17 +0100 |
commit | 345b0ae427504db53b9d1c74e962e0d014c5a1d5 (patch) | |
tree | edcfda3083443582551dc3ca4f9d6bcbb0bfeeca | |
parent | 29901baa5919eb0e1de0bcc198a8393e923ab8bb (diff) |
Date format, i3 font, and monitor config
-rw-r--r-- | .config/i3/config | 4 | ||||
-rw-r--r-- | .config/polybar/config.ini | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index 20a449a..9e6f0dd 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,7 +1,7 @@ set $mod Mod4 exec setxkbmap -option compose:menu -font pango:Hack Nerd Font 9 +font pango:Hack Nerd Font 18 # session setup # xdg autostart stuff @@ -32,7 +32,7 @@ bindsym Pause exec flameshot launcher bindsym $mod+Print exec flameshot screen -c --region 1920x1080+1920+1080 # fix my monitor -bindsym $mod+Shift+g exec xrandr --output DP-0 --mode 1920x1080 -r 180 +bindsym $mod+Shift+g exec xrandr --output DP-0 --mode 1920x1080 -r 180 --primary; exec xrandr --output HDMI-0 --mode 1920x1080 -r 60 --right-of DP-0 --rotate right # floating window definitions for_window [class="TeamSpeak 3"] floating enable diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 016c268..fbfaf53 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -77,6 +77,9 @@ enable-ipc = true ; be quite random. ; For more information, see the documentation page for this module: ; https://polybar.readthedocs.io/en/stable/user/modules/tray.html + +locale = ja_JP.UTF-8 + [module/systray] type = internal/tray @@ -181,7 +184,7 @@ type = internal/date interval = 1 date = %H:%M -date-alt = %Y-%m-%d %H:%M:%S +date-alt = %Y年%m月%d日(%a)%H:%M:%S label = %date% label-foreground = ${colors.clock-primary} |