diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index 3046cbd3..190082d4 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -42,7 +42,6 @@ conky.config = { } conky.text = [[ -${if_running xwinwrap}$else ${font Roboto:style=Medium:size=30}$alignr$nodename$font ${font Roboto:style=Light:size=17}$alignr${time %I:%M %p} ${font Roboto:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font @@ -70,5 +69,5 @@ ${font Roboto:style=Medium:size=10}Statistics:$font Operating System: $sysname $kernel Battery: $battery_percent% charged, $battery_time remaining Uptime: $uptime -Processes: $processes total, $running_processes running$endif +Processes: $processes total, $running_processes running ]] diff --git a/.config/konsolerc b/.config/konsolerc index 6ce6f06a..47e3959f 100644 --- a/.config/konsolerc +++ b/.config/konsolerc @@ -2,7 +2,7 @@ DefaultProfile=Primary.profile [Favorite Profiles] -Favorites=Primary.profile,Small.profile +Favorites=Small.profile,Primary.profile [FileDialogSize] Height 1080=480 diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index eb1699c1..9ceb317e 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -30,6 +30,10 @@ alt + p alt + shift + p pkill xwinwrap +# Conky toggling +alt + c + pgrep conky && killall conky || conky& + # Pulse controls XF86Audio{Raise,Lower}Volume pactl set-sink-volume 0 {+,-}5%