mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Tweaks
This commit is contained in:
parent
2f54696cef
commit
ef0997163e
@ -12,7 +12,10 @@
|
|||||||
#new_window normal
|
#new_window normal
|
||||||
for_window [class="^.*"] border pixel 3
|
for_window [class="^.*"] border pixel 3
|
||||||
for_window [class="mpv"] floating enable
|
for_window [class="mpv"] floating enable
|
||||||
|
for_window [title="^nmtui$"] floating enable
|
||||||
for_window [class="^Pavucontrol$"] floating enable
|
for_window [class="^Pavucontrol$"] floating enable
|
||||||
|
for_window [title="stfloat"] floating enable
|
||||||
|
for_window [title="htopfloat"] floating enable
|
||||||
gaps inner 5
|
gaps inner 5
|
||||||
gaps outer 5
|
gaps outer 5
|
||||||
|
|
||||||
@ -93,7 +96,7 @@ client.background $black
|
|||||||
|
|
||||||
bar {
|
bar {
|
||||||
#font pango: SFNS Display:style=Regular 10
|
#font pango: SFNS Display:style=Regular 10
|
||||||
font pango:Ubuntu 8
|
font pango:Ubuntu 10
|
||||||
colors {
|
colors {
|
||||||
background $darkblack
|
background $darkblack
|
||||||
statusline $darkwhite
|
statusline $darkwhite
|
||||||
@ -111,7 +114,7 @@ bar {
|
|||||||
|
|
||||||
# #---Basic Bindings---# #
|
# #---Basic Bindings---# #
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
bindsym $mod+Shift+Return exec --no-startup-id samedir
|
bindsym $mod+Shift+Return exec $term -T "stfloat"
|
||||||
|
|
||||||
# Custom Modes
|
# Custom Modes
|
||||||
mode "Leave" {
|
mode "Leave" {
|
||||||
@ -164,7 +167,7 @@ bindsym $mod+Shift+y exec --no-startup-id i3resize left
|
|||||||
#bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
#bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
||||||
bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
||||||
|
|
||||||
bindsym $mod+i exec $term -e htop
|
bindsym $mod+i exec $term -T "htopfloat" -e htop
|
||||||
bindsym $mod+Shift+i exec --no-startup-id i3resize up
|
bindsym $mod+Shift+i exec --no-startup-id i3resize up
|
||||||
|
|
||||||
bindsym $mod+o sticky toggle
|
bindsym $mod+o sticky toggle
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
command=~/.scripts/statusbar/$BLOCK_NAME
|
command=~/.scripts/statusbar/$BLOCK_NAME
|
||||||
separator_block_width=15
|
separator_block_width=10
|
||||||
markup=pango
|
markup=pango
|
||||||
|
|
||||||
#[focused window]
|
#[focused window]
|
||||||
@ -39,9 +39,9 @@ label=📬
|
|||||||
interval=180
|
interval=180
|
||||||
signal=12
|
signal=12
|
||||||
|
|
||||||
[memory]
|
#[memory]
|
||||||
interval=30
|
#interval=30
|
||||||
label=🧠
|
#label=🧠
|
||||||
|
|
||||||
[cpu]
|
[cpu]
|
||||||
interval=15
|
interval=15
|
||||||
@ -55,10 +55,10 @@ signal=10
|
|||||||
interval=once
|
interval=once
|
||||||
signal=16
|
signal=16
|
||||||
|
|
||||||
[disk]
|
#[disk]
|
||||||
interval=60
|
#interval=60
|
||||||
command=disk /
|
#command=disk /
|
||||||
label=🐧
|
#label=🐧
|
||||||
#[disk]
|
#[disk]
|
||||||
#interval=60
|
#interval=60
|
||||||
#command=disk /home 🏠
|
#command=disk /home 🏠
|
||||||
@ -88,5 +88,6 @@ interval=10
|
|||||||
[mycloud]
|
[mycloud]
|
||||||
interval=once
|
interval=once
|
||||||
signal=17
|
signal=17
|
||||||
[help]
|
|
||||||
interval=once
|
#[help]
|
||||||
|
#interval=once
|
||||||
|
|||||||
@ -8,3 +8,4 @@ image/png=img.desktop;
|
|||||||
image/jpeg=img.desktop;
|
image/jpeg=img.desktop;
|
||||||
image/gif=img.desktop;
|
image/gif=img.desktop;
|
||||||
application/rss+xml=rss.desktop
|
application/rss+xml=rss.desktop
|
||||||
|
inode/directory=/home/dr3mro/.local/share/applications/ranger.desktop
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
date '+%Y %b %d (%a) %I:%M%p'
|
#date '+%Y %b %d (%a) %I:%M%p'
|
||||||
|
date '+%I:%M%p'
|
||||||
case $BLOCK_BUTTON in
|
case $BLOCK_BUTTON in
|
||||||
1) pgrep -x dunst >/dev/null && notify-send "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" && notify-send "$(calcurse -D ~/.config/calcurse -d3)" ;;
|
1) pgrep -x dunst >/dev/null && notify-send "$(cal --color=always | sed "s/..7m/<b><span color=\"red\">/;s/..27m/<\/span><\/b>/")" && notify-send "$(calcurse -D ~/.config/calcurse -d3)" ;;
|
||||||
2) "$TERMINAL" -e calcurse -D ~/.config/calcurse ;;
|
2) "$TERMINAL" -e calcurse -D ~/.config/calcurse ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user