瀏覽代碼

Replace sakura with gtklock in synced dotfiles

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
G. Capella 23 小時之前
父節點
當前提交
a05a247e03
共有 4 個文件被更改,包括 65 次插入78 次删除
  1. 7 0
      dots/.config/gtklock/config.ini
  2. 57 0
      dots/.config/gtklock/style.css
  3. 0 77
      dots/.config/sakura/sakura.conf
  4. 1 1
      to_sync

+ 7 - 0
dots/.config/gtklock/config.ini

@@ -0,0 +1,7 @@
+[main]
+style=/home/capella/.config/gtklock/style.css
+time-format=%H:%M
+date-format=%A, %e %B %Y
+idle-hide=true
+idle-timeout=15
+start-hidden=true

+ 57 - 0
dots/.config/gtklock/style.css

@@ -0,0 +1,57 @@
+window {
+    background-color: #323232;
+}
+
+#clock-label {
+    font-family: "Inter", sans-serif;
+    font-size: 64px;
+    font-weight: bold;
+    color: white;
+    margin-bottom: 8px;
+}
+
+#date-label {
+    font-family: "Inter", sans-serif;
+    font-size: 16px;
+    color: #888888;
+    margin-bottom: 32px;
+}
+
+#body {
+    font-family: "Inter", sans-serif;
+}
+
+#input-label {
+    color: rgba(0,0,0,0);
+    font-size: 1px;
+}
+
+entry {
+    font-family: "Inter", sans-serif;
+    font-size: 14px;
+    background-color: #222222;
+    color: white;
+    border: 2px solid #444444;
+    border-radius: 4px;
+    padding: 8px 16px;
+    min-width: 250px;
+}
+
+entry:focus {
+    border-color: #4c7899;
+}
+
+#unlock-button {
+    color: rgba(0,0,0,0);
+    background: rgba(0,0,0,0);
+    border: none;
+    box-shadow: none;
+    font-size: 1px;
+}
+
+#error-label {
+    font-family: "Inter", sans-serif;
+    font-size: 13px;
+    color: #900000;
+    margin-top: 8px;
+}

+ 0 - 77
dots/.config/sakura/sakura.conf

@@ -1,77 +0,0 @@
-[sakura]
-colorset1_fore=rgb(192,192,192)
-colorset1_back=rgba(0,0,0,1)
-colorset1_curs=rgb(255,255,255)
-colorset1_key=F1
-colorset2_fore=rgb(192,192,192)
-colorset2_back=rgba(0,0,0,1)
-colorset2_curs=rgb(255,255,255)
-colorset2_key=F2
-colorset3_fore=rgb(192,192,192)
-colorset3_back=rgba(0,0,0,1)
-colorset3_curs=rgb(255,255,255)
-colorset3_key=F3
-colorset4_fore=rgb(192,192,192)
-colorset4_back=rgba(0,0,0,1)
-colorset4_curs=rgb(255,255,255)
-colorset4_key=F4
-colorset5_fore=rgb(192,192,192)
-colorset5_back=rgba(0,0,0,1)
-colorset5_curs=rgb(255,255,255)
-colorset5_key=F5
-colorset6_fore=rgb(192,192,192)
-colorset6_back=rgba(0,0,0,1)
-colorset6_curs=rgb(255,255,255)
-colorset6_key=F6
-last_colorset=1
-scroll_lines=4096
-font=Source Code Pro 13
-show_always_first_tab=No
-scrollbar=false
-closebutton=true
-tabs_on_bottom=false
-less_questions=false
-disable_numbered_tabswitch=false
-use_fading=false
-scrollable_tabs=true
-urgent_bell=Yes
-audible_bell=Yes
-blinking_cursor=No
-stop_tab_cycling_at_end_tabs=No
-cursor_type=VTE_CURSOR_SHAPE_BLOCK
-word_chars=-,./?%&#_~:
-palette=1
-add_tab_accelerator=5
-del_tab_accelerator=5
-switch_tab_accelerator=4
-move_tab_accelerator=5
-copy_accelerator=5
-scrollbar_accelerator=5
-open_url_accelerator=5
-font_size_accelerator=4
-set_tab_name_accelerator=5
-search_accelerator=5
-add_tab_key=T
-del_tab_key=W
-prev_tab_key=Left
-next_tab_key=Right
-copy_key=C
-paste_key=V
-scrollbar_key=S
-set_tab_name_key=N
-search_key=F
-increase_font_size_key=plus
-decrease_font_size_key=minus
-fullscreen_key=F11
-set_colorset_accelerator=5
-icon_file=terminal-tango.svg
-colorset1_scheme=1
-colorset2_scheme=1
-colorset3_scheme=1
-colorset4_scheme=1
-colorset5_scheme=1
-colorset6_scheme=1
-bold_is_bright=false
-copy_on_select=true
-paste_button=2
-menu_button=3

+ 1 - 1
to_sync

@@ -2,7 +2,7 @@
 .vimrc
 .tmux.conf
 .vim/bundle/Vundle.vim
-.config/sakura
+.config/gtklock
 .config/sway
 .config/waybar
 .config/alacritty