diff options
| author | Yigit Sever | 2019-03-20 22:26:52 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-03-20 22:26:52 +0300 |
| commit | 628a368bec0fcd039e5016cdffa899ddf946acaf (patch) | |
| tree | 4a60040bb1f2ad3217fa2aaaa685965ddcc9405f | |
| parent | 59684814e53e65f35b4ba300f3d8629ed24490db (diff) | |
| download | dotfiles-628a368bec0fcd039e5016cdffa899ddf946acaf.tar.gz dotfiles-628a368bec0fcd039e5016cdffa899ddf946acaf.tar.bz2 dotfiles-628a368bec0fcd039e5016cdffa899ddf946acaf.zip | |
Put conky window on the left monitor
| l--------- | .config/conky/conky.conf | 1 | ||||
| -rw-r--r-- | .config/conky/conky.conf##desktop.Linux.Maus | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf new file mode 120000 index 0000000..0ccf92e --- /dev/null +++ b/.config/conky/conky.conf | |||
| @@ -0,0 +1 @@ | |||
| /home/yigit/.config/conky/conky.conf##desktop.Linux.Maus \ No newline at end of file | |||
diff --git a/.config/conky/conky.conf##desktop.Linux.Maus b/.config/conky/conky.conf##desktop.Linux.Maus index e968e47..16d87ee 100644 --- a/.config/conky/conky.conf##desktop.Linux.Maus +++ b/.config/conky/conky.conf##desktop.Linux.Maus | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | conky.config = { | 1 | conky.config = { |
| 2 | alignment = 'top_right', | 2 | alignment = 'middle_middle', |
| 3 | background = true, | 3 | background = true, |
| 4 | 4 | ||
| 5 | draw_borders = false, | 5 | draw_borders = false, |
| @@ -17,7 +17,7 @@ conky.config = { | |||
| 17 | use_xft = true, | 17 | use_xft = true, |
| 18 | font = 'FuraCode Nerd Font Mono:size=10', | 18 | font = 'FuraCode Nerd Font Mono:size=10', |
| 19 | 19 | ||
| 20 | gap_x = 35, | 20 | gap_x = 1200, |
| 21 | gap_y = 35, | 21 | gap_y = 35, |
| 22 | 22 | ||
| 23 | minimum_height = 5, | 23 | minimum_height = 5, |
