better spacing
This commit is contained in:
parent
042b966631
commit
1d6c3da063
|
@ -1,5 +1,5 @@
|
||||||
window:
|
window:
|
||||||
opacity: 0.95
|
opacity: 0.85
|
||||||
|
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
|
|
|
@ -24,10 +24,9 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
bindsym F11 exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
bindsym F10 exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
bindsym F9 exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
|
||||||
|
|
||||||
# Fix monitor setup on bootup
|
# Fix monitor setup on bootup
|
||||||
exec ~/scripts/xrandr_dual_monitor.sh
|
exec ~/scripts/xrandr_dual_monitor.sh
|
||||||
|
@ -39,7 +38,7 @@ exec_always --no-startup-id picom &
|
||||||
for_window [class=".*"] border pixel 2
|
for_window [class=".*"] border pixel 2
|
||||||
|
|
||||||
# gaps
|
# gaps
|
||||||
gaps inner 10
|
gaps inner 12
|
||||||
|
|
||||||
# polybar
|
# polybar
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||||
|
@ -147,4 +146,3 @@ mode "resize" {
|
||||||
bindsym $mod+r mode "default"
|
bindsym $mod+r mode "default"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ for_window [class="kcalc"] , move scratchpad
|
||||||
bindsym $mod+g [class="kcalc"] scratchpad show
|
bindsym $mod+g [class="kcalc"] scratchpad show
|
||||||
|
|
||||||
# Task Manager
|
# Task Manager
|
||||||
exec_always --no-startup-id pgrep -f '^alacritty -t TaskManager --class taskman,taskman' || alacritty --class taskman,taskman -e btm
|
exec_always --no-startup-id pgrep -f '^alacritty -t TaskManager --class taskman,taskman' || alacritty -t TaskManager --class taskman,taskman -e btm
|
||||||
for_window [class="taskman"] , move scratchpad
|
for_window [class="taskman"] , move scratchpad
|
||||||
bindsym $mod+F1 [class="taskman"] scratchpad show
|
bindsym $mod+F1 [class="taskman"] scratchpad show
|
||||||
|
|
||||||
|
@ -12,6 +12,6 @@ bindsym $mod+F1 [class="taskman"] scratchpad show
|
||||||
for_window [class="update"] , move window to scratchpad, scratchpad show
|
for_window [class="update"] , move window to scratchpad, scratchpad show
|
||||||
|
|
||||||
# Spotify
|
# Spotify
|
||||||
exec_always --no-startup-id pgrep -f '^alacritty -t Spotify --class spotify,spotify' || alacritty --class spotify,spotify -e spt
|
exec_always --no-startup-id pgrep -f '^alacritty -t Spotify --class spotify,spotify' || alacritty -t Spotify --class spotify,spotify -e spt
|
||||||
for_window [class="spotify"] , move scratchpad
|
for_window [class="spotify"] , move scratchpad
|
||||||
bindsym $mod+m [class="spotify"] scratchpad show
|
bindsym $mod+m [class="spotify"] scratchpad show
|
||||||
|
|
BIN
mountains2.jpg
BIN
mountains2.jpg
Binary file not shown.
Before Width: | Height: | Size: 1.6 MiB |
|
@ -31,18 +31,18 @@ alert = #bd2c40
|
||||||
|
|
||||||
; transparent
|
; transparent
|
||||||
[colors2]
|
[colors2]
|
||||||
background = #99000000
|
background = #00000000
|
||||||
background-alt = #99000000
|
background-alt = #00000000
|
||||||
background-inactive = #30000000
|
background-inactive = #30000000
|
||||||
foreground = #ffffff
|
foreground = #000000
|
||||||
foreground-alt = #ffffff
|
foreground-alt = #000000
|
||||||
primary = #ffffff
|
underline-active = #000000
|
||||||
secondary = #000000
|
underline-inactive = #000000
|
||||||
alert = #bd2c40
|
alert = #bd2c40
|
||||||
|
|
||||||
; grey
|
; grey
|
||||||
[colors3]
|
[colors3]
|
||||||
background = #dddddd
|
background = #bbbbbb
|
||||||
background-alt = #dddddd
|
background-alt = #dddddd
|
||||||
background-inactive = #50eeeeee
|
background-inactive = #50eeeeee
|
||||||
foreground = #111111
|
foreground = #111111
|
||||||
|
@ -59,7 +59,7 @@ height = 27
|
||||||
;offset-y = 1%
|
;offset-y = 1%
|
||||||
radius = 0
|
radius = 0
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
separator =
|
; separator = |
|
||||||
|
|
||||||
background = ${colors.background}
|
background = ${colors.background}
|
||||||
foreground = ${colors.foreground}
|
foreground = ${colors.foreground}
|
||||||
|
@ -77,7 +77,7 @@ module-margin-left = 1
|
||||||
module-margin-right = 2
|
module-margin-right = 2
|
||||||
|
|
||||||
;font-0 = fixed:pixelsize=10;1
|
;font-0 = fixed:pixelsize=10;1
|
||||||
font-0 = CodeNewRoman Nerd Font:pixelsize=12:style=Bold
|
font-0 = CodeNewRoman Nerd Font:pixelsize=10:style=Bold
|
||||||
font-1 = Source Han Sans JP,源ノ角ゴシック JP:style=Regular
|
font-1 = Source Han Sans JP,源ノ角ゴシック JP:style=Regular
|
||||||
font-2 = NotoSansMono Nerd Font:style=Regular
|
font-2 = NotoSansMono Nerd Font:style=Regular
|
||||||
font-3 = FontAwesome6Free
|
font-3 = FontAwesome6Free
|
||||||
|
@ -85,7 +85,8 @@ font-4 = FontAwesome6Free:style=Solid
|
||||||
|
|
||||||
modules-left = i3 title
|
modules-left = i3 title
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = pacman memory cpu filesystem weather wireless-network volume date
|
; modules-right = pacman date
|
||||||
|
modules-right = pacman memory cpu filesystem weather wifi volume date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
|
@ -156,7 +157,7 @@ format-prefix-foreground = ${colors.foreground-alt}
|
||||||
type = internal/fs
|
type = internal/fs
|
||||||
interval = 3600
|
interval = 3600
|
||||||
mount-0 = /
|
mount-0 = /
|
||||||
mount-1 = /home
|
# mount-1 = /home
|
||||||
format-mounted-prefix =
|
format-mounted-prefix =
|
||||||
format-mounted-prefix-foreground = ${colors.foreground-alt}
|
format-mounted-prefix-foreground = ${colors.foreground-alt}
|
||||||
label-mounted = %{A1:alacritty --hold -e df -h:} %mountpoint%: %percentage_used%% %{A}
|
label-mounted = %{A1:alacritty --hold -e df -h:} %mountpoint%: %percentage_used%% %{A}
|
||||||
|
@ -190,13 +191,13 @@ bar-used-empty = ▐
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
[module/wireless-network]
|
[module/wifi]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlan0
|
interface = wlan1
|
||||||
interval = 10
|
interval = 10
|
||||||
label-connected = %essid% %signal%%
|
label-connected = %essid% %signal%%
|
||||||
format-background = #444444
|
format-background = #444444
|
||||||
format-connected-prefix =
|
format-connected-prefix = " "
|
||||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
[module/weather]
|
[module/weather]
|
||||||
|
@ -217,7 +218,7 @@ interval = 3600
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/scripts/i3_pacman.sh
|
exec = ~/scripts/i3_pacman.sh
|
||||||
interval = 3600
|
interval = 3600
|
||||||
format-prefix =
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
click-left = alacritty --hold --class update,update -e sudo pacman -Syu
|
click-left = alacritty --hold --class update,update -e sudo pacman -Syu
|
||||||
|
|
||||||
|
@ -225,7 +226,7 @@ click-left = alacritty --hold --class update,update -e sudo pacman -Syu
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = ~/scripts/i3_volume.sh
|
exec = ~/scripts/i3_volume.sh
|
||||||
interval = 3600
|
interval = 3600
|
||||||
format-prefix =
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
click-left = pavucontrol
|
click-left = pavucontrol
|
||||||
|
|
||||||
|
|
|
@ -4,4 +4,6 @@ configuration {
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "Papirus";
|
icon-theme: "Papirus";
|
||||||
}
|
}
|
||||||
@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
|
//@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
|
||||||
|
//@theme "/usr/share/rofi/themes/glue_pro_blue.rasi"
|
||||||
|
@theme "/usr/share/rofi/themes/clint.rasi"
|
||||||
|
|
|
@ -56,7 +56,5 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
|
||||||
# auto cd
|
# auto cd
|
||||||
setopt auto_cd
|
setopt auto_cd
|
||||||
|
|
||||||
pfetch
|
nitch
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue