From 14129b1f40e13ee200e6fe153f381522cca572fe Mon Sep 17 00:00:00 2001 From: Keyitdev <70140437+Keyitdev@users.noreply.github.com> Date: Thu, 23 Jun 2022 11:55:04 +0200 Subject: [PATCH] Update: Fixed license, added copyright. --- config/betterlockscreenrc | 2 ++ config/cava/config | 1 - config/dunst/dunstrc | 1 + config/i3/config | 3 ++- config/kitty/kitty.conf | 1 + config/mpd/mpd.conf | 1 + config/ncmpcpp/config | 2 ++ config/polybar/polybar-rounded/config.ini | 3 ++- config/polybar/polybar-square/config.ini | 3 ++- config/rofi/center.rasi | 1 + config/rofi/compact.rasi | 1 + config/rofi/compact_without_icons.rasi | 1 + config/rofi/sidebar.rasi | 1 + 13 files changed, 17 insertions(+), 4 deletions(-) diff --git a/config/betterlockscreenrc b/config/betterlockscreenrc index 7353df6..5850a0e 100755 --- a/config/betterlockscreenrc +++ b/config/betterlockscreenrc @@ -1,3 +1,5 @@ +# Config created by Keyitdev https://www.github.com/keyitdev/dotfiles +# Copyright (C) 2022 Keyitdev # ~/.config/betterlockscreenrc # default options diff --git a/config/cava/config b/config/cava/config index 06aab5a..0b77d1a 100755 --- a/config/cava/config +++ b/config/cava/config @@ -1,6 +1,5 @@ ## Configuration file for CAVA. Default values are commented out. Use either ';' or '#' for commenting. - [general] # Smoothing mode. Can be 'normal', 'scientific' or 'waves'. DEPRECATED as of 0.6.0 diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index ca9b52f..ef17b33 100755 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -1,5 +1,6 @@ # Documentation: https://dunst-project.org/documentation/ # Config created by Keyitdev https://www.github.com/keyitdev/dotfiles +# Copyright (C) 2022 Keyitdev [global] ### Display ### diff --git a/config/i3/config b/config/i3/config index f658c3d..7719640 100755 --- a/config/i3/config +++ b/config/i3/config @@ -1,5 +1,6 @@ # Documentation: https://i3wm.org/docs/userguide.html -# Config created by Key https://www.github.com/keyitdev/dotfiles +# Config created by Keyitdev https://www.github.com/keyitdev/dotfiles +# Copyright (C) 2022 Keyitdev # set mod set $mod Mod4 diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index f54001b..5e01d54 100755 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -1,5 +1,6 @@ # Documentation: https://sw.kovidgoyal.net/kitty/ # Config created by Keyitdev https://www.github.com/keyitdev/dotfiles +# Copyright (C) 2022 Keyitdev font_size 11.0 font_family Roboto mono diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 319ec3d..daeef05 100755 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -1,5 +1,6 @@ # Documentation: https://mpd.readthedocs.io/en/stable/user.html # Config created by Keyitdev https://www.github.com/keyitdev/dotfiles +# Copyright (C) 2022 Keyitdev music_directory "~/Music" diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config index 3cfdaba..39678fd 100755 --- a/config/ncmpcpp/config +++ b/config/ncmpcpp/config @@ -1,6 +1,8 @@ ; Documentation: https://wiki.archlinux.org/title/ncmpcpp ; Config created by Alexander-Miller https://github.com/Alexander-Miller ; Config modified by Keyitdev https://www.github.com/keyitdev/dotfiles +; Copyright (C) 2022 Keyitdev + mpd_host = 127.0.0.1 mpd_port = 6600 mpd_music_dir = ~/Music diff --git a/config/polybar/polybar-rounded/config.ini b/config/polybar/polybar-rounded/config.ini index 86098d6..6152559 100755 --- a/config/polybar/polybar-rounded/config.ini +++ b/config/polybar/polybar-rounded/config.ini @@ -1,5 +1,6 @@ ; Documentation: https://github.com/polybar/polybar/wiki -; Config created by Key https://www.github.com/keyitdev/dotfiles +; Config created by Keyitdev https://www.github.com/keyitdev/dotfiles +; Copyright (C) 2022 Keyitdev ;; Global WM Settings diff --git a/config/polybar/polybar-square/config.ini b/config/polybar/polybar-square/config.ini index c02134e..ca593a4 100755 --- a/config/polybar/polybar-square/config.ini +++ b/config/polybar/polybar-square/config.ini @@ -1,5 +1,6 @@ ; Documentation: https://github.com/polybar/polybar/wiki -; Config created by Key https://www.github.com/keyitdev/dotfiles +; Config created by Keyitdev https://www.github.com/keyitdev/dotfiles +; Copyright (C) 2022 Keyitdev ;; Global WM Settings diff --git a/config/rofi/center.rasi b/config/rofi/center.rasi index 642a0e4..9243773 100755 --- a/config/rofi/center.rasi +++ b/config/rofi/center.rasi @@ -2,6 +2,7 @@ * Documentation: https://github.com/davatorium/rofi/wiki * Config created by Aditya Shakya https://github.com/adi1090x * Config modified by Keyitdev https://www.github.com/keyitdev/dotfiles + * Copyright (C) 2022 Keyitdev, Aditya Shakya */ configuration { diff --git a/config/rofi/compact.rasi b/config/rofi/compact.rasi index 7897cd0..3051696 100755 --- a/config/rofi/compact.rasi +++ b/config/rofi/compact.rasi @@ -2,6 +2,7 @@ * Documentation: https://github.com/davatorium/rofi/wiki * Config created by Aditya Shakya https://github.com/adi1090x * Config modified by Keyitdev https://www.github.com/keyitdev/dotfiles + * Copyright (C) 2022 Keyitdev, Aditya Shakya */ configuration { diff --git a/config/rofi/compact_without_icons.rasi b/config/rofi/compact_without_icons.rasi index 8aafe8e..91b7a79 100755 --- a/config/rofi/compact_without_icons.rasi +++ b/config/rofi/compact_without_icons.rasi @@ -2,6 +2,7 @@ * Documentation: https://github.com/davatorium/rofi/wiki * Config created by Aditya Shakya https://github.com/adi1090x * Config modified by Keyitdev https://www.github.com/keyitdev/dotfiles + * Copyright (C) 2022 Keyitdev, Aditya Shakya */ configuration { diff --git a/config/rofi/sidebar.rasi b/config/rofi/sidebar.rasi index afb4292..ee15d81 100755 --- a/config/rofi/sidebar.rasi +++ b/config/rofi/sidebar.rasi @@ -2,6 +2,7 @@ * Documentation: https://github.com/davatorium/rofi/wiki * Config created by Aditya Shakya https://github.com/adi1090x * Config modified by Keyitdev https://www.github.com/keyitdev/dotfiles + * Copyright (C) 2022 Keyitdev, Aditya Shakya */ configuration {