Skip to content

Commit

Permalink
chore: reso full hd
Browse files Browse the repository at this point in the history
  • Loading branch information
labasubagia committed Nov 22, 2024
1 parent c9ca669 commit b30f3ee
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion stow/.config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ x = 5
y = 5

[font]
size = 9
size = 8

[font.bold]
family = "Agave Nerd Font Mono"
Expand Down
2 changes: 1 addition & 1 deletion stow/.config/dunst/dunstrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
frame_color = "#89b4fa"
separator_color= frame
frame_width = 2
font = Roboto 11
font = Roboto 12
transparency = 20
origin = top-right
offset = 20x20
Expand Down
22 changes: 11 additions & 11 deletions stow/.config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ gaps inner 10px
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
# font pango:MesloLGM Nerd Font 10
font pango: Roboto 9
font pango: Roboto 11

# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
#font pango:DejaVu Sans Mono 8

# exec --no-startup-id brightnessctl set 10%
# exec --no-startup-id xrandr --output $(xrandr | grep connected | grep -v disconnected | awk '{print $1}') --scale 1.3x1.3
# exec --no-startup-id xrandr --output $(xrandr | grep connected | grep -v disconnected | awk '{print $1}') --scale 1.4055x1.406
exec --no-startup-id xrandr --output $(xrandr | grep connected | grep -v disconnected | awk '{print $1}') --scale 1.4055x1.406
exec --no-startup-id blueman-applet
exec_always --no-startup-id pactl list modules | grep -q 'module-switch-on-connect' || pactl load-module module-switch-on-connect
exec_always --no-startup-id pactl list modules | grep -q 'module-switch-on-connect' || pactl load-module module-switch-on-connect

exec --no-startup-id picom -b
exec_always --no-startup-id feh --bg-scale ~/.config/backgrounds/woody_plant_mountain_purple.jpg
exec_always --no-startup-id feh --bg-scale ~/.config/backgrounds/woody_plant_mountain_purple.jpg
exec --no-startup-id redshift

# kill any hanging polybar processes
Expand Down Expand Up @@ -72,18 +72,18 @@ set $audio_lower amixer set Master 5%- && ~/.config/dunst/volume_notify.sh
set $brightness_up brightnessctl set +5% && ~/.config/dunst/brightness_notify.sh
set $brightness_down brightnessctl set 5%- && ~/.config/dunst/brightness_notify.sh

bindsym XF86AudioRaiseVolume exec --no-startup-id $audio_raise
bindsym XF86AudioRaiseVolume exec --no-startup-id $audio_raise
bindsym XF86AudioLowerVolume exec --no-startup-id $audio_lower
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle

# Shortcut for keyboard that don't have fn key
# bindsym Ctrl+KP_Up exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10%
# bindsym Ctrl+KP_Up exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10%
bindsym Ctrl+KP_Up exec --no-startup-id $audio_raise
# bindsym Ctrl+KP_Down exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10%
# bindsym Ctrl+KP_Down exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10%
bindsym Ctrl+KP_Down exec --no-startup-id $audio_lower
bindsym Ctrl+KP_Left exec --no-startup-id $brightness_down
bindsym Ctrl+KP_Right exec --no-startup-id $brightness_up
bindsym Ctrl+KP_Right exec --no-startup-id $brightness_up

# Key bindings for Media control keys
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
Expand All @@ -108,7 +108,7 @@ floating_modifier $mod
tiling_drag modifier titlebar

# start a terminal
bindsym $mod+Return exec alacritty
bindsym $mod+Return exec alacritty

# kill focused window
bindsym $mod+Shift+q kill
Expand Down
20 changes: 10 additions & 10 deletions stow/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ module-margin = 2
separator = |
separator-foreground = ${colors.flamingo}

font-0 = Roboto:size=9;2
font-0 = Roboto:size=11;2
font-1 = Font Awesome 6 Free Solid:size=9;2
font-2 = RobotoMono Nerd Font Mono:size=18;4
font-2 = RobotoMono Nerd Font Mono:size=20;4

modules-left = xworkspaces xwindow
modules-left = xworkspaces xwindow
modules-right = systray pulseaudio backlight wlan eth temperature cpu memory battery date

cursor-click = pointer
Expand Down Expand Up @@ -182,7 +182,7 @@ label = %percentage:2%%
type = internal/battery
format-prefix = "BAT "
format-prefix-foreground = ${colors.primary}
full-at = 99
full-at = 99
format-charging = %{T3}<animation-charging>%{T-} 󱐋<label-charging>
animation-charging-0 = 
animation-charging-1 = 
Expand All @@ -206,10 +206,10 @@ label-full = "%{T3}%{T-} 100%"

[network-base]
type = internal/network
interval = 1
interval = 1
format-connected = <label-connected>
format-disconnected = <label-disconnected>
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnect
label-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnect

[module/wlan]
inherit = network-base
Expand Down Expand Up @@ -237,7 +237,7 @@ label-disconnected-foreground = ${colors.maroon}
type = internal/date
interval = 1

date = %a %Y/%m/%d %I:%M:%S %p
date = %a %Y/%m/%d %I:%M:%S %p
# date-alt = %Y-%m-%d %H:%M:%S

label = %date%
Expand All @@ -250,8 +250,8 @@ pseudo-transparency = true
[module/temperature]
type = internal/temperature
interval = 0.5
base-temperature = 30
warn-temperature = 80
base-temperature = 20
warn-temperature = 85
format = <ramp> <label>
format-warn = <ramp> <label-warn>
ramp-0 = 
Expand All @@ -267,7 +267,7 @@ format = %{T3}<ramp>%{T-} <label>
label = %percentage%%

ramp-0 = 󰃞
ramp-1 = 󰃝
ramp-1 = 󰃝
ramp-2 = 󰃠

; vim:ft=dosini
4 changes: 2 additions & 2 deletions stow/.config/rofi/catppuccin-mocha.rasi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
fg-col2: #f38ba8;
grey: #6c7086;
width: 600;
font: "Roboto 10";
font: "Roboto 11";
}

element-text, element-icon , mode-switcher {
Expand Down Expand Up @@ -86,7 +86,7 @@ button {
padding: 10px;
background-color: @bg-col-light;
text-color: @grey;
vertical-align: 0.5;
vertical-align: 0.5;
horizontal-align: 0.5;
}

Expand Down

0 comments on commit b30f3ee

Please sign in to comment.