Skip to content

Commit 707b299

Browse files
committed
Merge MR 'feat: add updates of week 34' into 'main'
See merge request el-capitano/dotfiles!115
2 parents d316429 + 888b8d7 commit 707b299

File tree

7 files changed

+33
-18
lines changed

7 files changed

+33
-18
lines changed

chezmoi/dconf.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ width=1254
99

1010
[apps/update-manager]
1111
first-run=false
12-
launch-count=242
13-
launch-time=int64 1723525188
12+
launch-count=243
13+
launch-time=int64 1724137920
1414
show-details=true
1515
window-height=574
1616
window-width=534
@@ -39,9 +39,9 @@ favorites=['🎤', '🛡', '🔓', '🏗', '⚒️', '🕵️', '🗃️', '👥
3939
recent-characters=['🏎️', '🚩', '👴🏻', '🐸', '', '✍🏾', '🗝️', '🔑', '🗃️', '🔓', '💡', '🔒']
4040

4141
[org/gnome/Extensions]
42-
window-height=674
42+
window-height=1400
4343
window-maximized=false
44-
window-width=1254
44+
window-width=2560
4545

4646
[org/gnome/TextEditor]
4747
highlight-current-line=true
@@ -591,7 +591,7 @@ search-view='list-view'
591591
show-image-thumbnails='always'
592592

593593
[org/gnome/nautilus/window-state]
594-
initial-size=(2560, 1400)
594+
initial-size=(1254, 1360)
595595
maximized=false
596596
sidebar-width=210
597597

@@ -686,7 +686,7 @@ app-picker-layout=[{'org.gnome.Calculator.desktop': <{'position': <0>}>, 'simple
686686
command-history=['r']
687687
disable-extension-version-validation=false
688688
disable-user-extensions=false
689-
disabled-extensions=['places-menu@gnome-shell-extensions.gcampax.github.com', 'workspace-indicator@gnome-shell-extensions.gcampax.github.com', 'tiling-assistant@ubuntu.com', 'ding@rastersoft.com', 'CoverflowAltTab@palatis.blogspot.com', 'netspeedsimplified@prateekmedia.extension', 'freon@UshakovVasilii_Github.yahoo.com', 'apps-menu@gnome-shell-extensions.gcampax.github.com']
689+
disabled-extensions=['places-menu@gnome-shell-extensions.gcampax.github.com', 'workspace-indicator@gnome-shell-extensions.gcampax.github.com', 'tiling-assistant@ubuntu.com', 'ding@rastersoft.com', 'CoverflowAltTab@palatis.blogspot.com', 'netspeedsimplified@prateekmedia.extension', 'apps-menu@gnome-shell-extensions.gcampax.github.com', 'freon@UshakovVasilii_Github.yahoo.com']
690690
enabled-extensions=['ubuntu-appindicators@ubuntu.com', 'openweather-extension@jenslody.de', 'update-extensions@franglais125.gmail.com', 'clipboard-indicator@tudmotu.com', 'launch-new-instance@gnome-shell-extensions.gcampax.github.com', 'batterypercentageandtime@copong.gmail.com', 'ShellTile@emasab.it', 'putWindow@clemens.lab21.org', 'impatience@gfxmonk.net', 'space-bar@luchrioh', 'auto-move-windows@gnome-shell-extensions.gcampax.github.com', 'user-theme@gnome-shell-extensions.gcampax.github.com', 'workspace-indicator@gnome-shell-extensions.gcampax.github.com', 'just-perfection-desktop@just-perfection', 'gtktitlebar@velitasali.github.io', 'mediacontrols@cliffniff.github.com', 'ubuntu-dock@ubuntu.com', 'openweather-extension@penguin-teal.github.io', 'native-window-placement@gnome-shell-extensions.gcampax.github.com', 'blur-my-shell@aunetx', 'rounded-window-corners@fxgn', 'pop-shell@system76.com', 'dash-to-panel@jderose9.github.com']
691691
favorite-apps=['firefox_firefox.desktop']
692692
had-bluetooth-devices-setup=true
@@ -969,8 +969,8 @@ save-format='application/pdf'
969969
selected-device='escl:http://192.168.178.19:8080'
970970

971971
[org/gnome/software]
972-
check-timestamp=int64 1723881189
973-
flatpak-purge-timestamp=int64 1723885949
972+
check-timestamp=int64 1724606216
973+
flatpak-purge-timestamp=int64 1724486705
974974
install-timestamp=int64 1680257960
975975
packagekit-historical-updates-timestamp=uint64 1680257960
976976
update-notification-timestamp=int64 1705750277

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,6 @@ packages:
298298
- name: ryodocx/kube-credential-cache@v0.5.1
299299
description: Accelerator cache for kubernetes access
300300
link: https://github.com/ryodocx/kube-credential-cache
301+
- name: TomWright/dasel@v2.8.1
302+
description: Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package
303+
link: https://github.com/TomWright/dasel

chezmoi/private_dot_local/private_share/private_gnome-shell/extensions/blur-my-shell@aunetx/components/appfolders.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
import Shell from 'gi://Shell';
22
import Clutter from 'gi://Clutter';
3+
import Cogl from 'gi://Cogl';
34
import * as Main from 'resource:///org/gnome/shell/ui/main.js';
45
import { adjustAnimationTime } from 'resource:///org/gnome/shell/misc/animationUtils.js';
56

67
import { PaintSignals } from '../conveniences/paint_signals.js';
78
// TODO drop Tweener in favour of Clutter's `ease` (will need to extend the blur effect for it)
89
const Tweener = imports.tweener.tweener;
910

10-
const transparent = Clutter.Color.from_pixel(0x00000000);
11+
// TODO: Drop GNOME 46 backwards compatibility
12+
const transparent = Clutter.Color ?
13+
Clutter.Color.from_pixel(0x00000000) :
14+
new Cogl.Color({
15+
red: 0,
16+
green: 0,
17+
blue: 0,
18+
alpha: 0
19+
});
1120
const FOLDER_DIALOG_ANIMATION_TIME = 200;
1221

1322
const DIALOGS_STYLES = [

chezmoi/private_dot_local/private_share/private_gnome-shell/extensions/blur-my-shell@aunetx/components/panel.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,16 +237,18 @@ export const PanelBlur = class PanelBlur {
237237
// sometimes yields NaN (probably when the actor is not fully
238238
// positionned yet)
239239
let [p_x, p_y] = panel_box.get_position();
240-
let x = p_x + (width - panel.width)/2;
241-
let y = p_y + (height - panel.height)/2;
240+
let [p_p_x, p_p_y] = panel_box.get_parent().get_position();
241+
let x = p_x + p_p_x - monitor.x + (width - panel.width)/2;
242+
let y = p_y + p_p_y - monitor.y + (height - panel.height)/2;
243+
242244
background.set_clip(x, y, panel.width, panel.height);
243245
background.x = (width - panel.width)/2 - x;
244246
background.y = (height - panel.height)/2 - y;
245247
} else {
246-
background.x = panel_box.x;
247-
background.y = panel_box.y;
248-
background.width = width;
249-
background.height = height;
248+
background.x = panel.x;
249+
background.y = panel.y;
250+
background.width = panel.width;
251+
background.height = panel.height;
250252
}
251253

252254
// update the monitor panel is on

chezmoi/private_dot_local/private_share/private_gnome-shell/extensions/blur-my-shell@aunetx/private_metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
1616
],
1717
"settings-schema": "org.gnome.shell.extensions.blur-my-shell",
1818
"shell-version": [
19-
"46"
19+
"46",
20+
"47"
2021
],
2122
"url": "https://github.com/aunetx/blur-my-shell",
2223
"uuid": "blur-my-shell@aunetx",
23-
"version": 64
24+
"version": 65
2425
}

chezmoi/private_dot_local/private_share/private_gnome-shell/extensions/blur-my-shell@aunetx/ui/applications.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ This may cause some latency or performance issues.</property>
181181
<child>
182182
<object class="GtkImage">
183183
<property name="margin-end">6</property>
184-
<property name="icon-name">list-add-symbolic</property>
184+
<property name="icon-name">add-row-symbolic</property>
185185
</object>
186186
</child>
187187
<child>

0 commit comments

Comments
 (0)