From 4d28f2ba8acc1eb725a2123e54c23db7f25da62b Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 10 Aug 2024 12:17:22 +0300 Subject: [PATCH] no more top bar, calendar and other stuff --- dark-mode.d/symlink_autostart | 1 - light-mode.d/symlink_autostart | 1 - private_dot_config/doom/config.el | 10 +++++----- private_dot_config/i3/misc.conf | 4 ++-- private_dot_config/kitty/kitty.conf | 2 ++ private_dot_config/rofi/config.rasi | 2 ++ 6 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 dark-mode.d/symlink_autostart delete mode 100644 light-mode.d/symlink_autostart create mode 100644 private_dot_config/kitty/kitty.conf create mode 100644 private_dot_config/rofi/config.rasi diff --git a/dark-mode.d/symlink_autostart b/dark-mode.d/symlink_autostart deleted file mode 100644 index 5ac9e57..0000000 --- a/dark-mode.d/symlink_autostart +++ /dev/null @@ -1 +0,0 @@ -/home/linly/bin/autostart diff --git a/light-mode.d/symlink_autostart b/light-mode.d/symlink_autostart deleted file mode 100644 index 5ac9e57..0000000 --- a/light-mode.d/symlink_autostart +++ /dev/null @@ -1 +0,0 @@ -/home/linly/bin/autostart diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index e610e05..057cf96 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -176,7 +176,7 @@ (run-with-idle-timer (* 1 secs) nil 'org-caldav-sync))) - (setq org-caldav-files '("~/org/studies.org")) + ;;(setq org-caldav-files '("~/org/studies.org")) ;; Actual calendar configuration edit this to meet your specific needs (setq org-caldav-url "https://cloud.sewelam.org/remote.php/dav/calendars/Aly") (setq org-caldav-calendars @@ -188,12 +188,12 @@ :files ("~/org/work.org") ;; :inbox "~/org/from_work.org" ) - ;; (:calendar-id "home" - ;; :files: ("~/org/home.org") - ;; :inbox "~/org/home.org") + (:calendar-id "home" + :files: ("~/org/home.org") + :inbox "~/org/home.org") (:calendar-id "studies-1" :files: ("~/org/studies.org") - ;; :inbox "~/org/studies.org" + :inbox "~/org/studies.org" ) ;; (:calendar-id "some-day-1" ;; :files: ("~/org/.archive/someday.org") diff --git a/private_dot_config/i3/misc.conf b/private_dot_config/i3/misc.conf index 43236e3..3d3b8f6 100644 --- a/private_dot_config/i3/misc.conf +++ b/private_dot_config/i3/misc.conf @@ -16,7 +16,7 @@ bindsym $mod+shift+F2 exec --no-startup-id playerctl play-pause bindsym $mod+shift+F1 exec --no-startup-id playerctl previous #polybar -exec_always ~/.config/polybar/launch.sh --blocks +#exec_always ~/.config/polybar/launch.sh --blocks @@ -31,7 +31,7 @@ bindsym $mod+Ctrl+Left layout toggle split, move workspace to output left bindsym $mod+Ctrl+h move workspace to output left # Compose key -exec_always --no-startup-id setxkbmap -layout us,ar -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle" +exec_always --no-startup-id setxkbmap -layout us,ara -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle" # FUCK YOU MICROSOFT (thank you copilot) exec_always --no-startup-id xmodmap ~/.Xmodmap diff --git a/private_dot_config/kitty/kitty.conf b/private_dot_config/kitty/kitty.conf new file mode 100644 index 0000000..89b882e --- /dev/null +++ b/private_dot_config/kitty/kitty.conf @@ -0,0 +1,2 @@ +include misc.conf +include themes/gruvbox_light.conf diff --git a/private_dot_config/rofi/config.rasi b/private_dot_config/rofi/config.rasi new file mode 100644 index 0000000..01de678 --- /dev/null +++ b/private_dot_config/rofi/config.rasi @@ -0,0 +1,2 @@ +//@theme "/usr/share/rofi/themes/gruvbox-light.rasi" +@theme "/usr/share/rofi/themes/gruvbox-light.rasi"